[mythtv-commits] [MythTV/mythtv] 3a8973: IPTV Download not OK with network error (#999)

kmdewaal noreply at github.com
Fri Dec 20 16:25:42 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 3a8973a897344d4c5bb09a25d744ea1ca985e8a0
      https://github.com/MythTV/mythtv/commit/3a8973a897344d4c5bb09a25d744ea1ca985e8a0
  Author: kmdewaal <klaas at kldo.nl>
  Date:   2024-12-20 (Fri, 20 Dec 2024)

  Changed paths:
    M mythtv/libs/libmythtv/HLS/m3u.cpp
    M mythtv/libs/libmythtv/recorders/httptsstreamhandler.cpp

  Log Message:
  -----------
  IPTV Download not OK with network error (#999)

* IPTV Download not OK with network error

Set download status to not OK when a network error is reported
for the download. This fixes an endless loop / log pollution when
server access is not allowed, reported as  error 201 (HTTP error 403).

* IPTV Use PROGRAM-ID value 1 if not specified

The PROGRAM-ID attribute of the EXT-X-STREAM-INF is removed in
version 6 of the protocol as described in rfc8216.
Searching through a large number of M3U8 files shows that the
PROGRAM-ID value is always 1 when specified. Therefore, if the
attribute is not specified then value 1 is used instead of -1.



To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list