Wowza Community

RTSP/RTP re-streaming timeout

I have a camera that works fine and I can see the live video, when I hit it directly with the IP. But it doesn’t stream from Wowza. I see the following in the logs. Please help!

2014-12-18 20:11:19 MST app-start application INFO 200 definst KingFalcon/definst - - - 14180.763 - - - - - - - - - – - - - - - - - - - - - - - -

2014-12-18 20:11:19 MST comment server INFO 200 - RTPMediaCaster.create[249078657] - - - 14180.764 - - - - - - - - - - – - - - - - - - - - - - - -

2014-12-18 20:11:19 MST comment server INFO 200 - RTPMediaCaster.init[249078657] - - - 14180.764 - - - - - - - - - - - – - - - - - - - - - - - -

2014-12-18 20:11:19 MST comment server INFO 200 - RTPMediaCaster.Reconnector[249078657:KingFalcon/definst:KingFalcon.stream]: start: 1 - - - 14180.765 - - - - – - - - - - - - - - - - - - - - - - - -

2014-12-18 20:11:19 MST comment server INFO 200 - HTTPStreamManager.onHTTPRequest: Publish stream successfully started [KingFalcon/definst]: flv:KingFalcon.stream - - - 14180.775 – - - - - - - - - - - - - - - - - - - - - - - -

2014-12-18 20:11:19 MST comment server INFO 200 - RTPSessionTracker.add[rtsp://151...*:554/axis-media/media.amp?videocodec=h264&streamprofile=Wowza]: 1 - - - 14180.909 - – - - - - - - - - - - - - - - - - - - - - - -

2014-12-18 20:11:35 MST comment server WARN 200 - RTPSessionDescriptionDataProviderBasic.getStreamInfo: RTSP/RTP re-streaming timeout. - - - 14195.986 - - - - – - - - - - - - - - - - - - - - - - - -

2014-12-18 20:11:35 MST comment server INFO 200 - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession - - - 14196.089 - - - - - - – - - - - - - - - - - - - - - - - -

2014-12-18 20:11:35 MST comment server INFO 200 - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose - - - 14196.09 - - - - - - - – - - - - - - - - - - - - - - - -

2014-12-18 20:11:35 MST comment server INFO 200 - RTPSessionTracker.remove[rtsp://151...*:554/axis-media/media.amp?videocodec=h264&streamprofile=Wowza]: 0:true - - - 14196.091 – - - - - - - - - - - - - - - - - - - - - - - -

2014-12-18 20:11:35 MST comment server INFO 200 - RTPSessionTracker.add[rtsp://151...*:554/axis-media/media.amp?videocodec=h264&streamprofile=Wowza]: 1 - - - 14196.132 - – - - - - - - - - - - - - - - - - - - - - - -

2014-12-18 20:11:50 MST comment server WARN 200 - RTPSessionDescriptionDataProviderBasic.getStreamInfo: RTSP/RTP re-streaming timeout. - - - 14211.2 - - - - - – - - - - - - - - - - - - - - - - - -

2014-12-18 20:11:50 MST comment server INFO 200 - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession - - - 14211.302 - - - - - - – - - - - - - - - - - - - - - - - -

2014-12-18 20:11:50 MST comment server INFO 200 - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose - - - 14211.304 - - - - - - - – - - - - - -

Hi,

The publish stream is started as “flv:KingFalcon.stream”, while it likely should be “mp4:KingFalcon.stream”. Try to put “mp4:” manually in front of the stream name when starting it.

Also, I’m not 100% sure, but I’ve experienced that Wowza doesn’t accept query string parameters in a .stream file; that would mean that “?videocodec=h264&streamprofile=Wowza” gets stripped from the URL when starting the stream, which logically may confuse your IP camera.