youtube_player_flutter
youtube_player_flutter copied to clipboard
Youtube Live URl issue
Hi, I am trying to embed this live URL https://www.youtube.com/channel/UCJj-ntbpTWWvtubIK0Aww9w/live but how to get the vidio id for this. i tried using YoutubePlayer.convertUrlToId( "https://www.youtube.com/channel/UCJj-ntbpTWWvtubIK0Aww9w/live"); but its returning null. @sarbagyastha
I think one way, if it is channel live URL we can directly put iframe instead of div inside raw_youtube player ?
https://github.com/sarbagyastha/youtube_player_flutter/blob/ea392c7612abe1b56a86d28d1dc12f4de2d0f669/lib/src/player/raw_youtube_player.dart#L275
ex: html:
js: var player = new YT.Player('player', {});
https://stackoverflow.com/questions/47241553/youtube-iframe-api-for-live-videos?rq=1
Is there any way to solve this?
did anyone solve this issue?
also need to know this.