File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# H264Sharp
22Cisco'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.
45Image 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
1516C# library is .Net standard wrapper library for this dll and performs PInvoke to handle transcoding.
1617## Nuget
1718Install 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
You can’t perform that action at this time.
0 commit comments