Jono Hoskin

Results 10 comments of Jono Hoskin

+1 for `nvenc_hevc` support on Linux. The current build of ffmpeg at the ffmpeg-3 ppa supports it out of the box: https://launchpad.net/~jonathonf/+archive/ubuntu/ffmpeg-3

Is this still a known issue in 2015? We are trying to load balance using HAproxy and we're seeing odd behaviour.

Thanks @marvdm - the instructions above are very helpful. In addition to those three, I also needed to add the following: ```shell export PATH="${HOMEBREW_PREFIX}/opt/postgresql@12/bin:$PATH" ``` ... so my `.bash_profile` now...

Thanks @bglusman & @pboling for your replies. I'd be keen to contribute. I'm pretty happy with the current set of features, but things like the NewRelic integration would be things...

I've opened a PR to make `tubesock.close` less crashy on Puma.

I'm having a similar problem to this too. If I place the component in a tab, it just gets appended to the end of the main `st` page, instead of...

@hmaarrfk did you ever figure this out? I am trying to solve the same problem.

Oh ok. That's not my problem then. I am just trying to get PyAV to use NVIDIA CUDA hardware decoding but can't find any recent examples of how to do...

>mind you, your ffmpeg must have been compiled with nvenc support, not sure how you are installing PyAV, but not all ffmpeg's are built equal ;) Oh - I'm definitely...