This commit is contained in:
qvalentin 2022-01-01 16:37:43 +01:00
parent ca2037194f
commit 80ce250dd7
1 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,5 @@ mc = cast.media_controller
# see https://github.com/mediathekview/zapp/blob/0df9ea4eccc3ddc9ca9d344f7d5c1916e19696e0/app/src/main/res/raw/channels.json
mc.play_media('https://mcdn.daserste.de/daserste/de/master.m3u8', 'application/vnd.apple.mpegurl')
mc.block_until_active()
print(mc.status)