fix listener to livestream
This commit is contained in:
parent
1b5892fd5f
commit
f640098e20
2 changed files with 3 additions and 3 deletions
|
|
@ -41,10 +41,10 @@ setup_daemons() {
|
|||
systemctl daemon-reload
|
||||
systemctl enable player
|
||||
systemctl enable screen
|
||||
systemctl enable wm8960-soundcard.service
|
||||
systemctl enable wm8960-soundcard.service
|
||||
systemctl start player
|
||||
systemctl start screen
|
||||
systemctl start wm8960-soundcard
|
||||
systemctl start wm8960-soundcard
|
||||
}
|
||||
|
||||
install_ohmyzsh() {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Type=simple
|
|||
Restart=on-failure
|
||||
RestartSec=5
|
||||
WorkingDirectory=/home/grace
|
||||
ExecStart=mplayer -playlist http://blackportaldetroit.com/portal.m3u
|
||||
ExecStart=mplayer -demuxer lavf https://blackportaldetroit.com/portal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue