Screencast service module

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
Service module returns a screen capture image (JPG) of Wandora application. Service handle is '''screencast'''. An example request is
+
The service module returns a screen capture image (JPG) of the Wandora window. The service handle is '''screencast'''. To use the module ensure the it's enabled in the configuration panel of [[Embedded HTTP server|embedded HTTP server]] and start the server. An example URL is
  
 
  http://127.0.0.1:8898/screencast
 
  http://127.0.0.1:8898/screencast
  
and returns an image as shown below. Screencast service can be used to presentational purposes, teaching Wandora, for example.
+
It returns an image as shown below. For example the service can be used for presentational purposes and teaching Wandora usage.
  
 
[[Image:service_screencast_01.gif|center]]
 
[[Image:service_screencast_01.gif|center]]
Line 11: Line 11:
  
 
* [[Embedded HTTP server]]
 
* [[Embedded HTTP server]]
 +
** [[HTML service module]]
 +
** [[Mobile HTML service module]]
 +
** [[RSS feed service module]]
 +
** [[SOAP web service module]]
 +
** [[Drupal service module]]
 +
** [[Firefox and Thunderbird plugin service module]]
 +
** [[XTM topic map service module]]
 +
** [[JTM topic map service module]]
 +
** [[RDF service module]]
 +
** [[GRAPHML service module]]
 +
** [[Flash graph service module]]
 +
** [[Timeline service module]]
 +
** [[Google Maps service module]]
 +
** [[D3 graph service module]]

Latest revision as of 11:42, 8 August 2012

The service module returns a screen capture image (JPG) of the Wandora window. The service handle is screencast. To use the module ensure the it's enabled in the configuration panel of embedded HTTP server and start the server. An example URL is

http://127.0.0.1:8898/screencast

It returns an image as shown below. For example the service can be used for presentational purposes and teaching Wandora usage.

Service screencast 01.gif


[edit] See also

Personal tools