Reputation: 101
I want to integrate youtube live streaming publishing functionality in android / iOS app. I tried using liveStreams insert
api and liveBroadcast bind & insert api
but it shows waiting for the uploader. Iam using the rtmp link to upload the video stream from my app.
Can anybody help me with the integration or anything is missing?
Upvotes: 1
Views: 569
Reputation: 101
I have fixed the issue using LFLivekit for iOS and yasea RTMP library for Android.
The code snippet for swift is available on this link
https://gist.github.com/Faiyyaz/4c4dfea2b588676a3c975c819946d6f3
Upvotes: 1