Hi,
I am a new programmer in Visual Basic and I work in Visual Studio 2010.
At this time I work on project that I would like to have the ability to watch my IP camera view via Visual Basic 2010 and VLC plugin.
My camera works as a Web Server and it has a 'User Name' and a 'Password' in order to be accessed.
I use the code below:
vlc1.addtarget("rtsp://ipofcamera:554//mpeg4/media.amp",Nullable,AxVLC.VLCPlayListMode.VLCPlayListInsert,0)
vlc1.play()
And nothing happens.
If I replase the "rtsp" with a file path and name to our Hard Disk,the video works fine.
How can I use RTSP?
How can I store the UserName and Password for my Camera in VB source code?
If there is no solution suggest me another programming language.
I would be grateful if you can help me in this subject.
Thank you in advance.
Kamaras Konstantinos