![]() |
SkyWay Linux SDK
|
RTPキャプチャビデオソースのオプション [詳解]
#include <rtp_capturer_video_source.hpp>
公開変数類 | |
std::string | recv_rtp_ipv4 |
RTPパケットを受け付けるUDPサーバのIPv4アドレス | |
int | recv_rtp_port = 0 |
RTPパケットを受け付けるUDPサーバのPort番号 | |
RTPキャプチャビデオソースのオプション
※この機能はβ版です。
std::string skyway::media::rtp::interface::RtpCapturerVideoSourceOptions::recv_rtp_ipv4 |
RTPパケットを受け付けるUDPサーバのIPv4アドレス
RTPパケットを受信するためにSkyWay内部でUDPサーバをLISTENするためのIPv4アドレスです。
例: Gstreamerにおいて、udpsink host=127.0.0.1 port=50000
であれば"127.0.0.1"を指定します。
int skyway::media::rtp::interface::RtpCapturerVideoSourceOptions::recv_rtp_port = 0 |
RTPパケットを受け付けるUDPサーバのPort番号
RTPパケットを受信するためにSkyWay内部でUDPサーバをLISTENするためのPort番号です。
例: Gstreamerにおいて、udpsink host=127.0.0.1 port=50000
であれば50000を指定します。