mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-11 18:20:23 +01:00
support rtp protocol
This commit is contained in:
@@ -6,6 +6,7 @@ namespace MediaBrowser.Model.MediaInfo
|
||||
Http = 1,
|
||||
Rtmp = 2,
|
||||
Rtsp = 3,
|
||||
Udp = 4
|
||||
Udp = 4,
|
||||
Rtp = 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user