After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761386 - flv file can't be demuxed
flv file can't be demuxed
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.7.1
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-01 07:50 UTC by kb.park
Modified: 2016-02-01 20:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kb.park 2016-02-01 07:50:45 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.
Comment 1 kb.park 2016-02-01 07:56:35 UTC
I can't attach the file by size limit
How can I attach files?
Comment 2 Sebastian Dröge (slomo) 2016-02-01 10:50:49 UTC
You can put them on dropbox or similar
Comment 3 kb.park 2016-02-01 18:34:50 UTC
you can download below file.
Please check it .

https://www.dropbox.com/s/p4m7fck5bynb44t/031002135a20435b1e03fb5a53ca4b83da3_min06271.flv?dl=0

Thanks
Comment 4 Tim-Philipp Müller 2016-02-01 18:54:41 UTC
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)?
Comment 5 kb.park 2016-02-01 19:23:12 UTC
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 ...
Comment 6 Tim-Philipp Müller 2016-02-01 19:39:02 UTC
Curious.

What's the output of:

 $ gst-typefind-1.0 271.flv

and

 $ ls -l 271.flv

?
Comment 7 kb.park 2016-02-01 20:08:39 UTC
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