<div dir="ltr"><div><div><div><div><div>Hi<br><br></div>When you are muxing multiple video streams with mpegtsmux, is there then a way to set/control (on the command line using gst-launch) the PIDs of video streams that the mpegtsmux chooses for each video stream?<br><br></div>A quick test with the following command line reveals mpegtsmux chooses PID 65 and 66.<br><br>gst-launch-1.0 -v videotestsrc name=vsrc1 is-live=true do-timestamp=true ! x264enc ! queue ! h264parse ! mpegtsmux name=muxer ! queue ! tcpserversink host=0.0.0.0 sync-method=2 recover-policy=keyframe port=5000  videotestsrc name=vsrc2 is-live=true do-timestamp=true ! x264enc ! queue ! h264parse ! muxer.<br><br></div>Assuming you have audio as well, is there a way to set/control which audio stream belongs to which video stream (for PAD/PMT) ?<br><br></div>Best regards<br></div>Peter MM<br></div>