johnb-7 / hdhr-ac4

This project aims to emulate an HDHomerun tuner that supplies ATSC 3.0 programs with AC3 audio.
Apache License 2.0
63 stars 15 forks source link

works well with a couple tweaks #5

Closed taegge closed 1 year ago

taegge commented 1 year ago

I was able to get his docker container spun up and running pretty quickly, but had to make a couple tweaks to the Dockerfile: 1) Line 518: change git repo to https://github.com/makrsmark.git (old one no longer has an AC4 branch; got new repo from https://trac.ffmpeg.org/ticket/8349, so hopefully it's reputable enough) 2) Line 533: comment out --enable-avresample \

For ref, i built this inside a Ubuntu 22.04 LXC container and after the build it worked flawlessly right out of the box.

Thank you for pulling this together!

johnb-7 commented 1 year ago

Thanks for the input taegge! I was actually just wrapping up v1.5.0 that no longer builds ffmpeg and published it. Feel free to take a look.

MisterSheeple commented 1 year ago

Having to resort to this as the main version doesn't work with the latest Emby beta anymore, and so far I've gotten it working with VLC, but Plex is struggling to discover the emulated HDHR instance. Any ideas on how I could fix that?

Edit: Never mind, I'm reverting back to the current commit, as the problem appears to be with Plex, and not Emby.