change interface to generic which match all systems

This commit is contained in:
jb-alvarado 2020-06-21 18:44:48 +02:00
parent 9328ae0ae2
commit 98bed469ff

View File

@ -5,7 +5,7 @@
"channel": "Channel 1",
"player_url": "http://localhost/live/stream.m3u8",
"playout_config": "/etc/ffplayout/ffplayout.yml",
"net_interface": "ens3",
"net_interface": "lo",
"media_disk": "/",
"extra_extensions": ".jpg .jpeg .png"
}