adamrehn / pixel-streaming-linux

Issue tracker repository for Pixel Streaming for Linux
https://adamrehn.com/articles/pixel-streaming-in-linux-containers/
22 stars 7 forks source link

Video Decoding Support #27

Closed lukehb closed 3 years ago

lukehb commented 3 years ago

The windows implementation of FVideoDecoder extensively uses the Windows Media Foundation API to decode video from external sources. On Linux this needs to be converted to use nvdec which will require a lot more management code setup.