bounce 0 Posted December 13, 2018 Hi We have a hanwa ip cctv system and the cameras can play live audio. Just wondering does anybody know how to record and playback audio? Share this post Link to post Share on other sites
mshaffer 0 Posted December 21, 2018 You could use ffmpeg. Connect to the camera through rtsp with ffmpeg then output the audio to a file. Share this post Link to post Share on other sites
mshaffer 0 Posted December 21, 2018 I think the command would be ffmpeg -rtsp_transport -i "RTSP URL HERE" -vn -acodec copy output-audio.aac Share this post Link to post Share on other sites