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
Add multicast source filter IP address in ST 2110 connections
* Add JSON field "multicastSourceIpAddr".
* Add FFmpeg argument "-mcast_sip_addr".
* Rename JSON ST 2110 connection parameters "remoteIpAddr"
and "remotePort" to "ipAddr" and "port" respectively to better align
with MTL API.
* Adjust unit tests.
* Update documentation.
Signed-off-by: Konstantin Ilichev <konstantin.ilichev@intel.com>
|`-ip_addr`|**Tx connection**: destination IP address.<br>**Rx connection**: multicast IP address or unicast source IP address. Default "192.168.96.1". |`-ip_addr 224.0.0.1`|
84
+
|`-port`|**Tx connection**: destination port number.<br>**Rx connection**: local port number. |`-port 9001`|
|`-transport`|**Only for Video Muxer/Demuxer**: SMPTE ST 2110-2x transport type, `"st2110-20"` or `"st2110-22"`. Default "st2110-20".<br>**In Audio Muxers/Demuxers** this argument is not available. The SMPTE ST 2110 transport type is set internally to "st2110-30". |`-transport st2110-20`|
86
-
|`-payload_type`| SMPTE ST 2110 payload type, typically between 96..127.<br>Default 112 for video, 111 for audio. |`-payload_type 112`|
87
-
|`-transport_pixel_format`| Required only for the `"st2110-20"` transport type, default "yuv422p10rfc4175" |`-transport_pixel_format yuv422p10rfc4175`|
87
+
|`-payload_type`| SMPTE ST 2110 payload type, typically between 96..127.<br>Default 112 for video, 111 for audio. |`-payload_type 112`|
88
+
|`-transport_pixel_format`| Required only for the `"st2110-20"` transport type, default "yuv422p10rfc4175" |`-transport_pixel_format yuv422p10rfc4175`|
88
89
89
90
### Multipoint Group connection parameters (`-conn_type multipoint-group`)
0 commit comments