Hello to everyone,
I followed this instruction in detail BUT
I am working on a fresh install virtual machine with Win2K sp4, all drivers and codec installed.
WowzaMediaServer 1.6.0 and patch12 applied, examples installed.
(streamType in application.xml in rtplive folder is set to rtp-live)
I’m tryin to connect with a 2N video door phone wich has rtsp protocol with h.264.
Wowza server on ip 192.168.3.54
Video door phon on ip 192.168.3.53
With VLC I can use rtsp://192.168.3.53 as address and the streaming is OK
Opening LiveVideoStrem client example and using
SERVER: rtmp://192.168.3.54/rtplive
STREAM: rtsp://192.168.3.53:554
Wowza server console report the following messages:
INFO stream create - -
streamName: rtsp://192.168.3.53/video
playStart: -2.0
playLen: -1.0
playReset: 1
INFO server comment - MediaStreamMediaCasterPlay: startPlay
INFO server comment - RTPMediaCaster.create
INFO server comment - RTPMediaCaster.init
INFO server comment - RTPMediaCaster.Reconnector: start
ERROR server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processR
esponse: CSeq less than zero
INFO server comment - MediaStreamMediaCasterPlay: close
The WowzaMediaServer network sniffing (wireshark) is
DESCRIBE rtsp://192.168.3.53:554 RTSP/1.0
CSeq: 1
Accept: application/sdp
User-Agent: Wowza Media Server Pro (Wowza Media Server Pro10 1.6.0 build10546)
RTSP/1.0 200 OK
CSeq: 1
Content-Type: application/sdp
Content-Length: 284
Server: HIP1.1.0.117.0
v=0
o=- 0 0 IN IP4 192.168.3.53
s=HeliosIP Streaming
c=IN IP4 192.168.3.53
t=0 0
m=audio 0 RTP/AVP 0
a=control:rtsp://192.168.3.53/audio
m=video 0 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=42E01E; packetization-mode=1
a=control:rtsp://192.168.3.53/video
SETUP rtsp://192.168.3.53:554/rtsp://192.168.3.53/audio RTSP/1.0
Transport: RTP/AVP;unicast;client_port=6970-6971
CSeq: 2
User-Agent: Wowza Media Server Pro (Wowza Media Server Pro10 1.6.0 build10546)
RTSP/1.0 404 Not Found
Server: HIP1.1.0.117.0
TEARDOWN rtsp://192.168.3.53:554 RTSP/1.0
CSeq: 3
User-Agent: Wowza Media Server Pro (Wowza Media Server Pro10 1.6.0 build10546)
RTSP/1.0 454 Session Not Found
CSeq: 3
Server: HIP1.1.0.117.0
The main difference with vlc stream is in this rows:
WOWZA:
SETUP rtsp://192.168.3.53:554/rtsp://192.168.3.53/audio RTSP/1.0
Transport: RTP/AVP;unicast;client_port=6970-6971
CSeq: 2
VLC:
SETUP rtsp://192.168.3.53/audio RTSP/1.0
CSeq: 9
Transport: RTP/AVP;unicast;client_port=1162-1163
Where I am wrong?
I am not able to figure it out.
Help please.