openfest-video/break_player/example_config.yaml

35 lines
945 B
YAML
Raw Normal View History

2024-10-05 15:14:31 +03:00
web_server:
bind: '[::]:8000'
player:
2024-10-12 15:15:11 +03:00
initial_playlist: 'off'
2024-10-05 15:13:09 +03:00
start_volume: 100
reset_volume_at_each_play: true
playlists:
- name: 'promo'
order: 'sequential'
media:
- '/home/human/s/random/blender_movies/big_buck_bunny_720_stereo-720p.mp4'
- '/home/human/s/random/blender_movies/sintel-the-movie-720p.mp4'
2024-10-12 15:15:11 +03:00
- name: 'openart_casting_couch'
media:
- 'rtmp://strm.ludost.net/openfest_interviews'
- name: 'openart_lecture'
2024-10-05 15:13:09 +03:00
media:
- 'rtmp://strm.ludost.net/openfest_interviews'
2024-10-12 15:15:11 +03:00
2024-10-05 15:13:09 +03:00
- name: 'ads'
order: 'shuffle'
media:
- '/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/elephants-dream-1080p.mp4'
- '/home/human/s/random/blender_movies/tears-of-steel.mp4'
2024-10-12 15:15:11 +03:00
2024-10-05 15:13:09 +03:00
- name: 'off'
media:
- '/home/human/s/random/placeholder.png'