File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,15 @@ Library consist of native dll which acts as OpenH264 wrapper and image format co
1212
1313C# library is .Net standard wrapper library for this dll and performs PInvoke to handle transcoding.
1414## Nuget
15- Install the nuget package and its ready to go. All native dependencies are automatically installed.
15+ Install the nuget package and its ready to go. All native dependencies are automatically installed and will apepear on your executable directory .
1616
1717[ ![ NuGet] ( https://img.shields.io/nuget/v/H264Sharp )] ( https://www.nuget.org/packages/H264Sharp/1.0.4 )
18+
19+ For usage in Unity, You have to specify the absolute path for openh264 dll. (i.e. StreamingAssets)
20+ ``` c#
21+ Defines .CiscoDllName64bit = " {YourPath}/openh264-2.4.0-win64.dll" ;
22+ ```
23+
1824## Example
1925Examples can be found on examples directroy.
2026
You can’t perform that action at this time.
0 commit comments