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
55 stars 12 forks source link

Errors in readme #10

Closed bmn001 closed 2 months ago

bmn001 commented 2 months ago

The readme referencing lineup.json contains some incorrect (maybe just outdated?) info:

replaces the ATSC3=1 entry with AudioCodec=AC3

There are two errors here-

  1. The actual HDHomeRun's lineup.json doesn't contain any ATSC3=1 entries.
  2. hdhr-ac4's lineup.json doesn't contain AudioCodec=AC3 anywhere. It only contains AudioCodec=AC4 entries. (However streamed output audio is still encoded as AC3.)

I'm not sure if this means the documentation just needs updating, or if it means the code isn't doing what's intended.

johnb-7 commented 2 months ago

This was from an earlier incarnation of the project. I removed it from the README. Thanks.