c# VLC plugin can't read rtsp-tcp stream

This forum is about all development around libVLC.
andreisem7
New Cone
New Cone
Posts: 1
Joined: 31 Mar 2014 15:57

c# VLC plugin can't read rtsp-tcp stream

Postby andreisem7 » 31 Mar 2014 16:20

Hello,

the main problem is with reading rtsp stream.
As VLC player (i am using v.2.1.3) has option to change from default HTTP to RTP over RTSP (TCP) : Tools-> Preferences -> Input/Codecs -> Live555 stream transport. But i need to activate RTP over RTSP in plugin. I suppose it should be something like

vlc.setVariable("--rtsp-tcp", 1);

but it never worked - throw exception:
COMException,
message is: Error HRESULT E_FAIL has been returned from a call to a COM component;
Source : Interop.AXVLC
StackTrace: at AXVLC.IVLCControl.setVariable(String name, Object value)
at AxAXVLC.AxVLCPlugin.setVariable(String name, Object value)

Are there any suggestion how to configure plugin in oreder axvcl.dll could perform in the same way as VLC player with option rtsp-tcp (this parameter was taken from vlcrc file).

Thank you, in advance.

Andreisem7

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: c# VLC plugin can't read rtsp-tcp stream

Postby Jean-Baptiste Kempf » 22 Apr 2014 14:52

No, you cannot.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 15 guests