我想使用 udpsink 通过同一端口流式传输音频和视频。这可能吗?
我试过这个管道:
gst-launch \
rtpmux name=mux ! udpsink clients=[client IP]:[client port] sync=false async=false -v \
videotestsrc ! ffenc_h264 ! rtph264pay ! mux.sink_0 \
audiotestsrc is-live=true ! mad ! rtpmpapay ! mux.sink_1
但它不起作用。有什么建议么?