diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-04-09 22:00:23 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-04-09 22:00:23 -0700 |
| commit | 48236e1831855df7caf4ffee0fb7e85d6b92743f (patch) | |
| tree | 407837becafe90b0c8e4bdd312d0296c4dbcaf93 /MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs | |
| parent | 3b11b7f4f068786dbf1800b52766cb715d038e0c (diff) | |
| parent | 3a57af28dea836865b47e37d5ae4503c225c2695 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs b/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs index c9e8e3a65..d900e750b 100644 --- a/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs +++ b/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs @@ -135,7 +135,7 @@ namespace MediaBrowser.Api.Playback.Progressive } else if (string.Equals(extension, ".mp4", StringComparison.OrdinalIgnoreCase)) { - contentFeatures = "DLNA.ORG_PN=AVC_MP4_BL_L3_SD_AAC"; + contentFeatures = "DLNA.ORG_PN=MPEG4_P2_SP_AAC"; } else if (string.Equals(extension, ".mpeg", StringComparison.OrdinalIgnoreCase)) { |
