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
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,21 @@
1
-
# AMD Interactive Streaming SDK
1
+
# Advanced Interactive Streaming SDK
2
2
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),
3
+
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),
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
-
- Initial revision
7
+
- v1.0.1 - bug fixes:
8
+
- System mouse cursor doesn't get hidden correctly in some games
9
+
- Deadlock on server exit when streaming at high (8K) resolution
8
10
9
11
## Dependencies:
10
-
AMD Interactive Streaming SDK depends on a number of other components from AMD and third parties:
12
+
Advanced Interactive Streaming SDK depends on a number of other components from AMD and third parties:
11
13
-[Advanced Media Framework (AMF SDK)](https://github.com/GPUOpen-LibrariesAndSDKs/AMF) for video encoding/decoding/processing
12
14
-[MbedTLS](https://github.com/Mbed-TLS/mbedtls) for encryption
13
15
-[Ffmpeg](https://github.com/FFmpeg/FFmpeg) for audio encoding/decoding/resampling
14
16
15
17
## License:
16
-
AMD Interactive Streaming SDK is distributed in open source under the [MIT license](LICENSE.md)
18
+
Advanced Interactive Streaming SDK is distributed in open source under the [MIT license](LICENSE.md)
17
19
18
20
## Documentation:
19
21
Comprehensive documentation is provided by the [Streaming SDK Wiki](https://github.com/GPUOpen-LibrariesAndSDKs/Streaming-SDK/wiki)
m_TimestampCalibrator.SubmitVideo(frame); // This synchronizes low latency video timestamp to audio. See notes in sdk/util/pipeline/TimestampCalibrator.h for detailed explanations
0 commit comments