-- Internet access is required for static library builds (ffmpeg, hdhomerun, x264, etc.)
-- In restricted environments, disable static builds: `--disable-ffmpeg_static --disable-hdhomerun_static`
-- Core functionality works without ffmpeg/libav but transcoding features are disabled
+- **Internet access has been whitelisted** for this repository's GitHub Copilot environment
+- However, some external hosts may still be blocked (e.g., `ftp.osuosl.org`, `bbuseruploads.s3.amazonaws.com`)
+- If build fails with download errors, use restricted configuration:
+ ```bash
+ ./configure --disable-ffmpeg_static --disable-libav --disable-hdhomerun_static --disable-pcloud_cache
+ ```
+- With full internet access, tvheadend downloads and builds static libraries automatically:
+ - ffmpeg with various codecs (x264, x265, libvpx, theora, vorbis, opus)
+ - HDHomeRun static libraries
+ - pCloud cache system for faster subsequent builds
+- Core functionality works without these static builds but transcoding features are disabled