Page 1 of 1

rtsp over http with VLC activeX/plugin

Posted: 10 Mar 2008 00:23
by LNC
Hello,
I want to ask you whether it is possible to do this through the plugin in webbrowser:
1. enable rtsp over http (it is disabled by default)
2. change the port of HTTP tunel (because every camera has a different port in NAT of the router)

If so, can you help me how?

Re: rtsp over http with VLC activeX/plugin

Posted: 16 Mar 2008 04:04
by alf3299
Hello

I am using it for rtsp streams and works ok

Re: rtsp over http with VLC activeX/plugin

Posted: 23 Mar 2008 22:06
by LNC
yes, but I want to use the plugin for http tunneling of rtsp stream, that means, that I have to start a VLC with http tunelling feature turned on, and with the port set to a number that works.

Re: rtsp over http with VLC activeX/plugin

Posted: 14 Apr 2008 12:55
by chrisroseuk
Hi Guys,


Im using C# and can play local files OK, just having problems playing multicast mpeg2 streams.

here is the code snippet I used for the local file
axVLCPlugin1.addTarget("C:\\Documents and Settings\\echrros\\Desktop\\liquid\\LiquidVideo\\bin\\media\\fish.mpg",null, AXVLC.VLCPlaylistMode.VLCPlayListReplace, -666);
i am multicasting the stream using a tool called "WinSend" from the same local machine...

Can anyone provide me with a code snippet to get started? I have a feeling I have to use the "sout" options but can't find any detailed documentation on the actual options syntax. A pointer to this would be greatly helpful!


Thanks in advance,
Chris

Re: rtsp over http with VLC activeX/plugin

Posted: 19 Apr 2008 13:19
by mini
Hi,
Can u Please tell me is ur video streaming done automatically on a window from axvlc.dll with any position bcoz i am developing my player when i call the play method of axvlc.dll a new window pops up and the file starts playing,but i want to play the stream in my application.Is any way to do this