Skip to content

Commit 472ed34

Browse files
Update README.md
1 parent 44b9697 commit 472ed34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Cisco Openh264 is chosen for its unbeatible performance compared to other availa
1616

1717
Library consist of native dll which acts as OpenH264 wrapper/facade and color format converter (YUV <-> RGB,BGR,RGBA,BGRA)<br/>
1818
C# library is .Net standard wrapper library for this dll and performs PInvoke to handle transcoding.
19+
20+
1921
## NuGet
2022

2123

@@ -35,6 +37,8 @@ For usage in Unity, manually place the dlls from releases. H264SharpNative will
3537
``` c#
3638
Defines.CiscoDllName64bit = "{YourPath}/openh264-2.4.0-win64.dll";
3739
```
40+
<ins>**[Help Wanted]: Only MacOS and IOS binaries are left to complete this project. I dont own a Mac or an Iphone, and I want to test before shipping instead of just compiling.
41+
If you own this devices, it would be greatly appreciated to contribute this binaries.**<inst/>
3842

3943
## Example
4044
Examples codes can be found on examples directory on the repository.<br/>

0 commit comments

Comments
 (0)