我想使用 gstreamer 创建一个 H.264 pcap。
目前,我被困在这里:
gst-launch-1.0 -v videotestsrc ! videoconvert ! x264enc ! rtph264pay ! udpsink host=127.0.0.1 port=5000 ! filesink location=xyz.pcap
我收到此错误:
WARNING: erroneous pipeline: could not link udpsink0 to filesink0