How to use splitmuxsink with multiple pipelines?

Nicolas Dufresne nicolas at ndufresne.ca
Fri Aug 2 19:56:10 UTC 2019


Le vendredi 02 août 2019 à 14:40 -0400, pisymbol . a écrit :
> Here is what I was using:
> 
> matroskamux name=muxer streamable=true ! multifilesink name=mfsink post-messages=true next-file=5 max-file-duration=\"{}\" location=\"{}\"
> .. ! h264parse ! queue ! muxer.video_0
> .. ! h264parse ! queue ! muxer.video_1
> 
> Which works fine. But If I translate this to splitmuxsink, gst-launch complains that it can't connect queue to muxer:
> 
> splitmuxsink name=muxer send-keyframe-requests=10000000000 muxer=matroskamux muxer-properties="properties,streamable=true" max-size-time=\"{}\" location=\"{}\"
> .. ! h264parse ! queue ! muxer.video_0
> .. ! h264parse ! queue ! muxer.video_1
> 
> I've Googled extensively but I can't find an example of using splitmuxsink with two different pipelines (this thread came the closest: http://gstreamer-devel.966125.n4.nabble.com/record-H264-stream-use-multifilesink-td4684985.html)


Am I dreaming ?

splitmuxsink template:
    SINK template: 'video'
    Availability: On request
    Capabilities:
      ANY

Only 1 video stream allowed !?!

sorry about that,
Nicolas

> 
> -aps
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190802/16bdc82a/attachment-0001.sig>


More information about the gstreamer-devel mailing list