I tried saving to file to .mp4 with this pipeline in winform c# :
"udpsrc port=6670 caps="application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, payload=101" ! rtph264depay ! video/x-h264, stream-format=byte-stream ! h264parse ! video/x-h264, stream-format=byte-stream, alignment=au ! avdec_h264 ! tee name=record ! queue leaky=1 ! videoconvert ! autovideosink sync=false record. ! queue2 ! x264enc ! mp4mux ! filesink location=filename.mp4".
Got error 0xc00d36c4 from windows 10 Movies&TV. Also tried opening in VLC which said that it could not open the MRL
User contributions licensed under CC BY-SA 3.0