Hi folks,
this is my first post, and straight a problem
I have several Axis 210 IP-Cameras, which I would like to stream to a Webpage using Wowza Server.
Used the following guide:
https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming)
I’m able to login to the Stream Manager, and start the stream, can see the connect on the server console.
But I can also see lots of errors in regards to connects/disconnects.
The below is a part of the log when I try to use the example client to connect to the RTMP stream.
INFO stream create - -
INFO server comment - RTPUDPTransport.bind[live/_definst_]: 0.0.0.0/0.0.0.0:6984
INFO server comment - RTPUDPTransport.bind[live/_definst_]: 0.0.0.0/0.0.0.0:6985
INFO stream publish camera.stream -
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://derchrisuk.dyndns.org:554/mpeg4/media.amp
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: PLAY: rtsp://10.0.0.90:554/mpeg4/media.amp/
INFO server comment - RTPMediaCaster.Reconnector[2025883027:live/_definst_:camera.stream]: done: 8
INFO server comment - UDPTransport.firstPacket: bind:0.0.0.0/0.0.0.0:6984 msg:/78.86.128.162:50138
WARN server comment - MediaReaderFLV.open: Metadata appears to be bad: camera.stream
INFO stream stop camera.stream -
INFO stream play camera.stream -
WARN server comment - RTPDePacketizerRFC3984H264.handleRTPPacket: Unsupported packet type: MTAP-16
INFO server comment - RTCPHandler.sendFirstRTCPRR[320844778,6985,/78.86.128.162:50139]
INFO server comment - UDPTransport.firstPacket: bind:0.0.0.0/0.0.0.0:6985 msg:/78.86.128.162:50139
WARN server comment - RTPDePacketizerRFC3984H264.handleRTPPacket: Unsupported packet type: MTAP-24
WARN server comment - RTPDePacketizerRFC3984H264.handleRTPPacket: Unsupported packet type: MTAP-24
WARN server comment - RTPDePacketizerRFC3984H264.handleRTPPacket: Unsupported packet type: MTAP-24
INFO server comment - RTPMediaCaster.streamTimeout[2025883027:live/_definst_:camera.stream]: timeout:12000 diff:12011 reason:101
INFO server comment - RTPMediaCaster.resetConnection[2025883027:live/_definst_:camera.stream]:
INFO server comment - RTPMediaCaster.closeRTPSession[2025883027:live/_definst_:camera.stream]
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose
INFO server comment - RTPUDPTransport.unbind[live/_definst_]: 0.0.0.0/0.0.0.0:6984
INFO server comment - RTPSessionTracker.remove[rtsp://derchrisuk.dyndns.org:554/mpeg4/media.amp]: 0:true
INFO server comment - RTPUDPTransport.unbind[live/_definst_]: 0.0.0.0/0.0.0.0:6985
INFO stream unpublish camera.stream -
INFO stream destroy camera.stream -
INFO server comment - RTPMediaCaster.Reconnector[2025883027:live/_definst_:camera.stream]: start: 9
INFO server comment - RTPSessionTracker.add[rtsp://derchrisuk.dyndns.org:554/mpeg4/media.amp]: 1
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: SETUP: rtsp://10.0.0.90:554/mpeg4/media.amp/trackID=1
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:0353516942 sessionTimeout:60000
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[live/_definst_]: RTSP/RTP re-streaming. Success, received SDP data.
I can connect to the stream URL via VLC, and it showed me it is H264.
The camera is connected to my network at home at the moment.
Have asked some friends to connect via VLC, and all confirm source stream ok.
By looking at the logs I thought maybe the stream is not compatible.
So I also played around with VLC transcode, with no luck.
Anyone used the Axis 210 cameras with Wowza before, or know what could be the issue here?
I planned to use JW Player once I get the streaming done, and also add additional cameras.
The stream URL is
rtsp://derchrisuk.dyndns.org:554/mpeg4/media.amp
if you want to test it.
I also applied 2.2.4-Patch2 which I found in one of the other threads.
Any help much appreciated.
Regards,
Christian