Hi Guys,
Im using C# and can play local files OK, just having problems playing multicast mpeg2 streams.
here is the code snippet I used for the local file
axVLCPlugin1.addTarget("C:\\Documents and Settings\\echrros\\Desktop\\liquid\\LiquidVideo\\bin\\media\\fish.mpg",null, AXVLC.VLCPlaylistMode.VLCPlayListReplace, -666);
i am multicasting the stream using a tool called "WinSend" from the same local machine...
Can anyone provide me with a code snippet to get started? I have a feeling I have to use the "sout" options but can't find any detailed documentation on the actual options syntax. A pointer to this would be greatly helpful!
Thanks in advance,
Chris