<div dir="ltr">Hi<div><br></div><div>I want to push an RTMPS stream to Wowza streaming server, from inside an ARM device (IP Camera).</div><div><br></div><div>I can push RTMP stream like this:</div><div><br></div><div><div>ffmpeg  -rtsp_transport tcp -i rtsp://<a href="http://127.0.0.1/channel1">127.0.0.1/channel1</a> -c copy -f flv rtmp://[ip]:1935/live/rtmp_test</div></div><div><br></div><div>This works perfectly fine. Now, I have read in FFmpeg docs: </div><div><br></div><div><div><a href="https://www.ffmpeg.org/ffmpeg-protocols.html#tls">https://www.ffmpeg.org/ffmpeg-protocols.html#tls</a><br></div></div><div><br></div><div>that I can actually push an stream using a certificate.</div><div><br></div><div>I would like to know if anyone has already done this before, as with documentation so far (both Wowza and FFmpeg), I am still struggling to get this working.</div><div><br></div><div>Thanks</div><div><br></div><div><br></div></div>