Hello,
We are using ffmpeg to encode the an incoming tv stream in to h264 and mp3 and stream these transcoded streams over rtp. Please see the sdp file generated below. As you see the audio and video streams come over different ports. I am able to play out this sdp using vlc. However if I use the rtplive example from wowza, only the video plays out. From the documentation as far I can see, both of h264 and mp3 formats are supported over rtp. Am I misunderstanding sth.? I already have the log file during such a playout. I can send it to an email you provide if you likeā¦
Thanks,
v=0
o=- 0 0 IN IP4 127.0.0.1
s=No Name
t=0 0
a=tool:libavformat 52.56.1
m=audio 10000 RTP/AVP 14
c=IN IP4 10.227.135.175
b=AS:64
m=video 10002 RTP/AVP 96
c=IN IP4 10.227.135.175
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1