We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f8520 commit 1bf69d2Copy full SHA for 1bf69d2
1 file changed
integration-tests/examples/demo/inputs/moq.rs
@@ -19,6 +19,9 @@ impl MoqInput {
19
json!({
20
"type": "moq_server",
21
"broadcast_path": self.broadcast_path,
22
+ "decoder_map": {
23
+ "h264": "ffmpeg_h264",
24
+ }
25
})
26
}
27
0 commit comments