Custom Query (1173 matches)
Results (277 - 279 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #529 | wontfix | Video discovery is a common issue with video uploads | ||
| Description |
The usual point of failure when uploading a video seems to be the GStreamer Discoverer. Attached is the celeryd log for gobblin.se |
|||
| #375 | fixed | Video Preload | ||
| Description |
The HTML5 video tag has a few options on how a video is loaded on page load. Currently, MediaGoblin uses ``preload="auto"`` which causes the whole video to be downloaded on the end users side, even if they don't actually play the video. The ``preload="metadata"`` option will only load the metadata and first frame of the video on page load. This can help site navigation quite a bit during low-bandwidth times (such as through 3G on phone's wifi hotspot). I have edited the ``mediagoblin/templates/mediagoblin/media_displays/video.html`` file on my MG instance to have the 'metadata' option. A couple of examples: `http://url.jpope.org/9a <http://url.jpope.org/9a>`_ and `http://url.jpope.org/99 <http://url.jpope.org/99>`_ |
|||
| #1058 | fixed | Verifier page could be clearer | ||
| Description |
Currently the verifier page says "Copy and paste this into your client:" however clients have instructions telling them they need to find the verifier and paste that in. We should make it clear that the code we're displaying is the verifier. e.g. "Copy and paste this verifier code into your client" |
|||
