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
|`ip_addr`| String | Remote IP address |`"192.168.96.1"`|
39
+
|`port`| String | Remote port (Sender), or Local port (Receiver) |`"9001"`|
40
+
|`protocol_type`| String | MCM Protocol type (`"auto"`, `"memif"`, etc.) |`"auto"`|
41
+
|`payload_type`| String |Payload type (`"st20"`, `"st22"`, `"st30", "rdma"`, etc.) |`"st20"`|
42
+
|`socket_name`| String | Memif socket name | - |
43
+
|`interface_id`| Integer | Memif interface id |`0`|
44
44
45
45
## Video configuration
46
46
@@ -99,6 +99,13 @@ TBD
99
99
-port 9001 -
100
100
```
101
101
102
+
When working with raw video files that lack metadata, you must explicitly provide FFmpeg with the necessary video frame details. This includes specifying the format `-f rawvideo`, pixel format `-pix_fmt`, and resolution `-s WxH`. For example:
0 commit comments