Difference between revisions of "Windows Media Encoder"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 18: Line 18:
  
 
Some reverse engineering of the [[MMSH]] encoder push protocol has been done, but not integrated into VLC, for example [http://www.abk.nu/~nabe/prog_down/wmrelay.pl wmrelay.pl] by nabe@abk and [http://sdp.ppona.com/ The SDP Multimedia Website].
 
Some reverse engineering of the [[MMSH]] encoder push protocol has been done, but not integrated into VLC, for example [http://www.abk.nu/~nabe/prog_down/wmrelay.pl wmrelay.pl] by nabe@abk and [http://sdp.ppona.com/ The SDP Multimedia Website].
 +
 +
[[Category:Encoder]]

Revision as of 17:49, 23 February 2007

Windows Media Encoder allows encoding of live broadcasts and pulled from clients or relays or pushed to servers over the MMS protocol.

Using VLC as a Relay for Live Streams

Currently only the pull method is supported for using VLC as a relay. On your server, use the command:

vlc mmsh://encoder-ip:8080 --sout '#std{access=mmsh,mux=asfh,dst=:8080}'

Now Windows Media Player clients can connect to mms://server-ip:8080 to watch the broadcast.

Of course this requires the encoder to be reachable via the MMSH protocol, with any required firewall or NAT configuration to support it.

Encoder Push Support

Some reverse engineering of the MMSH encoder push protocol has been done, but not integrated into VLC, for example wmrelay.pl by nabe@abk and The SDP Multimedia Website.