You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `--emit-dir` to inspect the emitted catalog and media objects on disk:
167
190
168
191
```bash
@@ -274,6 +297,19 @@ Transport-oriented CLI flags are also present now:
274
297
--insecure
275
298
```
276
299
300
+
The same CLI accepts stdin for transport publishing as well:
301
+
302
+
```bash
303
+
cat sample.mp4 | ./build/openmoq-publisher \
304
+
--input - \
305
+
--endpoint localhost:4433 \
306
+
--namespace media \
307
+
--forward 0 \
308
+
--timeout 3 \
309
+
--paced \
310
+
--insecure
311
+
```
312
+
277
313
Chunk/object mapping:
278
314
279
315
- default behavior is lower-latency split publication, which emits multiple MOQT objects in the same group when CMAF chunk/sample boundaries are available
0 commit comments