Ok, so this is what I'm trying to do. I'm trying to transcode an MP4/MPEG4/AAC live rtsp stream to a MP3/MPEG1 live http stream.
I'm already transcoding other streams successfully with the following command:
Code: Select all
vlc "http://URL" :sout='#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=shout{mp3=1,protocol=icy},mux=mpeg1,url=source:user@localhost:8000/test.mp3}}' -q --intf dummy
Now, if I try playing this URL directly in my local VLC player and open it as an RTSP network stream, it usually works. (I still can't figure out why somtimes it doesn't.)
VLC Version is 0.8.6 Janus running on Gentoo 1.12.4.
So can anyone help me and send me in the right direction? I think what I need to do is change some of the options to get it to transcode corectly, but I'm not certain.
Please help! Thanks.