HTTP stream
Posted: 06 Nov 2008 17:22
hi guys,
when i stream a video with http,
i dont receive it from local loop and no video and voice.
i used c# and codes like this,
String MRL = "http://127.*.*.*:8080";
this.axVLCPlugin1.addTarget(MRL, null, AXVLC.VLCPlaylistMode.VLCPlaylistReplaceAndGo, 0);
this.axVLCPlugin1.play();
when i use rtp its working on local loop, but when i try http it s not.
what is the matter ?
thanks for your advice and helps.
when i stream a video with http,
i dont receive it from local loop and no video and voice.
i used c# and codes like this,
String MRL = "http://127.*.*.*:8080";
this.axVLCPlugin1.addTarget(MRL, null, AXVLC.VLCPlaylistMode.VLCPlaylistReplaceAndGo, 0);
this.axVLCPlugin1.play();
when i use rtp its working on local loop, but when i try http it s not.
what is the matter ?
thanks for your advice and helps.