create mp3 stream on website with wma as input

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
phennekam
New Cone
New Cone
Posts: 2
Joined: 25 Oct 2009 22:25

create mp3 stream on website with wma as input

Postby phennekam » 25 Oct 2009 22:38

Hello,

Forgive me if I'm asking a very basic question, but I've been looking in a lot of places, but probably the wrong ones. My question is that i have built an Iphone app that can play mp3 streams from any given url. I want to play a certain radio station that only streams wma. So I need to set up a server that receives the wma stream, converts it to mp3 and then puts the mp3 stream on the internet. Is there a howto for this?

Many thanks in advance,

Paul

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: create mp3 stream on website with wma as input

Postby VLC_help » 02 Nov 2009 13:17

Something like

Code: Select all

vlc http://webradio.com/playlist.pls --sout=#transcode{acodec=mp3,ab=128}:std{access=http,dst=:8083}
should work.

phennekam
New Cone
New Cone
Posts: 2
Joined: 25 Oct 2009 22:25

Re: create mp3 stream on website with wma as input

Postby phennekam » 02 Nov 2009 22:02

Thanks for the quick response. I've tried this with this line:../applications/VLC.app/Contents/MacOS/VLC http://streams.kpnwebcast.nl/cgi-bin/re ... live+radio --sout '#transcode{acodec=mp3,ab=128}:std{access=http,dst=:8083/}'


VLC picks up the stream fine:[0x673bf8] access_mms access: selecting stream[0x1] audio (63 kb/s)
[0x673bf8] access_mms access: connection successful
but the bash says --sout: command not found

What could cause this?

Thanks again,

Paul


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 135 guests