-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I didn't think it was possible that we could watch video streaming with VLC since the abandonment of the VLC plugin in Chrome, Firefox.....
but by doing recent research, I was able to find techniques and scripts via web extensions to send streaming streams to VLC but it seems complicated and I haven't tested it....
I also found
https://github.com/woodruffw/ff2mpv
to send video streaming to mpv palyer but the developer says windows support is experimental because windows has bugs.....
i found also this awesome plugin that can be integrated wit potplayer and maybe mpc be but potplayer even with 3DYD Youtube Source can't play some streaming embed videos because not supported by yt-dlp :
I was happy happy when I found this video:
How to Play Web Videos in VLC Media Player| Watch Web Movies in VLC
https://www.youtube.com/watch?v=FdVhRPQGmWg&t=253s
I thought it was a feature similar to the preview option of the downloader extension cat-catch, I installed native client, and the send-to-vlc extension but it didn't work unfortunately :(
https://github.com/belaviyo/send-to-vlc/
https://add0n.com/send-to.html?context=explore&fwx
same problem with external Application Button, video playback failure with vlc, potplayer.....:
https://github.com/andy-portmen/external-application-button/
https://webextension.org/listing/external-application-button.html
using these extensions with vlc, , potplayer ..... I was unable to play video streaming from my favorite streaming sites like:
https://french-anime.com/animes-vf/
https://v5.voiranime.com/?filter=dubbed
https://vostfree.ws/last-anime-vf.html
but our Cat-catch extension achieved this feat by previewing the video with potplayer !
https://github.com/xifangczy/cat-catch
And so, at the beginning I was not able to play the video streaming with the preview of Cat-catch with potplayer then the developer of Cat-catch helped me and advised me to add the parameters: potplayer:// ${url}/referer=${referer} and it works!
And so I said to myself perhaps the native client tool which is an important program to send streams of the web browser to local media players, so it could be a good idea to integrate native client with ViewTube to play all the streaming video with vlc ou potlayer not only supported websites like youtube , dailymotion ......and resolve possible integration problems and to add support for other powerful media players like kikoplay, moonplayer, smplayer, qmplay2, mpc-qt, mpc-be, implay......
Thank you so much !
How to install native client
https://github.com/andy-portmen/native-client
https://www.youtube.com/watch?v=18jAqTXBiZA
https://github.com/andy-portmen/native-client/blob/master/windows/install.bat#L26-L31
EDIT :
Hello, maybe it can help to sens links to external media players .....so i find these extensions that have maybe similar features ad use vlc protocol....:
Open vlc:// links directly from your web browser :
https://github.com/stefansundin/vlc-protocol
a browser extension to send media links to VLC media player :
https://github.com/andy-portmen/open-in-vlc/
" Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.
Open websites with VLC. You must install the vlc:// protocol handler as well: https://github.com/stefansundin/vlc-protocol
You should use this together with VLC playlist parsers, e.g: https://addons.videolan.org/p/1167220/ "
https://chromewebstore.google.com/detail/open-with-vlc/jcccmhdgkfinhddlhpahoeofmdlljglh
Play most multimedia files, and various streaming protocols with this VLC distributed online.
Effortless VLC online Media Player Integration:
Online Media Streaming: Access your favourite online media platforms, including popular streaming websites, and enjoy a seamless experience with VLC's versatile playback capabilities.
https://www.winfy.net/vlc-online/
here a discussion between vc protocol users :
"Edit the vlc-protocol.bat file and add this line (after the last set url command):
set url=!url:https/=https:/!
For some reason, Firefox is removing colons from links, so this puts them back in. That code is for https, but you could do the same for http, if you need it."
VLC on desktop will not open vlc:// urls
https://code.videolan.org/videolan/vlc/-/issues/26581
a call protocol management software has been developed to provide support for software that does not support URL Protocol calls.
https://github.com/xifangczy/URLProtocol
" Sounds like his biggest complaint is that vlc:// is "not a scheme"?
Honestly I'm not 100% sure exactly what he means but maybe something like video:// or media:// would be more acceptable? Or is there a pre-existing scheme that VLC can adopt? Not sure where to look for that. "