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 702619 - FLV files could not properly be handled
FLV files could not properly be handled
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
1.x
Other All
: Normal major
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-19 07:14 UTC by zhengdao
Modified: 2014-07-29 01:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description zhengdao 2013-06-19 07:14:26 UTC
since 1.0.x, FLV files are not properly handled by playbin (a.k.a playbin2 in 0.10) in comparison to 0.10 ABI.

Here is one of many examples I provided uploaded in dropbox (not the full flv file, but only around 60MB of data. The link is:

https://www.dropbox.com/s/ctfxtspw951qddh/Upside-down.flv

I uses the following commmand to play this file:

gst-launch-1.0 -v playbin uri=Upside-down.flv

0. If all AAC codecs and H264 codecs are kept, playbin will NOT work.
1. If all AAC codecs are removed, playbin will work, and output the video.
2. If all H264 codecs are removed, playbin will work and output the audio.

No valuable debug information could be recognized from GST_DEBUG=5.
Comment 1 zhengdao 2013-06-19 08:29:49 UTC
this issue behaves the same if I uses fakesink instead.
Comment 2 Tim-Philipp Müller 2013-06-19 08:34:12 UTC
I'm not sure what the issue was, but it works fine for me in git master (but does not with 1.0.x).
Comment 3 zhengdao 2013-06-20 08:05:05 UTC
I tried 1.1.1, this issue seems to be the same.
Comment 4 Tim-Philipp Müller 2013-06-20 11:52:17 UTC
Could you make a GST_DEBUG=*:6 log with 1.1.1 or git master please, and attach it? (gzipped)

Do you see the window come up, but without any content? Or how does it fail?
Comment 5 zhengdao 2013-06-21 08:41:43 UTC
Sorry, it's my fault, 1.1.1 could actually work, but no lucky for 1.0.x.
Comment 6 Edward Hervey 2014-06-05 06:39:06 UTC
zhengdao, does it work for you with current master or 1.2.x releases ?
Comment 7 Nicolas Dufresne (ndufresne) 2014-07-29 01:08:56 UTC
Works in 1.2, and 1.4. Let's mark this as fixed then.