Project-Lightspeed icon indicating copy to clipboard operation
Project-Lightspeed copied to clipboard

WebRTC Stream not playing on IOS 15+

Open SpoopyTim opened this issue 2 years ago • 2 comments

Attempts so far:

  • Multiple phones
  • Experimental WebRTC settings in safari

With this we can assume that its a problem related to IOS 15 Confirmed to work on M1 Macbook

This is the common error between all devices image

External Information OvenMediaEngine managed to fix this issue but the solution seems a bit random, it seems to have something to do with tcp packets being fragmented due to bad threading The issue in question: https://github.com/AirenSoft/OvenMediaEngine/issues/517 The solution: https://github.com/AirenSoft/OvenMediaEngine/commit/e3ba399206e04ac6a78cc37ef02a8f6492e09309

SpoopyTim avatar Apr 21 '22 23:04 SpoopyTim

I believe this might be similar to an issue that I have seen occur on desktop browsers (both Firefox and Chrome) in the past. Unfortunately I could not troubleshoot that issue directly, but it did start without any known changes to the configuration on either end. The logs looked identical (in that the handshake would complete but the stream would not start)

Lunaphied avatar Jun 25 '22 23:06 Lunaphied

I also had this problem on my device. (iPhone 13 Pro | iOS 16.0.3 | 20A392)

real-zony avatar Oct 19 '22 10:10 real-zony