shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
198 stars 62 forks source link

Add CUDA support #66

Closed tonyleung815 closed 3 years ago

tonyleung815 commented 3 years ago

Could you please add Nvidia CUDA Acceleration support? Thanks.

mariocynicys commented 3 years ago

You can specify hwaccel_api: nvenc in your pipeline config, given that your ffmpeg is built with CUDA support.

joeyparrish commented 3 years ago

This should already be supported. Let us know if the suggestion of @meryacine does not work for you. Thanks!