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 556714 - Real Audio streams not working properly
Real Audio streams not working properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-17 12:03 UTC by Christian Fredrik Kalager Schaller
Modified: 2009-01-26 19:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2008-10-17 12:03:05 UTC
This stream which is a Real Audio G2 stream 'works', but the sounds stutter like crazy:
http://network.absoluteradio.co.uk/core/audio/real/live.smi?service=vr

And this stream which is supposed to contain AAC complains about lacking a Real decoder:
http://network.absoluteradio.co.uk/core/audio/real/live.smi?service=vraac
Comment 1 Wim Taymans 2008-10-24 12:47:08 UTC
        * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
        (gst_rmdemux_descramble_mp4a_audio),
        (gst_rmdemux_handle_scrambled_packet):
        Add suport for mpeg4 and aac audio. See #556714.
Comment 2 Wim Taymans 2009-01-26 19:14:07 UTC
commit 2dbb5a392392ac8aa225c32dd733808259d88878
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Mon Jan 26 20:12:41 2009 +0100

    Set flags on the realmedia chunks
    
    Set the keyframe flags from the RDT packet to the realmedia chunk so that the
    descrambler can be reset on keyframes. Fixes #556714.

commit 9ce447007ed093acf673c91293d83a95395f010e
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Mon Jan 26 20:10:36 2009 +0100

    Add method to get RDT flags
    
    Add a method to get the RDT flags. We need these flags to mark keyframes to
    reset the descrambing queue. See #556714.