Closed Preloading closed 2 months ago
i've identified the cause, it's because the ffmpeg build from alpine linux doesn't support amr-nb encoding
i'll try to work out a proper solution but in the meantime you can search and replace libopencore_amrnb
with aac
in back/yt2009mobile.js
and videos should start working on your iphone
I am trying to get yt2009 web to work on my iphone 3g. It doesn't support modern codecs and file containers like mp4, so it requires 3GP. When you change the rstp flag to HTTP 3GP, the mobile video feed fails to load. (this also occurs on my PC.) It attempts to load till it times out. Nothing appeared in the output. This is normally under an apache proxy, but still occurs when connecting directly.
Here is my docker compose if it helps