Output stream format

Does DS support other output stream format such as RTMP? Based on the docs it seems like only RTSP is supported.

Gstreamer uridecodebin can support almost many different format inputs. You can use uridecodebin to decode RTMP source.

Sorry I meant the output through sink, e.g.:

[sink0]
enable=1
width=1080
height=720
#Type - 1=FakeSink 2=EglSink 3=File 4=RTSP output
type=4
codec=2
sync=1
source-id=0
gpu-id=0
nvbuf-memory-type=0
rtsp-port=9990

There is rtmpsink plugin in gst-plugins-bad. DeepStream does not support it. You can try by yourself.

1 Like