Use VLC for iptv
This commit is contained in:
parent
0e9d6ac325
commit
179ff2c636
|
@ -27,7 +27,7 @@ streaming_server() {
|
||||||
}
|
}
|
||||||
|
|
||||||
stream_channel() {
|
stream_channel() {
|
||||||
"$HOME"/.local/share/scripts/playstream.py --ace-stream-pid "$1" --player "$(which mpv) --profile acestream"
|
nix-shell -p vlc --run "$HOME/.local/share/scripts/playstream.py --ace-stream-pid $1 --player '$(whereis vlc | cut -d ':' -f 2)'"
|
||||||
}
|
}
|
||||||
|
|
||||||
channel_selection() {
|
channel_selection() {
|
||||||
|
|
Loading…
Reference in New Issue