Uses of Class
de.humatic.dsj.sink.WMSink

Packages that use WMSink
de.humatic.dsj.sink   
 

Uses of WMSink in de.humatic.dsj.sink
 

Subclasses of WMSink in de.humatic.dsj.sink
 class WMNetSink
          WMNetSink may be used to stream any DSFiltergraph's data to the network using the same pseudo mms over http mechanisms that Windows Media Encoder uses.
To receive the stream connect to %localPort on the computer this sink is running on by specifing a url like http://machineThatStreams:8080/anyFilename.asf in DSMovie constructors or in WindowsMedia Player.
The maximum number of clients is 50.
 class WMPushSink
          WMPushSink may be used to push any DSFiltergraph's data to a publishing point on a WindowsMedia server.
The publishing point (and optionally the port number) are passed in the URL (for example mms://MyServer/MyPublishingPoint, or mms://MyServer:8080/MyPublishingPoint)
There are a lot of ISPs that offer WindowsMediaServer channels, some also run freely accessible test servers that may come in handy during programming.
Quality and bitrate of the stream are controlled by the supplied WindowsMedia profile.