support rtp protocol

This commit is contained in:
Luke Pulverenti
2017-01-18 01:05:33 -05:00
parent 16bd1df08a
commit 80a9bbf5ef
3 changed files with 7 additions and 20 deletions

View File

@@ -127,6 +127,10 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
{
protocol = MediaProtocol.Udp;
}
else if (path.StartsWith("rtp", StringComparison.OrdinalIgnoreCase))
{
protocol = MediaProtocol.Rtmp;
}
var mediaSource = new MediaSourceInfo
{