Page 1 of 1

HTTP stream

Posted: 06 Nov 2008 17:22
by developer
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.

Re: HTTP stream

Posted: 07 Nov 2008 19:11
by VLC_help
No need to censor localhost IP address :D

What errors you get when you try to open it?

Re: HTTP stream

Posted: 07 Nov 2008 22:21
by developer
No need to censor localhost IP address :D

What errors you get when you try to open it?
you are right :)

no errors, but video does not play.

but when i try it rtp, it is playing, but http not.

Re: HTTP stream

Posted: 08 Nov 2008 15:11
by VLC_help
There should be errors. Try with --verbose 2 --extraintf=logger and you should get log file.

Re: HTTP stream

Posted: 15 Nov 2008 13:37
by developer
thanks for your advices and helps,

it works with 0.8.6h version of vlc.

maybe 0.9.4 and 0.9.6 has a bug.

Re: HTTP stream

Posted: 15 Nov 2008 15:42
by VLC_help
It might have, but without messages, we really can't figure this out.