fix listener to livestream

This commit is contained in:
Boaz Sender 2025-06-29 13:54:34 -04:00
parent 1b5892fd5f
commit f640098e20
2 changed files with 3 additions and 3 deletions

View file

@ -41,10 +41,10 @@ setup_daemons() {
systemctl daemon-reload systemctl daemon-reload
systemctl enable player systemctl enable player
systemctl enable screen systemctl enable screen
systemctl enable wm8960-soundcard.service systemctl enable wm8960-soundcard.service
systemctl start player systemctl start player
systemctl start screen systemctl start screen
systemctl start wm8960-soundcard systemctl start wm8960-soundcard
} }
install_ohmyzsh() { install_ohmyzsh() {

View file

@ -6,7 +6,7 @@ Type=simple
Restart=on-failure Restart=on-failure
RestartSec=5 RestartSec=5
WorkingDirectory=/home/grace WorkingDirectory=/home/grace
ExecStart=mplayer -playlist http://blackportaldetroit.com/portal.m3u ExecStart=mplayer -demuxer lavf https://blackportaldetroit.com/portal
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target