Hello,
i read the Tutorial from here:
https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming#config
On the Point 1. a. “Publishing the stream” i create the camera.stream and add to the content of this file
rtsp://xxx.xxx.xxx.xxx/nphMpeg4/g726-640x480
(for xxx the public Internet ip from the Panasonic BL-C111 Ip Cam)
i get in the access.log
2013-02-10 15:29:11 MEZ comment server INFO 200 - RTPMediaCaster.create[33478058] - - - 2440.497 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 15:29:11 MEZ comment server INFO 200 - RTPMediaCaster.init[33478058] - - - 2440.497 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 15:29:11 MEZ comment server INFO 200 - RTPMediaCaster.Reconnector[33478058:live/_definst_:camera.stream]: start: 1 - - - 2440.497 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 15:29:11 MEZ comment server INFO 200 - HTTPStreamManager.onHTTPRequest: Publish stream successfully started [live/_definst_]: flv:camera.stream - - - 2440.513 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 15:29:22 MEZ comment server ERROR 500 - MediaCasterConnection.connect: Failed to connect[xxx.xxx.xxx.xxx:554]: org.apache.mina.common.RuntimeIOException: Failed to get the session[ConnectException: null]. - - - 2450.734 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 15:29:22 MEZ comment server WARN 200 - RTPSessionDescriptionDataProviderBasic.getStreamInfo: RTSP/RTP re-streaming. Cannot connect to server: rtsp://xxx.xxx.xxx.xxx/nphMpeg4/g726-640x480 - - - 2450.734 - - - - - - - - - - - - - - - - - - - - - - - - -
What can be the Problem ?
Update:
After i opening the Port 554 on the Router, it will be connected, but now i get a Authentication Error:
2013-02-10 18:23:52 MEZ comment server WARN 200 - RTPSessionDescriptionDataProviderBasic.getStreamInfo: RTSP/RTP re-streaming timeout. - - - 2302.265 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 18:23:52 MEZ comment server INFO 200 - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession - - - 2302.374 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 18:23:52 MEZ comment server INFO 200 - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose - - - 2302.374 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 18:23:52 MEZ comment server INFO 200 - RTPSessionTracker.remove[rtsp://xxx.xxx.xxx.xxx/nphMpeg4/g726-640x480]: 0:true - - - 2302.374 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 18:23:52 MEZ comment server INFO 200 - RTPSessionTracker.add[rtsp://xxx.xxx.xxx.xxx/nphMpeg4/g726-640x480]: 1 - - - 2302.405 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-02-10 18:23:52 MEZ comment server WARN 200 - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: Authentication required[401]: Username password not available - - - 2302.452 - - - - - - - - - - - - - - - - - - - - - - - - -