Skip to content

Commit

Permalink
Merge pull request #52 from Snawoot/doc_plex_hwaccel
Browse files Browse the repository at this point in the history
add info about Plex HW transcode
  • Loading branch information
Snawoot authored Feb 10, 2019
2 parents 85d5eb0 + cad5525 commit b669265
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ bash ./patch.sh -r

## See also

https://habr.com/post/262563/
* Plex Media Server: enable HW **decoding**:
* [GH Issue](https://github.com/keylase/nvidia-patch/issues/51)
* PMS Forum:
1. [https://forums.plex.tv/t/hardware-accelerated-decode-nvidia-for-linux/233510/158](https://forums.plex.tv/t/hardware-accelerated-decode-nvidia-for-linux/233510/158)
2. [https://forums.plex.tv/t/hardware-accelerated-decode-nvidia-for-linux/233510/172](https://forums.plex.tv/t/hardware-accelerated-decode-nvidia-for-linux/233510/172)
* [Original research behind this patch (in Russian)](https://habr.com/post/262563/)

If you experience `CreateBitstreamBuffer failed: out of memory (10)`, then you have to lower buffers number used for every encoding session. If you are using `ffmpeg`, see option `-surfaces` ("Number of concurrent surfaces") and try value near `-surfaces 8`.

0 comments on commit b669265

Please sign in to comment.