←back to thread

756 points mtlynch | 2 comments | | HN request time: 2.014s | source
1. 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 #
2. 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.