Skip to content

Commit 6c863bd

Browse files
Update README.md
1 parent 0788357 commit 6c863bd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ Library consist of native dll which acts as OpenH264 wrapper and image format co
1212

1313
C# 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
1925
Examples can be found on examples directroy.
2026

0 commit comments

Comments
 (0)