maddox / wallop

📺 A transcoding server for your HDHomeRun Prime
167 stars 41 forks source link

Support HDHR Extend with built-in transcoding #45

Closed jancona closed 9 years ago

jancona commented 9 years ago

This PR enables using the HDHR Extend model's ability to trancode MPEG2 content itself. When used this way, ffmpeg doesn't have to transcode video, meaning it can run on less capable hardware. I have used this patch on a Raspberry Pi model 1.

The HDHR transcode support is enabled by setting hdhr_transcode = true in config.toml.

maddox commented 9 years ago

Just a couple comments, but this looks good, thanks!

jancona commented 9 years ago

Let me know if you see anything else you'd like changed.

maddox commented 9 years ago

Looks good, thanks!