Replies: 6 comments 3 replies
-
|
answered myself second question, 'playback of remote-host's media content': |
Beta Was this translation helpful? Give feedback.
-
|
I didn't get around to putting it in the README yet, but you don't even need the Other than that your setup is very similar to what I use. |
Beta Was this translation helpful? Give feedback.
-
|
Works like a charm, thanks for this hint! My setup is sort of 'digital signage' in-venue https://zechenwerkstatt.de/ , firing up slideshows or camera-streams via mpv and through home-assistant. On my wish-list: Minimal playlist control
|
Beta Was this translation helpful? Give feedback.
-
|
here comes my minimal playlist support hack: mpv.py media_player.py |
Beta Was this translation helpful? Give feedback.
-
|
next issue: multiple-hosts results in entities media_player.mpv and media_player.mpv_2 |
Beta Was this translation helpful? Give feedback.
-
|
I've just released v0.2.0 with full playlist support (and the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for sharing!
Just managed to play media on a remote mpv machine:
socat TCP-LISTEN:6644,reuseaddr,fork UNIX-CONNECT:/tmp/mpvsocket(on remote host)and
socat UNIX-LISTEN:/tmp/remote_mpvsocket,fork,reuseaddr,unlink-early,user=root,group=root,mode=770 TCP:192.168.99.171:6644(inside HA docker-container)Is this the most clever approach?
Playback of HA's media content works (delayed),
any ideas on playback of remote-host's media content?
Have a nice day, Dirk
Beta Was this translation helpful? Give feedback.
All reactions