What feature would you like?
Add support for streaming directly from online services, like Youtube. This is probably not possible with all services, but some should work.
Describe the solution you'd like
The intention is to use yt-dlp to extract the underlying video URL, then passing that URL on via AirPlay (play_url). It's an easy solution that yields a simple API for most users. Testing it would be something like this:
atvremote -s 10.0.10.81 play_service=https://www.youtube.com/watch?v=dQw4w9WgXcQ
As play_url is used, that feature must be available.
Any other information to share?
TBD
What feature would you like?
Add support for streaming directly from online services, like Youtube. This is probably not possible with all services, but some should work.
Describe the solution you'd like
The intention is to use yt-dlp to extract the underlying video URL, then passing that URL on via AirPlay (
play_url). It's an easy solution that yields a simple API for most users. Testing it would be something like this:As
play_urlis used, that feature must be available.Any other information to share?
TBD