Hi friends,
I'm trying to access an internal live stream from my IP-Cam with username and password.
With VLC it works perfectly like this:
vlc.exe rtsp://username:password@192.168.0.41/live.sdp
As naiv as I am, I tried to put the following line into the web.conf file and restarted the server:
videostream.Web,Video,WebCam=MySpyCam,rtsp://username:password@192.168.0.41/live.sdp
vlc got started. That's it.
The debug.log file showed:
[D:\Programme\VLCPortable\VLC\vlc.exe] INFO 22:13:54.290 Starting D:\Programme\VLCPortable\VLC\vlc.exe -I dummy --dummy-quiet rtsp://username:password@192.168.0.41/live.sdp sout=#transcode{vcodec=mp2v,vb=4096,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst="\\.\pipe\VLC1236896034134"}}
My PS3 doesn't show the stream.
What did I wrong?
Any Hints for me?
Thanx!
