Page 1 of 1
https for videos doesn't work
Posted: 07 Oct 2022 10:59
by Vidcomp
When I try to play videos from Youtube and other video services like
https://ustvgo.tv/science/ do not work. I am using vlc 3.0.17.4.
Re: https for videos doesn't work
Posted: 07 Oct 2022 12:41
by Rémi Denis-Courmont
YouTube is no longer supported as noted in other threads. I don't think USTVGO was ever supported. Patches are welcome.
It might work if you install YT-DLP and the external VLC plugin for YT-DLP. At least for YouTube.
Re: https for videos doesn't work
Posted: 17 Oct 2022 14:13
by Vidcomp
It is a valid https site in should work. Why is VLC unable to resolve a https site?
Re: https for videos doesn't work
Posted: 18 Oct 2022 17:11
by Rémi Denis-Courmont
Again, patches are welcome.
Re: https for videos doesn't work
Posted: 19 Oct 2022 09:33
by chubinou
> Why is VLC unable to resolve a https site?
A website is not a video, VLC needs a way to parse the website to figure out where the actual video is available, this often means specific code a every streaming platforms, so unless someone is willing to code this for VLC or if that's supported by third party like YT-DLP this you're out of luck
Re: https for videos doesn't work
Posted: 08 Nov 2022 02:32
by Vidcomp
No coding simly include a browser function and record video and audio from the in built browser.
Re: https for videos doesn't work
Posted: 18 Nov 2022 23:15
by lurkyboi9001
For people googling a temporary workaround:
I was able to open streams by combining yt-dlp and vlc.
Step 1: Open two terminals. Download the stream to a file with yt-dlp:
yt-dlp -o tempfile youtube-url-link
Step2: While it is downloading open the temp file with vlc:
vlc tempfile.part