Search found 3 matches

by Rextytus
Sunday 06 August 2017 20:47
Forum: Bash / PowerShell / Batch etc.
Topic: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
Replies: 49
Views: 132101

Re: [Bash] Script to get JPEG snapshot from RTSP-stream (ffmpeg)

Or maybe some of you know what I should type out here 192.168 ...

Code: Select all

imgpath=content.split("=")[1]
imgPath = imgpath[1:-3]

imgUrl="http://1.2.3.4" +  imgPath
by Rextytus
Sunday 06 August 2017 20:34
Forum: Bash / PowerShell / Batch etc.
Topic: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
Replies: 49
Views: 132101

Re: [Bash] Script to get JPEG snapshot from RTSP-stream (ffmpeg)

I apologize for the form of my previous post and for not being greeted but in the heat of battle with phyton files I had no time to read the forum rules. And I would like to ask Mozart or someone who knows? Mozart's formulas work with my camera when I type http. I get the name of the .jpg file and ...
by Rextytus
Sunday 06 August 2017 16:38
Forum: Bash / PowerShell / Batch etc.
Topic: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
Replies: 49
Views: 132101

Re: [Bash] Script to get JPEG snapshot from RTSP-stream (ffmpeg)

"I bought an Escam QD300 Wifi and want to use it to send a snapshot when someone presses the doorbel. I noticed that on some pages in the webgui for this cam a current snapshot appeared. So I used Fiddler to see what happens when I go to that page. I discovered that the webgui uses a special command ...