Skip to content

RTSP Strem Oddities

I have 2 cameras set up in SecuritySpy. Everything is working great, except I am unable to get the RTSP stream working for both. In VLC, I can view cameraNum=1 stream, but get an error when trying to view cameraNum=2. The URLs I'm using look like this:

rtsp://xxx.xxx.x.xx:8000/++stream?cameraNum=1&codec=h264

rtsp://xxx.xxx.x.xx:8000/++stream?cameraNum=2&codec=h264

cameraNum=1 is not the camera I thought it would be, but that is not necessarily of much concern to me at the moment.


live555 debug: connection error 404

main debug: removing module "keychain"

live555 error: Failed to connect with rtsp:///xxx.xxx.x.xx:8000/++stream?cameraNum=2&codec=h264

main debug: no access_demux modules matched

main debug: creating access: rtsp:///xxx.xxx.x.xx:8000/++stream?cameraNum=2&codec=h264

main debug: looking for access module matching "rtsp": 23 candidates

satip debug: try to open 'rtsp:///xxx.xxx.x.xx:8000/++stream?cameraNum=2&codec=h264'

satip debug: connect to host '/xxx.xxx.x.xx'

main debug: net: connecting to /xxx.xxx.x.xx port 8000

main debug: connection succeeded (socket = 16)

main debug: net: opening 0.0.0.0 datagram port 9158

main debug: net: opening 0.0.0.0 datagram port 9159

satip error: Failed to setup RTSP session

main debug: net: connecting to /xxx.xxx.x.xx port 8000

main debug: connection succeeded (socket = 16)

access_realrtsp warning: Cseq mismatch, got 1, assumed 0

access_realrtsp debug: rtsp connected

access_realrtsp warning: only real/helix rtsp servers supported for now

main debug: no access modules matched

main debug: dead input

main debug: changing item without a request (current 0/1)

main debug: nothing to play

Comments

  • Are you sure the camera numbers are correct? You can obtain these from the Camera Info window in SecuritySpy - if you don't see this information, click the header bar where you see the column names, and a menu pops up that allows you to add this column.

    The first camera is probably cameraNum=0 and the second is probably cameraNum=1

Sign In or Register to comment.