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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ Advanced Interactive Streaming SDK is a C++ library that provides building block
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
+
- v1.1.0 - added support for Linux:
8
+
- Server supported on AMD graphics with the Pro driver (X.org required)
9
+
- Client supported on AMD graphics with the Pro and RADV drivers, NVidia graphics (proprietary driver recommended), Intel graphics (X.org recommended, Wayland supported with some limitations)
10
+
- Tested with Ubuntu 22.04 LTS and 24.04 LTS
7
11
- v1.0.2 - bug fixes:
8
12
- Encoder frame rate wasn't being set correctly when display capture mode was set to *present* or when QoS was turned off
0 commit comments