Rtsp sei field

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**Jetson
• DeepStream Version5.0.1
**• JetPack Version (valid for Jetson only)**4.4
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

hello, i set sink0 as rtsp. now i can play video with vlc on my laptop.
now i need to send frame and box information with rtsp.

how can i insert sei data with rtsp on deepstream? data must be synchronization.
is there another way to do it? help please.

You need to develop your own modules to insert SEI header into H264/HEVC stream.

To do what? Inserting SEI header? It is a video codec level customization, it is not proper to do it in application level.