Hi Charlie and Senpoc,
I’m having the exact same problem using the same approach:
ffmpeg to send h264+aac via rtp;
sdp generated by ffmpeg;
wowza only displays video, no audio;
Even when I try audio only, wowza doesn’t play anything. I’m using the LiveVideoStreaming example to play the stream.
I’ve tried several all the 3 modes for the AVSyncMethod parameter and none worked.
My sdp is similar to the one shown previously (also tried several different sdp settings):
o=- 0 0 IN IP4 127.0.0.1
t=0 0
s=No Name
a=tool:libavformat 52.34.0
c=IN IP4 192.168.1.102
m=video 60007 RTP/AVP 96
b=AS:200
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1
m=audio 60009 RTP/AVP 96
c=IN IP4 192.168.1.102
b=AS:64
a=rtpmap:96 MPEG-4-GENERIC/44100/2
a=ftmp:96 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexltalength=3; config=1210
In the logs (DEBUG mode) I don’t see any error, but shouldn’t the “rtp[audio:xxxx]…” line also have some processing lines after that, like the “rtp[video:xxxx]…” ones?
DEBUG server comment - rtp[video:317] {80 e0 14 2a 00 80 35 da 00 00 00 00 41 9a 21 30 }
DEBUG server comment - SINGLE: end:true tc:8402394 sz:305
DEBUG server comment - nalUnit: hdr:41 sz:230:234 typ:SLICE
DEBUG server comment - sliceType:5 frameType:2
DEBUG server comment - writePacket[vid]: sz:239 tc:1246528975775:8399391:1246528975770 key:false
DEBUG server comment - checkFlush[false,false,50]: tc:1246528975775>1246528975792 || rt:1246528975771>1246528975787
DEBUG server comment - rtp[audio:1288] {80 e0 02 3b 00 3e a8 00 00 00 00 00 00 70 06 a0 }
DEBUG server comment - rtp[video:379] {80 e0 14 2b 00 80 41 95 00 00 00 00 41 9a 31 b0 }
DEBUG server comment - SINGLE: end:true tc:8405397 sz:367
DEBUG server comment - nalUnit: hdr:41 sz:305:309 typ:SLICE
DEBUG server comment - sliceType:5 frameType:2
DEBUG server comment - writePacket[vid]: sz:314 tc:1246528975808:8402394:1246528975806 key:false
DEBUG server comment - checkFlush[true,false,50]: tc:1246528975808>1246528975792 || rt:1246528975807>1246528975787
DEBUG server comment - flush: notify:false tSize:2 dataObjs:17 time:70 tOffset:-7
Can anyone give me some help with this? I’m really stuck and running out of ideas…
Thanks,
Francisco