YouTube Live Streaming on iOS

I successfully broadcast regular YouTube videos on iOS using the YouTube YouTube Assistant , but the live stream does not seem to work.

I'm not sure if streaming is supported, but I could not find it in my documents.

Any idea how to make it work on iOS (without breaking ToS)?

+5
source share
1 answer

YouTube Live Events playback is supported by the YTPlayerView iOS helper classes. The player will process the video in real time in the same way as regular YouTube video (how the iFrame player should play), and your video should play without problems with the “Live Broadcast” message, replacing the player’s scrubber as follows:

Live broadcast

The only difference I noticed is that the video will return the quality value of "auto". I sent a patch to handle this case, which has been merged with the official repo here .

+2
source

Source: https://habr.com/ru/post/1207762/


All Articles