←back to thread

756 points mtlynch | 1 comments | | HN request time: 0.203s | source
Show context
ed25519FUUU ◴[] No.23928495[source]
Really neat project. Small optimization, you can use the RPI’s gpu accelerated h264 decoding and free up a lot of CPU:

Change:

    ffmpeg -vcodec libxh264
To:

    ffmpeg -vcodec h264_mmal
replies(1): >>23928607 #
1. mtlynch ◴[] No.23928607[source]
Thanks, good tip! I ended up not using ffmpeg after I discovered uStreamer, but this is a good trick to have in my back pocket.