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
12
12
13
13
C# library is .Net standard wrapper library for this dll and performs PInvoke to handle transcoding.
14
14
## 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 .
16
16
17
17
[ ![ 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
+
18
24
## Example
19
25
Examples can be found on examples directroy.
20
26
You can’t perform that action at this time.
0 commit comments