The default basepath is now set to ../${RTMP_APPLICATION}.
That still won't work with Kodi, but if the env var is overridden to be http://mybox:8082 then playback works just fine.
Kodi seems to work a lot better, though I did just get a freeze (logs show kodi was still requesting chunks successfully, so it's a different issue to before)
I'm going to mark this as fixed, as the original issue was addressed. If I get another stall with logs showing it fetching segments I'll open a new issue.
Activity
04-Aug-24 09:17
assigned to @btasker
04-Aug-24 09:19
There are two likely possibilities here
The second is most likely - Kodi's not a huge lover of relative links in general.
04-Aug-24 09:20
HLS can now be tuned with the following env vars
(
HTTP_BASEURL
was already a thing, but should be set to the full URL).04-Aug-24 09:22
mentioned in commit github-mirror/Home-TV-Station@6bc8c9cb5739342b14c366b6cc0f7e57a5bb656e
Message
feat: make HLS config tunable via env var (project-management-only/home-tv-station#12)
04-Aug-24 09:36
mentioned in commit github-mirror/Home-TV-Station@8378450aa7d2cb26ead4a1deac86124ecd3031ab
Message
fix: prepend application name to baseurl (project-management-only/home-tv-station#12)
04-Aug-24 09:42
The default basepath is now set to
../${RTMP_APPLICATION}
.That still won't work with Kodi, but if the env var is overridden to be
http://mybox:8082
then playback works just fine.Kodi seems to work a lot better, though I did just get a freeze (logs show kodi was still requesting chunks successfully, so it's a different issue to before)
04-Aug-24 17:01
I'm going to mark this as fixed, as the original issue was addressed. If I get another stall with logs showing it fetching segments I'll open a new issue.