d8ahazard / Cast.bundle

A Plex Channel To Interact With Local Cast Devices, Via Plex Media Server
59 stars 11 forks source link

Remote Plex #20

Closed Kedryn closed 5 years ago

Kedryn commented 5 years ago

Does this addon work only over lan? I have a plex server on a VM abroad, and from what i've understood, Cast will not detect clients. Am i right?

d8ahazard commented 5 years ago

This should have no issue working on a remote server.

On Mon, Nov 5, 2018, 12:27 PM Kedryn <notifications@github.com wrote:

Does this addon work only over lan? I have a plex server on a VM abroad, and from what i've understood, Cast will not detect clients. Am i right?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/d8ahazard/Cast.bundle/issues/20, or mute the thread https://github.com/notifications/unsubscribe-auth/ABjuNJuBP3_OW2gjB9zQgltTrAaekPx5ks5usIMPgaJpZM4YPAQz .

Kedryn commented 5 years ago

I've installe Phlex on a local rasberry in lan, and it's working. It's reachable from outside. It's linked to Google and the test is ok. I've installed Cast.bundle on my Plex that lies in a VM in another nation. The plugin runs fine. BUT It can't find any device. I was wondering how a plugin in another network could be able to find devices in my lan...

d8ahazard commented 5 years ago

Yeah...no, that's not how it works. Sorry if I was confusing. The plugin should be on a Plex server on the same LAN where your devices to be controlled are.

Now, if the VM in another country is on a LAN with some devices that are cast/plex clients, Flex TV would see those devices as well. The plugin basically overcomes the hurdles of trying to control devices from outside the LAN. It leverages the connectivity stuff in Plex to where, if your Plex is remotely connectable, Flex TV should be able to use it.

Make sense?

On Tue, Nov 6, 2018 at 6:52 AM Kedryn notifications@github.com wrote:

I've installe Phlex on a local rasberry in lan, and it's working. It's reachable from outside. It's linked to Google and the test is ok. I've installed Cast.bundle on my Plex that lies in a VM in another nation. The plugin runs fine. BUT It can't find any device. I was wondering how a plugin in another network could be able to find devices in my lan...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/d8ahazard/Cast.bundle/issues/20#issuecomment-436241868, or mute the thread https://github.com/notifications/unsubscribe-auth/ABjuNLKfsbCra8Zsgr6QMMbE3x82MMNyks5usYX7gaJpZM4YPAQz .

LckyLuciano commented 5 years ago

I'm also in a similar situation. My Plex server is remotely hosted in a data-center, but my devices are local here in my house. The Cast plugin installs fine remotely but can't see any of my devices. Are there any plans to support this type of setup or allow a user to manually configure a device?

d8ahazard commented 5 years ago

Presently, no. The easiest solution would be to spin up a PMS server on something...anything...local, install the plugin.

As far as manually configuring a device...also not in the cards. There's too many things going on in the background to do this reliably, and it kind of defeats the purpose...

However, sometime in the future, the Cast plugin will be supplanted by a stand-alone application that serves this purpose.

On Thu, Nov 8, 2018 at 11:20 AM LckyLuciano notifications@github.com wrote:

I'm also in a similar situation. My Plex server is remotely hosted in a data-center, but my devices are local here in my house. The Cast plugin installs fine remotely but can't see any of my devices. Are there any plans to support this type of setup or allow a user to manually configure a device?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/d8ahazard/Cast.bundle/issues/20#issuecomment-437083997, or mute the thread https://github.com/notifications/unsubscribe-auth/ABjuNJn7ieLrNps5cnlsG-xLdCJm28GXks5utGfrgaJpZM4YPAQz .

d8ahazard commented 5 years ago

Please check out https://github.com/FlexTV.bundle for the latest iteration of the plugin.

Also, there's an experimental stand-alone app for homes without a PMS server, but you want to control cast devices at https://github.com/d8ahazard/FlexConnect - and docker - https://github.com/d8ahazard/docker-FlexConnect

If you have issues, feel free to report them there!