Playback Live stream from Custom youtube URL #712
Answered
by
ne0rrmatrix
ne0rrmatrix
asked this question in
Q&A
-
Hi everyone. I am trying to figure out how to resolve and playback a custom user name with custom suffix for a youtube URL. This URL is one I can't figure out how to playback. It is a continuous live stream from a podcast. youtube.com/twit/live. Any help on how to use this URL would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
ne0rrmatrix
Jun 11, 2023
Replies: 1 comment
-
Ended up solving the problem myself :) This will grab the current live stream from a channel. This is my solution for getting the video URL for stream.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ne0rrmatrix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ended up solving the problem myself :) This will grab the current live stream from a channel.
Example console app.
Just do:
_ = LoadVideo();
This is my solution for getting the video URL for stream.