Skip to content

Commit cf75dfb

Browse files
authored
Bump version
1 parent 3ed1ef3 commit cf75dfb

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hardware h264 encoding using rkmpp
1+
# Hardware h264 transcoding using rkmpp
22

33
This plugin tries to enable hardware accelerated transcoding profiles using rkmpp on linux. It should be considered experimental and tinkering will certainly be necessary to make this plugin work on your hardware.
44

@@ -9,6 +9,11 @@ For more information on rkmpp and hardware acceleration:
99
- https://github.com/nyanmisaka/ffmpeg-rockchip/wiki
1010

1111

12+
---
13+
> Live stream encoding is currently not working
14+
---
15+
16+
1217
# Building a compatible docker image
1318

1419
Official docker images do not ship with required libraries for hardware transcode.
@@ -39,3 +44,7 @@ services:
3944
- /dev/rga:/dev/rga
4045
- /dev/mpp_service:/dev/mpp_service
4146
```
47+
48+
The plugin package is available in the `npmjs` repository.:
49+
50+
https://www.npmjs.com/package/peertube-plugin-hardware-transcode-rkmpp

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peertube-plugin-hardware-transcode-rkmpp",
3-
"version": "0.0.1",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"description": "Plugin that adds transcode profiles which use rkmpp for hardware acceleration",
66
"engine": {

0 commit comments

Comments
 (0)