mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #1018 from fasheng/fix-dlna-rmvb
Fix rmvb video can not play under DLNA
This commit is contained in:
commit
79d5a53aea
@ -22,6 +22,7 @@
|
|||||||
- [Liggy](https://github.com/Liggy)
|
- [Liggy](https://github.com/Liggy)
|
||||||
- [fruhnow](https://github.com/fruhnow)
|
- [fruhnow](https://github.com/fruhnow)
|
||||||
- [Lynxy](https://github.com/Lynxy)
|
- [Lynxy](https://github.com/Lynxy)
|
||||||
|
- [fasheng](https://github.com/fasheng)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
|||||||
[Route("/Videos/{Id}/stream.mov", "GET")]
|
[Route("/Videos/{Id}/stream.mov", "GET")]
|
||||||
[Route("/Videos/{Id}/stream.iso", "GET")]
|
[Route("/Videos/{Id}/stream.iso", "GET")]
|
||||||
[Route("/Videos/{Id}/stream.flv", "GET")]
|
[Route("/Videos/{Id}/stream.flv", "GET")]
|
||||||
|
[Route("/Videos/{Id}/stream.rm", "GET")]
|
||||||
[Route("/Videos/{Id}/stream", "GET")]
|
[Route("/Videos/{Id}/stream", "GET")]
|
||||||
[Route("/Videos/{Id}/stream.ts", "HEAD")]
|
[Route("/Videos/{Id}/stream.ts", "HEAD")]
|
||||||
[Route("/Videos/{Id}/stream.webm", "HEAD")]
|
[Route("/Videos/{Id}/stream.webm", "HEAD")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user