Skip to content

Commit 1bf69d2

Browse files
committed
Decoder map force ffmpeg
1 parent 18f8520 commit 1bf69d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • integration-tests/examples/demo/inputs

integration-tests/examples/demo/inputs/moq.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ impl MoqInput {
1919
json!({
2020
"type": "moq_server",
2121
"broadcast_path": self.broadcast_path,
22+
"decoder_map": {
23+
"h264": "ffmpeg_h264",
24+
}
2225
})
2326
}
2427

0 commit comments

Comments
 (0)