Hi There,
I’m trying to view the video from an Axis Q6034 camera (which is serving up an H.264 RTSP stream) using the rtp-live example client, however, I keep on getting streamTimeouts and subsequent RTPMediaCaster.Reconnector attempts being made, to no avail. Despite trying to up the streamTimeout (I’m not sure if that’s even the right approach in the first place), I still get the same endless re-connection attempts being made. This is an example of what’s being logged:
INFO server comment - RTPMediaCaster.streamTimeout[14949706:rtplive/definst:ca
mera.stream2]: timeout:90000 diff:90022 reason:101
INFO server comment - RTPMediaCaster.resetConnection[14949706:rtplive/definst:
camera.stream2]:
INFO server comment - RTPMediaCaster.closeRTPSession[14949706:rtplive/definst:
camera.stream2]
INFO stream unpublish camera.stream2 -
INFO stream destroy camera.stream2 -
INFO server comment - RTPMediaCaster.Reconnector[14949706:rtplive/definst:came
ra.stream2]: start: 2
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[rtpli
ve/definst]: C:/Users/user/AppData/Local/Programs/Wowza Media Systems/Wo
wza Media Server 2.2.3/content/camera.stream2
INFO stream create - -
INFO stream publish camera.stream2 -
INFO server comment - RTPMediaCaster.Reconnector[14949706:rtplive/definst:came
ra.stream2]: done: 2
INFO server comment - LivePlayer.play[rtplive/definst/camera.stream2]: Dynamic
Stream Markers are on.
INFO server comment - RTPMediaCaster.streamTimeout[14949706:rtplive/definst:ca
mera.stream2]: timeout:90000 diff:90009 reason:101
INFO server comment - RTPMediaCaster.resetConnection[14949706:rtplive/definst:
camera.stream2]:
INFO server comment - RTPMediaCaster.closeRTPSession[14949706:rtplive/definst:
camera.stream2]
INFO stream unpublish camera.stream2 -
INFO stream destroy camera.stream2 -
INFO server comment - RTPMediaCaster.Reconnector[14949706:rtplive/definst:came
ra.stream2]: start: 3
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[rtpli
ve/definst]: C:/Users/user/AppData/Local/Programs/Wowza Media Systems/Wo
wza Media Server 2.2.3/content/camera.stream2
INFO stream create - -
INFO stream publish camera.stream2 -
INFO server comment - RTPMediaCaster.Reconnector[14949706:rtplive/definst:came
ra.stream2]: done: 3
INFO server comment - LivePlayer.play[rtplive/definst/camera.stream2]: Dynamic
Stream Markers are on.
We have the same camera in our office (i.e. within our LAN) and I can get the Wowza rtp-live example to work just fine. Also, I am able to view the H.264 RTSP stream from the Q6034 on the internet using VLC.
Any insight as to why this is occurring would be greatly appreciated. I’d really like to use Wowza, but it needs to be able to connect to a number of cameras that are outside a LAN. Hopefully I’m just going about this the wrong way, and there is a fix.
Thanks,
Sean