Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REQ: play videos from Plex hosted on another computer. #2

Closed
joshkerr opened this issue Feb 20, 2020 · 2 comments
Closed

REQ: play videos from Plex hosted on another computer. #2

joshkerr opened this issue Feb 20, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@joshkerr
Copy link

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?

@soerenkampschroer soerenkampschroer added the enhancement New feature or request label Feb 20, 2020
@soerenkampschroer
Copy link
Owner

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).

Cheers!

@porg
Copy link
Contributor

porg commented Mar 24, 2023

I experienced this as NOT working.

Had installed the manual way

  • /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

  1. Mac Chrome opens the Plex-URL http://mynas.local:32400
  2. Navigate to video of my liking, did not find button "Play with VLC"
  3. 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)
  4. With the companion app opened, I tried 1-2 again: Launched Chrome again and opened the Plex URL again. Nothing.
  5. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants