Hello, unfortunately it gives me an error with both http and https

*ffmpeg -framerate 10 -pattern_type glob -i "http://www.miosito/archivio_webcam/test/*.jpg"; -vf zoompan=d=1 .... etc etc...*

Error :*
*

*[mjpeg @ 0x1e77820] No JPEG data found in image
[image2 @ 0x1e76250] decoding for stream 0 failed

*


If I download the files from the remote server and put them in the working local directory, I have no problems

*ffmpeg -framerate 10 -pattern_type glob -i "*.jpg" -vf zoompan=d=1 ... etc etc...*

Mario*
*


Il 20/07/2020 14:42, Nicolas George ha scritto:

Mario (12020-07-20):

The webcam, however, normally saves on a remote server (www.mysite.it/myfolder/)
Unfortunately, with this syntax it returns an error: it cannot find jpg

The blame lies with Google and other web browser vendors who thought it
was a good idea to hide part of the URL.

I strongly suggest you search how to show the real URL with your browser
of choice and enable that option. You'll discover the URL is probably
http://www.mysite.it/myfolder/, or possibly https://.

Regards,

--
**********************************************************
Mario Brustia - IZ1KBP
Pilota SAPR ENAC I.APR 012008 - Abilitato CRO
Operatore ENAC 50326/37066
[email protected]
[email protected]
Pix4D certified user
LOC JN45IK - 45.4167N 8.6667E - QRZ
www.meteotrecate.it  www.aprtrecate.it
Facebook >> brustiamario
sent from client
**********************************************************

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to