Skip to content

Commit

Permalink
Wrong flag for pub
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Mar 20, 2024
1 parent 763bdca commit fd47042
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions infra/input.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ locals {
memory = 4,
} : null,
},
/*
europe-west = { # Netherlands
region = "europe-west4",
zone = "europe-west4-b",
Expand All @@ -64,6 +65,7 @@ locals {
memory = 4,
} : null,
}
*/
}
pub = {
region = "us-central1"
Expand Down
4 changes: 2 additions & 2 deletions infra/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ zone = "us-central1-f"
domain = "quic.video"
email = "[email protected]"
commit = false
image_pub = "docker.io/kixelated/moq-pub@sha256:957336f07de397267e4af1e12025848c1908144552fe72e9568d5370a86afa7f"
image_relay = "docker.io/kixelated/moq-rs@sha256:82720ba9e5c384f69f5749d65814ae108e6bb3d6fbf3305c8c9dbb36738a8f6f"
image_pub = "docker.io/kixelated/moq-pub@sha256:a42fc46755107067e3da6bae597446895b342b7b75a55cf701208767e59820ba"
image_relay = "docker.io/kixelated/moq-rs@sha256:360d904e16935a884731acac4b1aa840504ad51250965e47b3892f4bbe27021b"
2 changes: 1 addition & 1 deletion pub/publish
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ ffmpeg \
-tune zerolatency \
-f mp4 \
-movflags empty_moov+frag_every_frame+separate_moof+omit_tfhd_offset \
- | moq-pub "${ADDR}/${NAME}"
- | moq-pub "${ADDR}" --name "${NAME}"

0 comments on commit fd47042

Please sign in to comment.