https://github.com/gpuopen-librariesandsdks/streaming-sdk
Advanced Interactive Streaming SDK
https://github.com/gpuopen-librariesandsdks/streaming-sdk
Last synced: 12 months ago
JSON representation
Advanced Interactive Streaming SDK
- Host: GitHub
- URL: https://github.com/gpuopen-librariesandsdks/streaming-sdk
- Owner: GPUOpen-LibrariesAndSDKs
- License: other
- Created: 2024-10-25T13:58:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T01:13:23.000Z (about 1 year ago)
- Last Synced: 2025-06-25T21:07:17.780Z (12 months ago)
- Language: C++
- Homepage:
- Size: 1.45 MB
- Stars: 9
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Advanced Interactive Streaming SDK
Advanced Interactive Streaming SDK is a C++ library that provides building blocks and samples for low latency streaming applications, such as Cloud Game Streaming, Virtual Desktop Interface (VDI),
Virtual and Augmented Reality, etc. using AMD Radeon graphics. It allows you to build a complete streaming solution including video and audio capture, video and audio encoder/decoder/pre-post-processing pipelines, a robust and secure network stack, or use some of its components, while implementing the rest yourself.
## Changelog:
- v1.0.2 - bug fixes:
- Encoder frame rate wasn't being set correctly when display capture mode was set to *present* or when QoS was turned off
- v1.0.1 - bug fixes:
- System mouse cursor doesn't get hidden correctly in some games
- Deadlock on server exit when streaming at high (8K) resolution
## Dependencies:
Advanced Interactive Streaming SDK depends on a number of other components from AMD and third parties:
- [Advanced Media Framework (AMF SDK)](https://github.com/GPUOpen-LibrariesAndSDKs/AMF) for video encoding/decoding/processing
- [MbedTLS](https://github.com/Mbed-TLS/mbedtls) for encryption
- [Ffmpeg](https://github.com/FFmpeg/FFmpeg) for audio encoding/decoding/resampling
## License:
Advanced Interactive Streaming SDK is distributed in open source under the [MIT license](LICENSE.md)
## Documentation:
Comprehensive documentation is provided by the [Streaming SDK Wiki](https://github.com/GPUOpen-LibrariesAndSDKs/Streaming-SDK/wiki)