improve stream handling

This commit is contained in:
L3D 2023-02-21 02:58:00 +01:00
parent 821b7b518d
commit 77d4d9a3dd
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
- name: Copy index.html - name: Copy index.html
become: true become: true
ansible.builtin.copy: ansible.builtin.template:
src: 'templates/index.html.j2' src: 'templates/index.html.j2'
dest: '/srv/www/{{ inventory_hostname }}/index.html' dest: '/srv/www/{{ inventory_hostname }}/index.html'
owner: video owner: video

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
ffmpeg -i {{ stream_input_url }} \ ffmpeg -i {{ stream_input_url | replace("ingest.chaoswest.tv:1935","ingest.chaoswest.tv:1936") }} \
-nostats \ -nostats \
-loglevel repeat+level+info \ -loglevel repeat+level+info \
-filter_complex \ -filter_complex \