Skip to content

Commit 4448fcd

Browse files
Update README.md
1 parent 0cadb77 commit 4448fcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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.
44
- Tested on .NetFramework and NetCore(upto 7).
55
- Compatible with OpenCV.(i.e. OpenCVsharp)
66
- 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
6666
- Optionally Add Converter64/32 dlls to your executable directory same way as openh264 dll.
6767
- Enjoy
6868
# 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.
7070
- Encoder output "EncodedFrame" uses cached back buffer if you wont consume them immediately, make a copy or sync your system.
7171
- .Net Core and .Net Framework releases are provided.
7272
- Use at least 2.3.1 version of openh264.(cisco has updated some data types, older versions might lead to stack buffer overflow).

0 commit comments

Comments
 (0)