stream to wmp on windows mobile 6?

About encoding, codec settings, muxers and filter usage
billybobjones
New Cone
New Cone
Posts: 1
Joined: 01 Sep 2008 17:51

stream to wmp on windows mobile 6?

Postby billybobjones » 01 Sep 2008 18:58

does anyone know the proper #transcode options to stream live video to windows media player on a windows mobile 6 device? I read somewhere that mms has been abondoned in favor of http. I can get the following to stream to the coreplayer application but can not get anything to stream using windows media player. Thanks in advance for any help:

works for coreplayer: #transcode{vcodec=mp4v,acodec=mpga,vb=256,ab=32,scale=.25,ab=32,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=:5050}}

after searching this formum I tried this too, but received an error on wmp: #transcode{vcodec=mp4v,vb=192,scale=0.25,acodec=mp3,ab=32,channels=1}:duplicate{dst=display,dst=std{access=http,mux=asf,url=192.168.1.6:5050}}0}}

LaBay
Blank Cone
Blank Cone
Posts: 25
Joined: 02 Sep 2008 09:17
Operating System: Windows
Location: Kyiv, Ukraine
Contact:

Re: stream to wmp on windows mobile 6?

Postby LaBay » 03 Sep 2008 08:55

does anyone know the proper #transcode options to stream live video to windows media player on a windows mobile 6 device? I read somewhere that mms has been abondoned in favor of http. I can get the following to stream to the coreplayer application but can not get anything to stream using windows media player. Thanks in advance for any help:

works for coreplayer: #transcode{vcodec=mp4v,acodec=mpga,vb=256,ab=32,scale=.25,ab=32,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=:5050}}

after searching this formum I tried this too, but received an error on wmp: #transcode{vcodec=mp4v,vb=192,scale=0.25,acodec=mp3,ab=32,channels=1}:duplicate{dst=display,dst=std{access=http,mux=asf,url=192.168.1.6:5050}}0}}
For transcoding:
vlc.exe http://<IP_of_InputStream> :sout=#transcode{vcodec=DIV3,vb=64,venc=ffmpeg,scale=0.5}:duplicate{dst=std{access=mmsh,mux=asfh,dst=<IP_of_OutputStream>/stream.asf}}
Important: ImputStream must be muxed in container before(ts/asfh/...)

For playback on windows mobile 6 device(tested with Windows Media Player 10 Mobile for Pocket PC Version 10.3 build 18125):
Start - Programs - Windows Media - Menu - Library - Menu - Open URL - http://<IP_of_OutputStream>/stream.asf

You can see example of live video fo mobile 6 devices:
http://webcam.ukrhub.net:56222/221.asf
The same live video for PC: http://www.itconnect.com.ua/ru/mainpage ... ain_en.htm

Skinnersplace
Blank Cone
Blank Cone
Posts: 48
Joined: 23 May 2008 09:55

Re: stream to wmp on windows mobile 6?

Postby Skinnersplace » 31 Oct 2008 10:11

Hi Labay,

I am interested in streaming to WMP 10 on windows mobile 6. I have looked at your example and have been able to connect to a stream but it seams to contain no video or audio ? (the stream opens fine in WMP on my laptop when I connect to it as a mms stream)

The commands I use are:
Start /D "C:\Progra~1\VideoLAN\VLC" VLC dshow:// :dshow-vdev="WebCam" :dshow-adev="Microphone" :dshow-size="640x480" :sout=#transcode{vcodec=DIV3,vb=180,venc=ffmpeg,scale=1}:duplicate{dst=std{access=mmsh,mux=ts,dst=<required ip address>/stream.asf}} --extraintf=http

On my laptop I connect WMP to mms://<required ip address>/Stream.asf wich works ok.
When I connect via WMP10 mobile to http://<required ip address>/Stream.asf - no video or audio

Any help would be greatly appreciated

Skinnersplace

Skinnersplace
Blank Cone
Blank Cone
Posts: 48
Joined: 23 May 2008 09:55

Re: stream to wmp on windows mobile 6?

Postby Skinnersplace » 01 Nov 2008 19:03

Ok Fixed it now,

WMP10 mobile does not nativly decode divx, I had to encode with WMV and WMA.

calius25
New Cone
New Cone
Posts: 2
Joined: 18 Jun 2009 19:13

Re: stream to wmp on windows mobile 6?

Postby calius25 » 18 Jun 2009 19:24

Hi,
execuse me, but when I try to encode with wmv and wma I have always the same error that is
stream_out_transcode error: cannot find audio encoder (module:any fourcc:wma )
, this is my configuration

Code: Select all

:sout=#transcode{vcodec=WMV2,vb=800,scale=1,acodec=wma,ab=128,channels=2,samplerate=44100}:std{access=mmsh,mux=asfh,dst=192.168.11.205:1234/stream.asf}
and on WMP10 mobile I see only the video but I hear nothing :( .... :?:

Any help would be greatly appreciated

Pasquale

calius25
New Cone
New Cone
Posts: 2
Joined: 18 Jun 2009 19:13

Re: stream to wmp on windows mobile 6? SOLVED

Postby calius25 » 19 Jun 2009 13:08

The problem was

Code: Select all

acodec=wma
I have solved writing

Code: Select all

acodec=wma2
:D
That's all


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 15 guests