Hi!
I hope my question is not too FAQish... I have searched a lot...
I want to stream something to a WMP on Windows Mobile 2003 SE.
The destination is:
:sout=#transcode{vcodec=DIV3,vb=200,scale=0.29,acodec=mp3,ab=56,channels=2}:duplicate{dst=std{access=mmsh,mux=asfh,url=:1234}}
I think that should be correct. But any mms client which connects, just hangs. WMP, Mplayer, even VLC itself cannot open that stream. VLC sais on console (after hitting the stop button while it hangs forever):
[00000262] access_mms access error: failed to open a connection (tcp)
[00000262] access_mms access error: cannot connect to server
[00000262] access_mms access error: cannot connect to 192.168.0.3:1234
[00000260] main input error: no suitable access module for `mms://192.168.0.3:1234'
The port itself is open though and it begins giving data if i telnet to it and type GET / HTTP/1.0...
It cannot be a faulty client, because the same vlc client can connect to mms streams on the net. So it has to be a problem on the streaming vlc process.
Now if I use the same url in vlc client, but use mmsh instead uf mms, it works!
Can anybody give me a hint what to do to get mms streaming and not only mmsh streaming?
Thanks,
Daniel