First i want to apologize, i know this was probably asked a couple of times but i spent a whole day looking on the internet and on this group for answers and i still didn't find a
answer that was perfectly clear. So what i want to achieve is audio video transmission from browser(chrome windows devices) to IOS safari and native apps. I know IOS
doesn't support webRtc at the moment and i need some work around this . If i understood correctly WebRTC uses vp8 codec and webM format and safari uses h264 and MPEG-4
and that i need to connect the webRtcEndpoint to a rtpEndpoint and then to a wowza media server which supports RTMP protocol if i am correctly, from there i can stream to ios
using h264 and MPEG-4.
My questions are:
1) Did i understood this flow correctly, this is the right way to do it ?
2)Is this the only way i can do it ? can't i specify the file format in the sdp offer?
Thank you,
Mirel