1 2 3 4 5 6 7 8 9 10 11 12
| axVLCPlugin1.addTarget("ip", null, AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo, 0);
public string[] Voption ={":file-caching=1000",
":sout-ts-pid-video=68",
":sout-ts-pid-audio=69",
":sout-ts-pid-spu=70",
":sout-ts-pcr=80",
":sout-transcode-maxwidth=720",
":sout-transcode-maxheight=576",
":sout-standard-url=216.62.222.100:80",
":sout=#transcode{vcodec=mp2v,vb=2000,scale=1,acodec=mpga,ab=384,channels=2}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=147.134.40.120:80}}" };
axVLCPlugin1.play();
axVLCPlugin1.Visible = true; |
Partager