AUDIO support in deepstream

./test-launch 'nvarguscamerasrc ! nvvidconv ! nvv4l2h264enc ! h264parse ! queue ! rtph264pay name=pay0 pt=96 alsasrc device="hw:2,0" ! voaacenc ! queue ! rtpmp4apay pt=97 name=pay1'
stream ready at rtsp://127.0.0.1:8554/test

will it work with deepstream? as an input?
to what extent does deepstream support audio for input and redirection?
can it get it from combined rtsp [audio+video], then process then output again rtsp [audio+video]?
can deepstream mux[combine hardware audio device outputs with video device, to generate resulting processed video with intact audio?

moved from Implementing rtsp streaming with audio from usb - #4 by _av

Hi,
The default sample does not contain audio part. You would need to integrate it. May need other users to share experience.

1 Like