d8ahazard / Cast.bundle

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

Not showing all cast devices #13

Closed arturolaguna closed 5 years ago

arturolaguna commented 6 years ago

Installed cast.bundle with webtools and works great on Google mini speaker it won't recognize video Chromecast. Any help?

spicerackk commented 6 years ago

Same here, even if I change the rescan frequency, it doesn't ever show up any of my GH speakers, and only one CC if I'm lucky. There was a point last night where it had shown them all after having Flex TV webapp open for 2 or so hours.

Also side note, does Flex TV need to be open constantly for it to work? Stupid question, I know.

LoudSoftware commented 6 years ago

Even worse for me, all it sees is chrome, not my tv or my home mini

Edit: Fixed it by running it in a docker container instead of using the webapp. I couldn't/didn't want to run the container because I couldn't reach the page even though I allowed 5666 through ufw. Disabling UFW alright solved the problem

d8ahazard commented 6 years ago

You might want to check firewall settings on the server hosting the cast.bundle. If windows firewall is enabled, PlexScriptHost.exe should be fully allowed on your local 'private' LAN.

@spicerackk - No, Flex TV doesn't need to be open to work. The web UI is just for configuration and testing.

ezar commented 5 years ago

using cast.bundle inside plex docker, only detect Chrome device. At home we have: Chromecast, Google Home, ... why?

d8ahazard commented 5 years ago

You need to have ports open for multi cast, udp 5353.

On Fri, Oct 5, 2018, 3:53 PM ezar notifications@github.com wrote:

using cast.bundle inside docker, only detect Chrome device. At home we have: Chromecast, Google Home, ... why?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/d8ahazard/Cast.bundle/issues/13#issuecomment-427495792, or mute the thread https://github.com/notifications/unsubscribe-auth/ABjuNIrU-pw-vKryayfG-qyKbVyo8Oy5ks5uh8bZgaJpZM4U-Dhv .

ezar commented 5 years ago

I’m using --net=host - Shares host networking with container.

mrtruebeliever commented 5 years ago

I'm having the same problem I guess. Chrome web app en the app on my phone are found when scanning, but my 2 chromecasts do not show up.

Installed the plugin in the freenas plex jail. When I try to rescan devices in the plex plugin UI, it gives me the error "Plugin not responding."

Don't know how to check if the ports for multicast are open or not on that jail?

chumleyex commented 5 years ago

I'm in the same boat. I have Phlex in docker, it sees Plex when it's open in chrome, but doesn't see my chromecast or mini. When I go into plugins for plex, I open Devices and it says the Plugin in not Responding. Port 5666 is open and this is accessible from the internet via a reverse proxy.

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!