Good day guys,
So I have been playing around with audio streaming, and currently transcoding an audio stream and placing it on icecast. pipeline architecture as follows: udpsrc | rtpmpadepay | mpegaudioparse | mpg123audiodec | vorbisenc | oggmux | shout2send. This works fine, but my question is if there is an alternative for the mpg123audiodec element? mpg123audiodec lies in the ugly packages and since i built the 1.8 libraries for centos i never built ugly, only base,good,bad and libav. Trying to avoid the ugly packages, so any alternative would be appreciated. Regards debruyn |
Hi,
You can use the avdec_mp3 element provided with gst-libav for mp3 decoding. On 2017년 02월 06일 16:10, debruyn wrote: > Good day guys, > > So I have been playing around with audio streaming, and currently > transcoding an audio stream and placing it on icecast. > pipeline architecture as follows: > > udpsrc | rtpmpadepay | mpegaudioparse | mpg123audiodec | vorbisenc | oggmux > | shout2send. > > This works fine, but my question is if there is an alternative for the > mpg123audiodec element? mpg123audiodec lies in the ugly packages and since i > built the 1.8 libraries for centos i never built ugly, only base,good,bad > and libav. Trying to avoid the ugly packages, so any alternative would be > appreciated. > > Regards > debruyn > > > > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/mpg123audiodec-alternative-tp4681738.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by debruyn
On Sun, 2017-02-05 at 23:10 -0800, debruyn wrote:
Hi, > So I have been playing around with audio streaming, and currently > transcoding an audio stream and placing it on icecast. > pipeline architecture as follows: > > udpsrc | rtpmpadepay | mpegaudioparse | mpg123audiodec | vorbisenc | > oggmux > > shout2send. > > This works fine, but my question is if there is an alternative for > the > mpg123audiodec element? mpg123audiodec lies in the ugly packages and > since i built the 1.8 libraries for centos i never built ugly, only > base,good,bad and libav. Trying to avoid the ugly packages, so any > alternative would be appreciated. Well, quality wise "ugly" is like "good". Latest Fedora has mpg123audiodec as a separate package I believe, maybe you can just rebuild that. There's also a good chance that the plugin can move to -good in the near future, fwiw. Cheers -Tim -- Tim Müller, Centricular Ltd - http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |