|
|
|
|
|
by matvp
1670 days ago
|
|
I didn't verify this but my guess is that with the lack of the MSE API on Safari iOS, YT has no other option but to serve the HLS manifest directly to the video element thus it's a whole lot easier to grab the HLS URL (after YT's player JS generated the signature). Would be a bit more tricky to do this on Chrome (or Firefox) where the video buffer is built in code (MSE). On second thought, muxing mpeg2ts to mp4 containers would make it possible to play the same HLS stream on Chrome. |
|