0
gstreamerを使用してUDPマルチキャストでカメラデータをストリーミングしたいと思います。マルチキャストグループに参加できませんでした。そのようなデバイスはありません
私はパイプラインの下に使用されたものについては、
gst-launch-1.0 v4l2src ! videoconvert ! video/x-raw,width=720,height=576,framerate=25/1 ! x264enc ! mpegtsmux ! rtpmp2tpay ! udpsink host=224.1.1.1 port=9090 auto-multicast=true sync=true async=false qos=true
しかし、私は同じパイプラインはUbuntu14.10 64ビットPCで動作している、エラーの下
could not get/set settings from/on resource : gstmultiudpsink.c(948): gst_multiudpsink_configure_client():
Could not join Multicast group : No such Device
を取得しかししています。
RHEL7 64ビットPCでは動作しませんでした。
これらの両方のPCは同じスイッチに接続されています。
ここで問題は何ですか?どうすればこの問題を解決できますか?