Comment 10 for bug 1983740

Revision history for this message
Simon Fels (morphis) wrote :

Yes, we have an example which demonstrates how to use the SDK. Have a look at https://github.com/anbox-cloud/anbox-streaming-sdk/tree/master/examples/js

You may want to add the following to make the video element fit correctly for your purposes:

- <div id="anbox-stream"></div>
+ <div id="anbox-stream" style="width: 50vw; height: 50vh;"></div>