Screencast service module
From WandoraWiki
(Difference between revisions)
Line 2: | Line 2: | ||
http://127.0.0.1:8898/screencast | http://127.0.0.1:8898/screencast | ||
+ | |||
+ | and returns an image as shown below | ||
+ | |||
+ | [[Image:service_screencast_01.gif|center]] | ||
+ | |||
== See also == | == See also == | ||
* [[Embedded HTTP server]] | * [[Embedded HTTP server]] |
Revision as of 18:05, 4 January 2012
Service module returns a screen capture image (JPG) of Wandora application. Service handle is screencast. An example request is
http://127.0.0.1:8898/screencast
and returns an image as shown below