I'm able to stream a file (AVI) and show it on other PC, but when I replace the file (AVI) with a dshow source nothing happens!
No error on the server side (the dshow source is playing correctly) and I can't connect on the client side.
Any idea?
1. yes with "file:///" play Files (thanks) 2. EPG. If i cant take the EPG there are a option to take what play Now, Next? or export the EPG to xml file and read later from that? I bilieve when play DVB-T the VLC2.input.Position, VLC2.input.Length is from EPG (what play Now). 3. I try to p...
Hi, I'm trying to write a small app that play a directshow source and a text overlay. My code is: AxVLCPlugin21.playlist.add("dshow://") AxVLCPlugin21.playlist.play() AxVLCPlugin21.video.marquee.text = "Hello Wordl" AxVLCPlugin21.video.marquee.opacity = 255 AxVLCPlugin21.video.ma...