[vlc] Re: Streaming video to Windows Media Player from vlc

Mark Moriarty mfmbusiness at earthlink.net
Thu Dec 7 13:26:48 CET 2006


 "MPEG TS"?  I usually use ASFH encapsulation, didn't know MPEG TS worked.


-----Original Message-----
From: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org] On Behalf Of
Avnish Joy
Sent: Thursday, December 07, 2006 12:07 AM
To: vlc at videolan.org
Subject: [vlc] Streaming video to Windows Media Player from vlc


Streaming to Windows Media Player


   1. In VLC pick your source (File, Capture device, etc) and then check the
'Stream' option and open the settings dialogue.
   2. Select MMS as the output format, and choose a port (I used 8080).
You don't need to put in an IP
   3. Use the default MPEG TS encapsulation
   4. Transcode to WMV1 video and MP3 audio - set whatever other
compression/bitrate settings you want here.
   5. Hit OK, and then OK again, and it should start playing
   6. Point WMP at mms://<your-ip-here>:8080/ and it should pick up the
stream, buffer and then play. 


Thx 

Avnish Joy

-----Original Message-----
From: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org] On Behalf Of
Christophe Mutricy
Sent: Thursday, December 07, 2006 6:01 AM
To: vlc at videolan.org
Subject: [vlc] Re: Streaming question

Hello,

> vlc -vvv Groove.mpg --no-sout-video --sout
> '#duplicate{dst=display,dst=std{access=udp,mux=ts,dst=192.168.9.14
> ,sap,name="groove"}}'
> this results in the audio playing on the slave, not on the master
however
> the video is not played on either pc's
> 
> i then tried removeing the --no-sout-video and the video played on
both pc's
> and only the sound on the slave.
> so i seem to be right in the middle of the solution.
> how do i play the video locally and play the audio remotely?

vlc -vvv Groove.mpg --sout
 
'#duplicate{dst=display,select=video,dst=std{access=udp,mux=ts,dst=192.1
68.9.14
 ,sap,name="groove"},select=audio}'

should do the trick.


--no-sout-video affects everything inside the sout string including
display{}.

hth,
--
Xtophe

--
This is the vlc mailing-list, see http://www.videolan.org/vlc/ To
unsubscribe, please read http://www.videolan.org/support/lists.html





-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list