Skip to main content
TheYOSH.nl Free information for everybody

Latest news

No MP3 Audio with the stream

Submitted by theyosh on

On most Linux systems you will not have an MP3 codec. This is because of the copyrights of the codec. But you can install it by hand.

For Ubuntu use this page: http://po-ru.com/diary/fixing-ffmpeg-on-ubuntu/

I had to change the lines from:

confflags += --enable-mp3lame --enable-faad
confflags += --enable-faac --enable-xvid

to:

confflags += --enable-libmp3lame --enable-libfaad
confflags += --enable-libfaac --enable-xvid

Fun

Submitted by theyosh on

As every programmer you have a play ground where you try the newest things on the internet. So do I. On my play ground there are several projects coming to a full working program. Mostly it has something to do with the internet Smile

You can find the following projects:

Tags