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 551772 - Gstreamer apps won't play audio for .flv files
Gstreamer apps won't play audio for .flv files
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-11 08:18 UTC by Simon Geard
Modified: 2009-06-30 06:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
List of installed plugins (2.32 KB, text/plain)
2008-09-11 08:45 UTC, Simon Geard
Details

Description Simon Geard 2008-09-11 08:18:18 UTC
Please describe the problem:
Downloading video clips from YouTube and other sites, I can play the resulting .flv file with Totem or "gst-launch playbin", but don't get any audio. The same files played directly with ffmpeg plays fine, leading me to assume the problem is in gstreamer somewhere.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Simon Geard 2008-09-11 08:45:56 UTC
Created attachment 118505 [details]
List of installed plugins

Oh, and to clarify, this is running on an LFS system, with gstreamer-0.10.20 and gst-ffmpeg-0.10.5. It's possible this is simply that I've missed building some neccessary plugin, so in case it helps, I've attached a list of all plugins present in /usr/lib/gstreamer-0.10.
Comment 2 Sebastian Dröge (slomo) 2008-10-27 09:10:00 UTC
You should install a mp3 decoder plugin (the mad plugin from gst-plugins-ugly or the fluendo mp3 decoder plugin) as most files from youtube contain MP3 audio it seems.

If this still doesn't work then please attach a file that doesn't work or give the URL to one.
Comment 3 Simon Geard 2008-10-28 07:28:44 UTC
Not sure which one, but I assume I have a suitable plugin, as I can play MP3 files without any problem. Is this a valid assumption?

As for a sample file, how about this one, chosen arbitrarily from the front page of YouTube?

http://www.youtube.com/watch?v=MeBdXxmnAfw

Plays fine through YouTube itself and through ffplay on the command line, but can't get sound from any Gstreamer-based app.
Comment 4 Cochise Brunet-Trait 2008-11-04 19:04:15 UTC
I have the same problem since I upgraded to Intrepid. With Hardy, it was working well.
Comment 5 Edward Hervey 2008-12-06 16:08:51 UTC
Cochise, Can you try playing one of those files on the command line and copy the output here ?

gst-launch-0.10 -v playbin uri=file:///path/to/where/your/file/is.flv
Comment 6 Tobias Mueller 2009-06-30 00:39:24 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!
Comment 7 Simon Geard 2009-06-30 06:09:26 UTC
I'd forgotten I'd logged this bug. Audio from flv's has been working for me for a while now - not sure if it was a gst-ffmpeg upgrade that fixed it, or some other plugin missing, but it works.