Skip to content

Commit 9ecf3cb

Browse files
Update README.md
1 parent 945f2d1 commit 9ecf3cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# H264Sharp
22
Cisco's OpenH264 Native wrapper for .Net with optimised image format conversion support. It is very suitable for realtime streaming over network.
3-
This is the only open source C# library with full feature wrapper.
3+
This is the only open source C# library with full feature wrapper, supported for windows and linux.
4+
Arm platforms work in progress.
45
Image format converters are faster than OpenCV implementation.
56
- Plug&Play
6-
- Tested on .NetFramework and Net(up to 8).
7+
- Tested on .NetFramework and Net(up to 8), Windows & Linux.
78
- Compatible with OpenCV.(i.e. OpenCVsharp)
89
- Tested on WPF application with camera and screen capture.
910
- No memory leaks or GC pressure.
@@ -15,6 +16,7 @@ Library consist of native dll which acts as OpenH264 wrapper and image format co
1516
C# library is .Net standard wrapper library for this dll and performs PInvoke to handle transcoding.
1617
## Nuget
1718
Install the nuget package and its ready to go. All native dependencies are automatically installed and will apepear on your executable directory.
19+
linux binaries are provided on releases, Nuget release coming soon.
1820

1921
[![NuGet](https://img.shields.io/nuget/v/H264Sharp)](https://www.nuget.org/packages/H264Sharp/1.2.0)
2022

0 commit comments

Comments
 (0)