aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechywarrior <techywarrior@gmail.com>2013-04-09 22:00:23 -0700
committerTechywarrior <techywarrior@gmail.com>2013-04-09 22:00:23 -0700
commit48236e1831855df7caf4ffee0fb7e85d6b92743f (patch)
tree407837becafe90b0c8e4bdd312d0296c4dbcaf93
parent3b11b7f4f068786dbf1800b52766cb715d038e0c (diff)
parent3a57af28dea836865b47e37d5ae4503c225c2695 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
-rw-r--r--MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs2
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))
{