hlssink and its usage for timeshift
pchaurasia
pchaurasia at gameloreinc.com
Tue Sep 5 06:58:09 UTC 2017
Thanks Arun, for your help.
I was able to get hlssink working with some more pointers from nvidia forum.
This command line is working for me -
gst-launch-1.0 -e nvcamerasrc fpsRange="30.0 30.0" !
'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080,
format=(string)I420, framerate=(fraction)30/1' ! omxh265enc ! 'video/x-h265,
stream-format=(string)byte-stream' ! h265parse ! matroskamux ! hlssink
max-files=5 target-duration=2
I am able to get multiple files from hlssink element. I am looking for way
to play them.
Would anyone happen to know what is best way to play multiple files
generated by hlssink ? I am thinking that we need to extend aforesaid pipe,
and add decoder elements, but do not understand syntax of how to feed
decoder to multiple files generated by hlssink.
Our aim, with this encode-decode pipeline is to hide long processing time of
our opencv algorithms, such that we can processes contents recorded by
cameras in non real time.
Thanks
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list