You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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),
3
+
AMD 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),
4
4
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.
5
5
6
6
## Changelog:
7
7
- Initial revision
8
8
9
9
## Dependencies:
10
-
Streaming SDK depends on a number of other components from AMD and third parties:
10
+
AMD Interactive Streaming SDK depends on a number of other components from AMD and third parties:
11
11
-[Advanced Media Framework (AMF SDK)](https://github.com/GPUOpen-LibrariesAndSDKs/AMF) for video encoding/decoding/processing
12
12
-[MbedTLS](https://github.com/Mbed-TLS/mbedtls) for encryption
13
13
-[Ffmpeg](https://github.com/FFmpeg/FFmpeg) for audio encoding/decoding/resampling
14
14
15
15
## License:
16
-
Streaming SDK is distributed in open source under the [MIT license](LICENSE.md)
16
+
AMD Interactive Streaming SDK is distributed in open source under the [MIT license](LICENSE.md)
17
17
18
18
## Documentation:
19
-
Comprehensive documentation is provided by the [Streaming SDK Wiki](https://github.com/GPUOpen-LibrariesAndSDKs/Streaming-SDK/wiki)
19
+
Comprehensive documentation is provided by the [Streaming SDK Wiki](wiki/)
0 commit comments