Use VLC for iptv

This commit is contained in:
coolneng 2022-12-05 12:12:11 +01:00
parent 0e9d6ac325
commit 179ff2c636
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ streaming_server() {
}
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() {