3

I am using Ant Media Server as a WebRTC media server. I publish my webcam with WebRTC from browser. I have also enabled mp4 recording. I can play recorded files on Linux and Windows. But I can't play some of them on iOS. How can I solve this?

mgct
  • 459
  • 2
  • 7

1 Answers1

2

This can be fixed by encoding file. But learning why it happens is better. Since Ant Media Server records WebRTC streams, WebRTC changes internal resolution dynamically which means mp4 files resolution is also changed on-the-fly. This is handled well in other platforms but not on the IOS yet. So, encoding the file again would likely fix it.

Enes Kuluk
  • 333
  • 1
  • 6