The url is rtsp://82.140.146.206/mpeg4/1/media.amp
Sorry, a bit of duff information. The real url is rtsp://81.140.146.206/mpeg4/1/media.amp . I originally got the link verbally from the guy that operates the camera and this worked in quicktime. When he sent me an email with the link the ip was wrong which was the one I was trying in vlc
This one sort of works. In version 0.8.6i, I can play it back ok and restream it but it seems to loose connection to the camera when the camera pans.
In 0.9.6 I can play it back ok and it doesn't seem to loose connection but If I try to stream it then the player crashes straight away. I have tried the same command line for both versions and it appears that something may have changed between them.
This is the command line that works in 0.8.6i
Code: Select all
vlc -vvv rtsp://81.140.146.206/mpeg4/1/media.amp --sout "#transcode{venc=x264,vcodec=x264,vb=500,scale=1,acodec=mp4a,ab=32,channels=2,samplerate=22100}:rtp{dst=127.0.0.1,sdp=http://127.0.0.1:9000/myStream.sdp}"
There is no audio in the stream at the moment but I am planning on adding it from a seperate stream.
This will be to stream to a Wowza server which accepts h264 over a rtp stream.
Thanks for the help.
Roger.