improve hls direct compatibility with channels dvr (#245)

* rename HttpLiveStreaming to HttpLiveStreamingDirect

* improve hls direct compatibility with channels dvr

* code cleanup
This commit is contained in:
Jason Dove
2021-06-05 13:15:39 -05:00
committed by GitHub
parent 10c422a3eb
commit 0ef03d66f3
23 changed files with 156 additions and 67 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ namespace ErsatzTV.Core.Iptv
string format = channel.StreamingMode switch
{
StreamingMode.HttpLiveStreaming => "m3u8",
StreamingMode.HttpLiveStreamingDirect => "m3u8",
_ => "ts"
};