File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# H264Sharp
2
- Cisco's OpenH264 C++/CLI wrapper in C# with optimised image format conversions . It is very suitable for realtime streaming over network.
3
- - Offers managed and unmanaged intuitive API.
2
+ Cisco's OpenH264 C++/CLI wrapper with optimised image format conversion support . It is very suitable for realtime streaming over network.
3
+ - Offers managed and unmanaged API.
4
4
- Tested on .NetFramework and NetCore(upto 7).
5
5
- Compatible with OpenCV.(i.e. OpenCVsharp)
6
6
- Tested on WPF application with camera and screen capture (P2P Videocall).
@@ -66,7 +66,7 @@ A separate dll is provided for RGB <-> YUV conversions. Its compiled with clang
66
66
- Optionally Add Converter64/32 dlls to your executable directory same way as openh264 dll.
67
67
- Enjoy
68
68
# Remarks
69
- - Decode callbacks with raw image formats use cached backed buffer, if you wont consume them immediately, make a copy or sync your system.
69
+ - Decode callbacks with raw image formats use cached back buffer, if you wont consume them immediately, make a copy or sync your system.
70
70
- Encoder output "EncodedFrame" uses cached back buffer if you wont consume them immediately, make a copy or sync your system.
71
71
- .Net Core and .Net Framework releases are provided.
72
72
- Use at least 2.3.1 version of openh264.(cisco has updated some data types, older versions might lead to stack buffer overflow).
You can’t perform that action at this time.
0 commit comments