Postby markfm » 28 Nov 2004 23:42
It all depends on what you want to do.
If you juat want to stream, either DirectShow or files, on a local LAN segment, take a look at the VLC documentation page -- there's a step-by-step guide to UDP streaming.
If you want to stream using mmsh, try the following:
Select whatever it is you want to stream (file or capture device).
Check the "Stream output" checkbox on that window (the one where you select something), then click on Settings. This opens the "Stream Output" window.
On the SO window:
-Check "MMSH", and enter 127.0.0.1 in the address box.
-Check ASF as the Encapsulation method
-In Transcoding options, select Video codec, then open the dropdown box and pick DIV3
-Select Audio codec, and in the dropdown box select mp3.
-Press OK to exit the SO window
-Press OK to exit the Open window, and start the stream.
For someone to see the mmsh stream:
Using VLC, do a File -- Open Nertwork Stream. Next to "HTTP/FTP/MMS", in the "URL" space, enter: mmsh://server_IP_address:1234 where server_IP_address = the address of the PC streaming the video.
If you want to use WMP, do a File -- Open URL, and type mms://server_IP_address:1234
The transcoding options and encapsulation method may or may not be needed -- it really depends on what you're trying to do. If it's a live input -- frame grabber, webcam, TV tuner -- you need to transcode because the raw audio and video can't be streamed. The mmsh/ASF/DIV3/mp3 combination is good for Windows Media Player 9 and 10.