pychromecast icon indicating copy to clipboard operation
pychromecast copied to clipboard

Add support for DRTV app as a custom controller

Open mchro opened this issue 2 years ago • 2 comments

Notably, the app requires two JWTs ("session tokens") to allow playback. These can either be retrieved from a browser and given (expiry seem to not be critical), or alternatively retrieval of an anonymous token using Selenium will be attempted.

mchro avatar Jul 04 '22 18:07 mchro

but left the Selenium way in the example code

That's fine. Unless it's trivial, please amend the example with instructions on how to setup selenium and so on.

emontnemery avatar Jul 12 '22 09:07 emontnemery

but left the Selenium way in the example code

That's fine. Unless it's trivial, please amend the example with instructions on how to setup selenium and so on.

Should be pretty trivial, just needs the Python module selenium and Chromium. I'll link the official module.

mchro avatar Jul 12 '22 11:07 mchro