The Anbox Streaming SDK empowers developers to create personalized streaming clients that interface with Anbox Cloud.
The JS SDK library manages all streaming facets, from the intricate WebRTC protocol to the seamless integration of controls, gamepads, speakers, and screen resolutions. Additionally, it incorporates an Android library that provides user-friendly native components for Android application integration.
The Android library offers user-friendly native components, including AnboxWebView, an extension of the AOSP WebView. This library enhances text input handling for hybrid applications loading the Anbox Streaming JavaScript SDK within an embedded WebView for video streaming.
Please navigate to each library folder for instructions on compiling the Javascript or Android libraries and integrating it into your project.
Refer to the following examples to explore advanced usage scenarios and best practices:
- Simple Android Webview Streaming - An Android example that embeds WebView integrated with the JS SDK for video streaming.
- Enhanced Android Webview Streaming - An Android example that embeds AnboxWebView for text input handling enhancement for a hybrid application.
- Out of Band - An Android example demonstrating the usage of out of band data feature which exchanges data between the Android application running in the Anbox container and a streaming client.
- JavaScript-based Streaming Example - A web application utilizes the JS SDK for video streaming.
We welcome contributions from the community to enhance the Anbox Streaming SDK. To contribute, please follow these guidelines:
- Fork the repository and create your fork from the
main
branch. - Ensure that your code adheres to the established coding standards and practices.
- Test your changes to ensure that automated tests pass with the modifications you made.
- Provide relevant documentation updates if needed.
- Sign the contributor agreement, submit a pull request, outlining the purpose and scope of your changes.
Our team will review your contribution and collaborate with you to integrate it into the SDK.
To report issues, please submit a bug to Anbox Cloud project on launchpad.
The Anbox Streaming SDK is licensed under the Apache License 2.0. For more details, refer to the LICENSE file for details.