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 148862 - [rtp] lack of rtp support for aac audio
[rtp] lack of rtp support for aac audio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 311167
Blocks:
 
 
Reported: 2004-07-30 12:21 UTC by Zaheer Abbas Merali
Modified: 2006-12-17 18:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2004-07-30 12:21:35 UTC
Here is some code to encode aac audio using faac in rtp frames

http://cvs.sourceforge.net/viewcvs.py/mpeg4ip/mpeg4ip/server/mp4live/audio_faac.cpp
Comment 1 Christian Fredrik Kalager Schaller 2004-12-21 15:28:01 UTC
Notice that the code is under the MPL. AFAIK the MPL is LGPL compatible so
including it would be ok.
Comment 2 David Schleef 2004-12-21 22:01:01 UTC
The MPL is not LGPL-compatible, that is, in the way necessary to combine code.
Comment 3 Zaheer Abbas Merali 2004-12-22 12:06:02 UTC
I assume that means a whole plugin based on this code would need to be MPL'd?  What implication does 
that have?
Comment 4 David Schleef 2004-12-22 21:58:37 UTC
AFAICT, MPL-licensed plugins would be equivalent to LGPL-licensed plugins in
most licensing aspects.  The biggest problem would be answering questions about
it. :)

I'd prefer not to have MPL plugins in gst-plugins, mainly because we're
currently trying to get rid of all GPL plugins.
Comment 5 Andy Wingo 2005-07-21 16:27:15 UTC
Would it still be nice to have this encoder? E.g. nothing provides this yet?

Blocking on plugins split.
Comment 6 Wim Taymans 2006-02-17 10:14:57 UTC
there is an experimental RFC 3640 mpeg4-generic payload encoder in CVS that should be able to do aac-hbr.
Comment 7 Wim Taymans 2006-03-23 17:11:23 UTC
ping?
Comment 8 Wim Taymans 2006-07-14 13:24:46 UTC
closing. reopen if the proposed generic payloader does not work.