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 344570 - RealMedia song stutters when played, problem reading metadata
RealMedia song stutters when played, problem reading metadata
Status: RESOLVED DUPLICATE of bug 347292
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-11 15:16 UTC by Sven Arvidsson
Modified: 2006-07-17 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
RealMedia song (450.00 KB, audio/vnd.rn-realaudio)
2006-06-11 15:16 UTC, Sven Arvidsson
Details

Description Sven Arvidsson 2006-06-11 15:16:13 UTC
The attached RealMedia song stutters when played using Gstreamer. ffplay and MPlayer plays it with no problems.

There's also a problem with the metadata. Gstreamer apps only reads the artist field as "omfortably Numb", but MPlayer reads this field and others ok.

From MPlayer:
Clip info:
 name: Comfortably Numb
 author: Dar Williams
 copyright: 2005 Razor & Tie Entertainment

Using version 0.10.1-1 of gst-ffmpeg.
Comment 1 Sven Arvidsson 2006-06-11 15:16:47 UTC
Created attachment 67130 [details]
RealMedia song
Comment 2 Martin Szulecki 2006-06-16 15:03:16 UTC
This should be assigned to component gst-plugins-ugly as it applies to the "rmdemux" element.

This "stutter" has been noticed on a couple of Real Audio files either remotely streamed or locally loaded. The downside is that the gst-ffmpeg Real Media demuxer seems to work perfectly with the files (but does not allow remote files to be streamed).

Example pipelines for simple verification:

1) gst-launch filesrc location=testfile.ra -t ! ffdemux_rm ! ffdec_cook ! autoaudiosink

-> Works without stutter, tags are recognized correctly

2) gst-launch filesrc location=testfile.ra -t ! rmdemux ! ffdec_cook ! autoaudiosink

-> Playback stutters, tag strings are cut
Comment 3 Tim-Philipp Müller 2006-07-17 11:05:25 UTC
cook audio, so same problem as bug #347292 (marking as duplicate of the other bug since it contains more/better information). rmdemux needs to descramble the audio before sending it to the decoder.


*** This bug has been marked as a duplicate of 347292 ***