Hello,
I’m following the instruction “How to publish and play a live stream (native RTP encoder with SDP file)” in the quickstart.html. The Adobe Flash player plays fine on both local PC with WowzaMediaServer and remote PC.
But, on the local PC, the VLC can’t play the stream by opening: rtsp://localhost:1945/rtplive/myStream-osprey240e.sdp
The VLC complained:
Your input can’t be opened:
VLC is unable to open the MRL ‘rtsp://localhost:1945/rtplive/myStream-osprey240e.sdp’. Check the log for details.
The myStream-osprey240e.sdp is generated by a RTP broadcaster that broadcasts H.264 and AAC video/audio streams. The content is:
v=0
o=RTSPStreaming_pack_v.2.3.0.6 3475421789 0 IN IP4 38.113.166.154
s=vsofts
c=IN IP4 72.172.164.152/30
a=x-broadcastcontrol:RTSP
a=control:*
m=video 1945 RTP/AVP 36
a=rtpmap:36 H264/90000
a=control:trackID=1
a=cliprect:0,0,320,240
a=framesize:36 320-240
b=AS:250
a=fmtp:36 packetization-mode=1;profile-level-id=42801E;sprop-parameter-sets=J0LgHpZUCg/QgAATiAAEkrRC,KM4GDMg=
There should be no UDP and Firewall issues because the VLC is on the same machine of WMS. I can’t figure it out what’s going wrong. And I will test if the MPET-TS works with VLC.
Thanks