Search found 1 match
- Friday 06 April 2018 21:41
- Forum: Bash / PowerShell / Batch etc.
- Topic: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
- Replies: 49
- Views: 132109
Re: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
I went a different way with this. Created a php page that takes a snapshot using ffmpeg then displays it as an image.. Doing this way I can just use domoticz to point at the PHP page and use it as a normal camera. <?php $video = 'rtsp://192.168.1.185/user=user_password=*********_channel=3_stream=0 ...