Custom Query (1173 matches)
Results (262 - 264 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #784 | duplicate | Visual indication of media type on gallery page thumbnails | ||
| Description |
On a gallery with both images and videos, it would be cool to have a visual or textual indication of which things were images and which were videos. (It would be *really* excellent if the video indication included information about the length of the video.) |
|||
| #429 | fixed | Videos/muisc don't play because MediaGoblin should take care of mime-type before upload them to Rackspace Cloudfiles | ||
| Description |
This bug happen with some web browser which can't guess the mime type of a video and therefore, play such video. Rackspace by default set the mime type to application/octet-stream. I got a example code here: conn = cloudfiles.get_connection(‘RACKCLOUD_USERNAME’, ‘RACKCLOUD_API_KEY’)
container = self.conn.get_container(‘container_name’)
meta_data = {}
video_object = container.create_object(‘remote_video_name.mp4′)
video_object.load_from_filename(‘/path/to/local/video.mp4′)
meta_data['mime-type'] = ‘video/mp4′
video_object.metadata = meta_data
video_object.sync_metadata()
|
|||
| #5590 | fixed | Videos are muted by default | ||
| Description |
When I play a video, it is muted by default and I have to click the "unmute" button beneath the video. This is happening for me on IceCat, Chromium and Gnome Web Browser. |
|||
