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:
@@ -42,7 +42,7 @@ namespace ErsatzTV.Core.Iptv
|
||||
|
||||
string format = channel.StreamingMode switch
|
||||
{
|
||||
StreamingMode.HttpLiveStreaming => "m3u8",
|
||||
StreamingMode.HttpLiveStreamingDirect => "m3u8",
|
||||
_ => "ts"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user