This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 378
Safari plays HLS streamed out by OWT incorrectly. #1331
Comments
GStarP
changed the title
Safari plays HLS streamed out by OWT error.
Safari plays HLS streamed out by OWT incorrectly.
Jul 6, 2023
Are there any quality changes(such as resolution, bitrate) of your HLS streaming when video starts to freeze in safari? |
Accroding to
|
New progress! New routes: streaming out to SRS config reference:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We build such flow: WebRTC(Browser) => publish and mix into view "common"(OWT) => streaming out as RTMP(NMS/SRS) => play by Safari
<video>
(HSL). We also tried generating HLS files directly from OWT and serve them by express.js for safari to request, but the problem remains the same.The problem is that after normally played for abount 1min, the video keeps still (the video screen not change any more). However, in browser developer tool, we can see
.m3u8
and.ts
files are still being requested correctly, you can even download.ts
and play!By the way, Chrome on Android and Windows can play the same url using
https://livepush.io/hls-player/index.html
. It seems that only Safari<video>
doesn't work well with OWT streaming out.A recurrent reference:
The text was updated successfully, but these errors were encountered: