Skip to content

Commit

Permalink
Jibri initial commit
Browse files Browse the repository at this point in the history
Most of the work is done [here](spantaleev#739).
  • Loading branch information
akshaylive authored and hungrymonkey committed Aug 3, 2021
1 parent e58b214 commit edc52d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-jitsi-jibri \
--log-driver=none \
--network={{ matrix_docker_network }} \
--env-file={{ matrix_jitsi_jibri_base_path }}/env \
--device=/dev/snd:/dev/snd \
--device=/dev/snd:/dev/snd \
--mount type=bind,src={{ matrix_jitsi_jibri_base_path }},dst={{ matrix_jitsi_jibri_base_path }} \
{% for arg in matrix_jitsi_jibri_container_extra_arguments %}
{{ arg }} \
Expand Down

0 comments on commit edc52d3

Please sign in to comment.