Does Avalonia currently support displaying YouTube videos and images in base64 format within a window? #15786
-
|
These are two separate questions, with the YouTube video being an embed code that can be pasted into HTML code to open the video on webpage. The image is a base64 encoded string. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Oh also I forgot to mention, you technically don't need a web browser to play youtube videos. All you need is the stream and some sort of media player. There are several tools available that can extract the streams for you (they do often break though due to youtube changing things), but I wont link them here. Alternatively, if you have just a media player you can also probably directly play the video anyway. VLC for example has built in support for youtube videos and there is an official Avalonia VLC integration. |
Beta Was this translation helpful? Give feedback.
Oh also I forgot to mention, you technically don't need a web browser to play youtube videos. All you need is the stream and some sort of media player. There are several tools available that can extract the streams for you (they do often break though due to youtube changing things), but I wont link them here. Alternatively, if you have just a media player you can also probably directly play the video anyway. VLC for example has built in support for youtube videos and there is an official Avalonia VLC integration.
https://code.videolan.org/videolan/LibVLCSharp/-/tree/master/samples/LibVLCSharp.Avalonia.Sample?ref_type=heads