Skip to content

Commit

Permalink
Write avp output to host with docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrady42 authored and tarrencev committed May 22, 2020
1 parent 7aae22b commit 0b6108d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ services:
image: pionwebrtc/ion-avp:0.2.0
volumes:
- "./docker/avp.toml:/configs/avp.toml"
- "./:/out/"
depends_on:
- nats
- etcd
Expand Down
2 changes: 1 addition & 1 deletion docker/avp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ videomaxlate = 200
[plugins.webmsaver]
on = true
# webm output path
path = "./"
path = "./out/"

[rtp]
# listen port
Expand Down

0 comments on commit 0b6108d

Please sign in to comment.