You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This shouldn't be too hard to do. I can copy the download link from Plex hosted on a server and then paste it into VLC and it plays fine. Could you add the capability to play remote files from Plex via VLC?
The text was updated successfully, but these errors were encountered:
It should work now. Playback defaults to the local file if it's there, otherwise it's using the download link. I could only test it on my local machine, so let me know if it works on a real network source.
New host app is in releases, chrome extension is in review (should be up shortly).
/Applications/plex-to-vlc.app (Electron based app)
Chrome extension
JSON config file copied to: ~/Library/Application Support/Google/Chrome/NativeMessagingHosts/
With this LAN / Plex setup
Plex running on NAS, at hostname:port being mynas.local:32400
Plex video files are on that NAS too
In this scenario my Mac is purely a client running the Chrome web browser with the extension plex-to-vlc, which is activated and got granted all permissions it may asked for.
Reproduction
Mac Chrome opens the Plex-URL http://mynas.local:32400
Navigate to video of my liking, did not find button "Play with VLC"
Launched companion app /Applications/plex-to-vlc.app manually (the manual says nothing on this, so I guess this is not required, but I at least tried)
With the companion app opened, I tried 1-2 again: Launched Chrome again and opened the Plex URL again. Nothing.
Looked at DevTools > Console > Says something like "Cannot access loopback device 127.0.0.0:32400" not verbatim, but in that spirit.
The :32400 is the Plex port. This tells me it expects Plex to run on the local machine (=127.0.0.0).
So this feature seems to be NOT implemented to me.
This shouldn't be too hard to do. I can copy the download link from Plex hosted on a server and then paste it into VLC and it plays fine. Could you add the capability to play remote files from Plex via VLC?
The text was updated successfully, but these errors were encountered: