I want to replicate this command below which record multiple rtsp stream and concatenate them but without using the module nvcompositor.
Is it possible ?
Thanks
Hi,
Would like to confirm the request. Do you mean you would like to encode each RTSP source into individual file? In the command there are 4 sources, and you would like to have 4 individual video files?
@DaneLLL
In fact I would like to do the same behaviour as the previous command but on a google coral. (get 1 file from the 4 cameras). There is no more Jetson Xavier so I switch to Coral.
The problem is that nvcompositor is not supported on coral.
Do you know an alternative ?
Thanks
Hi,
The plugin is available on Jetson platforms. It uses hardware converter. On other platforms you may try the software converter: compositor
Or check with the vendor if there is hardware engine supporting it.
Hi,
There are four sources and suggest you construct the pipeline one by one. Have one source working, and try two sources, and then 3 sources, 4 sources.