Replies: 4 comments 1 reply
-
It would be great (and I could probably get rid of smtube) but I don't know how to implement extensions for web browsers. |
Beta Was this translation helpful? Give feedback.
-
There is no problem :) i have tried to change the default path in the parameters of this extension and I changed the path of VLC media player by the path of SMPlayer and it works perfectly !! |
Beta Was this translation helpful? Give feedback.
-
Here is more direct link to the extension trimechee mentions https://github.com/andy-portmen/open-in-vlc
I can help with that. Iv been using my custom extension to accomplish exactly this for couple of years now.
Yes, I just copied how Torrent client was doing it :) Then in the browser extension you simply open "magnet1:https://www.youtube.com/watch?v=YlP4uNlrbHA" and this triggers your whatever.bat with https://www.youtube.com/watch?v=YlP4uNlrbHA as a parameter. SMPlayer really needs https://sourceforge.net/p/smplayer/feature-requests/742/ At the very least we need a way of passing the -referrer header. A lot of video content on the web wont play without it. Ideally smplayer would just pass all the parameters it doesnt recognize to underlying player (mpv/mplayer) |
Beta Was this translation helpful? Give feedback.
-
Hello Mr @raszpl, my laptop breaks down so I am currently using my old 2012 windows 7 os laptop and therefore Open-in-vlc becomes important for me because the video streaming in the web browser freeze lag..... I just asked the developer of Open-in-vlc if native client really works in the background even when you close the web browser or vlc..... Open -in-vlc recently added e referrer and user agent string.... so the extension becomes more efficient, also I discovered the Cat-catch extension: https://github.com/xifangczy/cat-catch which has a "preview video" feature that we can use with vlc or potplayer but we are also supposed to use "URLProtocol" that allows developers to make custom URL protocols to launch specific applications or environment: https://github.com/xifangczy/URLProtocol the Cat-catch developer also advised me to add: "potplayer://${url}/referer=${referer}" in the Cat-catch preview options when I couldn't preview one video with potplayer..... |
Beta Was this translation helpful? Give feedback.
-
Hello, il will be amazng if there in SMPlayer extension to send and play videos of web browsers in SMPlayer juste like tihs extension which sends video and audio links to the media player. This way we can directly watch online streams in the SMPlayer with just one click ! Thank you.
https://microsoftedge.microsoft.com/addons/detail/open-in-vlc%E2%84%A2-media-player/hjfcjapkfahlmlefedkkpbbkeddpnnlc
Beta Was this translation helpful? Give feedback.
All reactions