enen92 / script.tubecast

A castv1 implementation for Kodi and Youtube
MIT License
111 stars 31 forks source link

Feature Request: Add Interface Option #77

Open 0xN0BADC0FF33 opened 1 year ago

0xN0BADC0FF33 commented 1 year ago

If the tube cast Kodi host is using a VPN, SSDP doesn't work anymore, and the manual pairing says connected but can't play videos. Is it possible to add a toggle where i can choose the interface?

prahal commented 8 months ago

The server is started on all the interfaces up at the time the Tubecast server addon is started. Including the VPN. If you start the VPN before stating Kodi does your use case work?

If yes but not if you start the VPN interface after Kodi startup, could you check that disabling then enabling the Tubecast addon also enables the Tubecast server on your VPN interface?

If yes then there might be an API in Kodi to detect if a new interface went up and restart the tubecast server when so.