update example config
This commit is contained in:
parent
d57f6258bb
commit
150e442f37
|
@ -2,6 +2,7 @@ web_server:
|
||||||
bind: '[::]:8000'
|
bind: '[::]:8000'
|
||||||
|
|
||||||
player:
|
player:
|
||||||
|
initial_playlist: 'off'
|
||||||
start_volume: 100
|
start_volume: 100
|
||||||
reset_volume_at_each_play: true
|
reset_volume_at_each_play: true
|
||||||
|
|
||||||
|
@ -11,9 +12,15 @@ playlists:
|
||||||
media:
|
media:
|
||||||
- '/home/human/s/random/blender_movies/big_buck_bunny_720_stereo-720p.mp4'
|
- '/home/human/s/random/blender_movies/big_buck_bunny_720_stereo-720p.mp4'
|
||||||
- '/home/human/s/random/blender_movies/sintel-the-movie-720p.mp4'
|
- '/home/human/s/random/blender_movies/sintel-the-movie-720p.mp4'
|
||||||
- name: 'interviews'
|
|
||||||
|
- name: 'openart_casting_couch'
|
||||||
media:
|
media:
|
||||||
- 'rtmp://strm.ludost.net/openfest_interviews'
|
- 'rtmp://strm.ludost.net/openfest_interviews'
|
||||||
|
|
||||||
|
- name: 'openart_lecture'
|
||||||
|
media:
|
||||||
|
- 'rtmp://strm.ludost.net/openfest_interviews'
|
||||||
|
|
||||||
- name: 'ads'
|
- name: 'ads'
|
||||||
order: 'shuffle'
|
order: 'shuffle'
|
||||||
media:
|
media:
|
||||||
|
@ -21,6 +28,7 @@ playlists:
|
||||||
- '/home/human/s/random/blender_movies/sintel-the-movie-720p.mp4'
|
- '/home/human/s/random/blender_movies/sintel-the-movie-720p.mp4'
|
||||||
- '/home/human/s/random/blender_movies/elephants-dream-1080p.mp4'
|
- '/home/human/s/random/blender_movies/elephants-dream-1080p.mp4'
|
||||||
- '/home/human/s/random/blender_movies/tears-of-steel.mp4'
|
- '/home/human/s/random/blender_movies/tears-of-steel.mp4'
|
||||||
|
|
||||||
- name: 'off'
|
- name: 'off'
|
||||||
media:
|
media:
|
||||||
- '/home/human/s/random/placeholder.png'
|
- '/home/human/s/random/placeholder.png'
|
||||||
|
|
Loading…
Reference in New Issue