Phi: Difference between revisions

1 byte removed ,  21 March 2016
m
(Quoting cleanup)
Line 59: Line 59:
use default jpg encoding
use default jpg encoding
   http://localhost:8080/screenshot?window=WindowA
   http://localhost:8080/screenshot?window=WindowA
 
Send a motion-jpeg encoded video stream.
   http://localhost:8080/screenshot?window=WindowA&stream=y
   http://localhost:8080/screenshot?window=WindowA&stream=y
Send a motion-jpeg encoded video stream.
Can be used by ffmpeg to directly encode various video formats.
Can be used by ffmpeg to directly encode various video formats.
   ffplay -f mjpeg http://localhost:8080/screenshot/stream=y
   ffplay -f mjpeg http://localhost:8080/screenshot/stream=y
67

edits