Custom Query (1173 matches)
Results (64 - 66 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#757 | fixed | Video upload ignored | ||
Description |
I tried to upload this video : http://www.sturm.com.au/resources/stallman-software-freedom-day-low.ogv The WebUI says the upload is completed, but the video doesn't appear anywhere. Console output : 2013-08-28 19:09:28,976 DEBUG [mediagoblin.processing.task] Processing <MediaEntry 17: Test1> 2013-08-28 19:09:28,977 INFO [mediagoblin.media_types.video.transcoders] Initializing VideoTranscoder... 2013-08-28 19:09:28,977 INFO [mediagoblin.media_types.video.transcoders] Discovering /usr/src/mediagoblin/user_dev/media/queue/media_entries/34dde58d-58e0-47a5-a212-9f7bcacf7776/stallman-software-freedom-day-low.ogv 2013-08-28 19:09:28,981 CRITICA [mediagoblin.media_types.video.transcoders] Reached gobject timeout 2013-08-28 19:09:29,023 INFO [mediagoblin.media_types.video.transcoders] Terminating MainLoop 2013-08-28 19:09:29,025 DEBUG [mediagoblin.media_types.video.processing] Skipping transcoding 2013-08-28 19:09:29,111 INFO [mediagoblin.media_types.video.transcoders] playbin ready 2013-08-28 19:09:29,111 CRITICA [mediagoblin.media_types.video.transcoders] Could not get any video data from playbin /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,151 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,151 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,151 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,152 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,152 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,152 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,166 INFO [mediagoblin.media_types.video.transcoders] Seek successful, attaching buffer probe 2013-08-28 19:09:29,167 INFO [mediagoblin.media_types.video.transcoders] Attached buffer probes: {'fakesink4': 433L} 2013-08-28 19:09:29,167 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,167 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,167 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,169 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,169 ERROR [mediagoblin.media_types.video.transcoders] thumbnail error: [<GError at 0x7fa1f805c130>, 'gsttheoradec.c(1228): theora_handle_data_packet (): /GstPipeline:pipeline4/GstDecodeBin:decodebin14/GstTheoraDec:theoradec5:\nno header sent yet'] 2013-08-28 19:09:29,169 ERROR [mediagoblin.media_types.video.transcoders] thumbnail error: [<GError at 0x7fa22402c9b0>, 'gstoggdemux.c(4467): gst_ogg_demux_loop (): /GstPipeline:pipeline4/GstDecodeBin:decodebin14/GstOggDemux:oggdemux5:\nstream stopped, reason error'] 2013-08-28 19:09:29,169 ERROR [mediagoblin.media_types.video.transcoders] Thumbnailing failed: [<GError at 0x7fa22402cac0>, 'gsttheoradec.c(1228): theora_handle_data_packet (): /GstPipeline:pipeline4/GstDecodeBin:decodebin14/GstTheoraDec:theoradec5:\nno header sent yet'] 2013-08-28 19:09:29,190 ERROR [mediagoblin.media_types.video.transcoders] Thumbnailing failed: [<GError at 0x7fa22402c980>, 'gstoggdemux.c(4467): gst_ogg_demux_loop (): /GstPipeline:pipeline4/GstDecodeBin:decodebin14/GstOggDemux:oggdemux5:\nstream stopped, reason error'] 2013-08-28 19:09:29,191 DEBUG [mediagoblin.media_types.video.processing] Saving thumbnail... |
|||
#758 | fixed | Fix skip_transcoding | ||
Description |
Fix bad copy/paste in the code. |
|||
#109 | fixed | Least-Effort Picture adding | ||
Description |
I want to see a feature that monitors a directory for new images, and assimilates them into MediaGoblin. I should be able to plug in my camera, when /media/foocamera appears, goblin sees it, copies the pictures off, and empties the camera. I should be able to visit my GMG webpage then and see them in a gallery. |