GNOME Bugzilla – Bug 761386
flv file can't be demuxed
Last modified: 2016-02-01 20:59:34 UTC
I try to decode attached file but I couldn't - I tried flvdemux, decodebin(libav is installed) I attached flv files. Please let me know the solutions. Thanks in advance.
I can't attach the file by size limit How can I attach files?
You can put them on dropbox or similar
you can download below file. Please check it . https://www.dropbox.com/s/p4m7fck5bynb44t/031002135a20435b1e03fb5a53ca4b83da3_min06271.flv?dl=0 Thanks
Thanks for the sample file. This file plays fine for me. How does playback fail? Do you get an error message? Could you make a GST_DEBUG debug log available somewhere (compressed)?
Thanks for your response. Could you check below logs or need more logs? gst-launch-1.0 filesrc location=271.flv ! decodebin ! videoconvert ! x264enc ! queue ! mp4mux ! filesink location="result.mp4" --gst-debug-level=3 Setting pipeline to PAUSED ... 0:00:00.022687608 28371 0x9c38d0 WARN basesrc gstbasesrc.c:3481:gst_base_src_start_complete:<filesrc0> pad not activated yet Pipeline is PREROLLING ... 0:00:00.022911259 28371 0x9b6c00 WARN basesrc gstbasesrc.c:2391:gst_base_src_update_length:<filesrc0> processing at or past EOS 0:00:00.022949957 28371 0x9b6c00 WARN typefind gsttypefindelement.c:1072:gst_type_find_element_loop:<typefind> error: Stream contains no data. 0:00:00.022972609 28371 0x9b6c00 WARN typefind gsttypefindelement.c:1072:gst_type_find_element_loop:<typefind> error: Can't typefind empty stream 0:00:00.023027955 28371 0x9b6c00 WARN typefind gsttypefindelement.c:1169:gst_type_find_element_loop:<typefind> error: stream stopped, reason error ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decode/GstTypeFindElement:typefind: Stream contains no data. Additional debug info: gsttypefindelement.c(1072): gst_type_find_element_loop (): /GstPipeline:pipeline0/GstDecodeBin:decode/GstTypeFindElement:typefind: Can't typefind empty stream ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... Freeing pipeline ...
Curious. What's the output of: $ gst-typefind-1.0 271.flv and $ ls -l 271.flv ?
I'm sorry. I found the test file problem I'll close this problem Thanks for your quick response and supports. Best Regards, Keunbaek Park