Page 1 of 1

VLC and WMP on Windows Mobile

Posted: 09 Mar 2006 23:46
by paja
Hello. I've tried to set up VLC on my local network to stream audio for my PocketPC with Windows Mobile 2005. This is the command which I used:

Code: Select all

vlc -vvv test.mp3 --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,url=:1275,name="test"}'
. But if I tried to connect I only got an error message: 0x8007274D. What am I doing wrong? Please help. :cry:

Re: VLC and WMP on Windows Mobile

Posted: 15 Mar 2006 08:45
by Alant
Hello. I've tried to set up VLC on my local network to stream audio for my PocketPC with Windows Mobile 2005. This is the command which I used:

Code: Select all

vlc -vvv test.mp3 --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,url=:1275,name="test"}'
. But if I tried to connect I only got an error message: 0x8007274D. What am I doing wrong? Please help. :cry:
http://support.microsoft.com/default.as ... us;q311886

These formats are supported if they are encoded in a supported manner. See the "Supported Encoding" section in this article for details.
• .wma - Windows Media Audio (playback and stream)
• .wmp - Windows Media Player (playback and stream)
• .wmv - Windows Media Video (playback and stream)
• .asf - Advanced Streaming Format (playback and stream)
• .mp3 - MPEG Layer 3 (playback, but not streaming)

Currently there is no wma encoding support in ffmpeg/vlc.