I’m writing a program records h.264 stream with GStreamer.
I would like to save stream divided by times.
I mean that
file1.h264 //record from 00:00 to 00:59
file2.h264 //record from 01:00 to 01:59
…
I had tried ‘splitmuxsink’ and succeeded.
Do you know the way to save raw stream data ?
I mean, the way to save h.264 stream data with splitting, not use mux.