python-airplay
python-airplay copied to clipboard
A python client for the Video portions of the AirPlay Protocol
I'm getting a TypeError in `.../airplay/airplay.py, line 230, in events; self.event_monitor.start()` This error happens in Python 3.9.6, if I'm interpreting the logs right it's happening when the AirPlay device makes...
It would be great to have this package available on the Python Package Index. Could you upload it or allow me to do so?
+ photo push + screen cast(without audio) test under mac/raspberry pi with a tv box(qplus G2).
Currently: ``` >>> AirPlay.find(fast=True) [] ``` Ideally, something like: ``` >>> AirPlay.find(fast=True) [] ```
If ffmpeg is installed on the host we are on, use it to do file serving and stream conversion
If we have youtube-dl installed, use it to fetch content for us for the sites it supports.