View Single Post
  #2  
Old 05-20-2016, 02:45 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The vizhtml library and websockets are used to communicate between Vizard and a browser. There is an example script included with Vizard (File > Quick Open: type 'htmlWebSocket'). Displaying the user view on the web page in real time does not work well due to the amount of data that needs to be sent every frame. I don't have have exact numbers but it should be possible to update the web page on a regular time interval (e.g once per second) or keep the Vizard window size quite small and stream more frames per second.
Reply With Quote