hi guys,
i m trying receive a stream with http, but it is not.
i used c#.net and the code is like that,
String MRL = "http://localhost:8080";
this.axVLCPlugin1.addTarget(MRL, null, AXVLCP.VLCPlaylistMode.VLCPlaylistReplaceAndGo, 0);
this.axVLCPlugin1.play();
when i use this with rtp, it is working properly,
but http not.
thanks for your advices and helps.