Hello
We are using Harmonic Prostream 4000 Transcoder to generate our video formats. I set up the Wowza server for publishing this streams. With RTMP I have no problems to access the live streams, but if I try to watch the live streams with the VLC Player over RTP/RTSP I always get the following error:
live555 error: Nothing to play for rtsp://192.168.1.10:1935/web/SFInfo.sdp
main error: open of `rtsp://192.168.1.10:1935/web/SFInfo.sdp’ failed: (null)
live555 error: Could not create the RTSP Session: Invalid SDP line: AgNSFIR0Z6FHVmMWQshjokrMRkECSoxBUWUUIHDxISDUNg4HDwI0DNEf9NNGOSUxjkMcphgmIiYg
jECBIlDBAyNEhgJDBoTBMGIZB4EAiBMgWuQCgL/lwFKCgoL4AAADAAgAAAMBlYEAAW40AAIlT//+
BQ==,aO68sA==
a=cliprect:0,0,360,640
a=framesize:97 640-360
a=control:trackID=2
live555 error: Nothing to play for rtsp://192.168.1.10:1935/web/SFInfo.sdp
main error: open of `rtsp://192.168.1.10:1935/web/SFInfo.sdp’ failed: (null)
It seems there is a problem with the SDP file. But the one I copied in the content folder comming from the encoder seems to be fine. On the server I have no errors and with RTMP it is working.
The original SDP file looks like this:
v=0
o=user1265039459 1265039459 1265039459 IN IP4 10.63.31.81
s=SFInfo
c=IN IP4 239.3.1.49/10
b=RR:0
t=0 0
a=control:*
a=range:npt=now-
m=video 51140 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=64002a; sprop-parameter-sets=Z2QAKq2UKRhCjBESGAgEQIEChEBSFAiEAKAP4PgEgBhAwAcIG5QWrNwUBgMgSIECEBn+BEBACEChAgNSFIR0Z6FHVmMWQshjokrMRkECSoxBUWUUIHDxISDUNg4HDwI0DNEf9NNGOSUxjkMcphgmIiYgjECBIlDBAyNEhgJDBoTBMGIZB4EAiBMgWuQCgL/lwFKCgoL4AAADAAgAAAMBlYEAAW40AAIlT//+BQ==,aO68sA==; packetization-mode=1
a=control:trackID=1
b=RR:0
b=RS:1024
b=AS:1555
b=TIAS:1500000
a=maxprate:170
m=audio 51142 RTP/AVP 97
a=rtpmap:97 mpeg4-generic/44100/2
a=fmtp:97 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1210; sizeLength=13; indexLength=3; indexDeltaLength=3; constantDuration=1024; object=2
a=control:trackID=2
a=lang:eng
b=RR:0
b=RS:1024
b=AS:79
b=TIAS:64000
a=maxprate:44
Does anyone else made similar expiriences? At the moment I’m using Wowza version 2.0.0.11.
On the same server I tried with an other transcoder and RTP/RTSP streaming was no problem.