aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2019-02-28 19:41:53 +0300
committerGitHub <noreply@github.com>2019-02-28 19:41:53 +0300
commit79d5a53aea3b4f2f493fdd16a3321c8db842b5bd (patch)
treeb06d1ace2e4916f7008d72492eaf6e3e5de07457
parent3769453541d8e3da45a9bf40ef0e9da6268bebdc (diff)
parent95d001a053351752f52802ebc7d855333019f8cc (diff)
Merge pull request #1018 from fasheng/fix-dlna-rmvb
Fix rmvb video can not play under DLNA
-rw-r--r--CONTRIBUTORS.md1
-rw-r--r--MediaBrowser.Api/Playback/Progressive/VideoService.cs1
2 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 0831e1340..4b397b328 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -22,6 +22,7 @@
- [Liggy](https://github.com/Liggy)
- [fruhnow](https://github.com/fruhnow)
- [Lynxy](https://github.com/Lynxy)
+ - [fasheng](https://github.com/fasheng)
# Emby Contributors
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
index 7aeb0e9e8..bf15cc756 100644
--- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs
+++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
@@ -37,6 +37,7 @@ namespace MediaBrowser.Api.Playback.Progressive
[Route("/Videos/{Id}/stream.mov", "GET")]
[Route("/Videos/{Id}/stream.iso", "GET")]
[Route("/Videos/{Id}/stream.flv", "GET")]
+ [Route("/Videos/{Id}/stream.rm", "GET")]
[Route("/Videos/{Id}/stream", "GET")]
[Route("/Videos/{Id}/stream.ts", "HEAD")]
[Route("/Videos/{Id}/stream.webm", "HEAD")]