aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Hls/MpegDashService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-17 14:30:23 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-17 14:30:23 -0500
commita8da86d059c0a9ba724bfcf11166d1b32406ca89 (patch)
treec6f45c97575ece03f36f3a653087fac334aec173 /MediaBrowser.Api/Playback/Hls/MpegDashService.cs
parent5f3c2f68b0a956ce28b8e48bf8fd20c89e44f5d9 (diff)
support api without /mediabrowser
Diffstat (limited to 'MediaBrowser.Api/Playback/Hls/MpegDashService.cs')
-rw-r--r--MediaBrowser.Api/Playback/Hls/MpegDashService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/MpegDashService.cs b/MediaBrowser.Api/Playback/Hls/MpegDashService.cs
index 514597c3e..a0b67a220 100644
--- a/MediaBrowser.Api/Playback/Hls/MpegDashService.cs
+++ b/MediaBrowser.Api/Playback/Hls/MpegDashService.cs
@@ -625,7 +625,7 @@ namespace MediaBrowser.Api.Playback.Hls
protected override string GetCommandLineArguments(string outputPath, string transcodingJobId, StreamState state, bool isEncoding)
{
- // test url http://192.168.1.2:8096/mediabrowser/videos/233e8905d559a8f230db9bffd2ac9d6d/master.mpd?mediasourceid=233e8905d559a8f230db9bffd2ac9d6d&videocodec=h264&audiocodec=aac&maxwidth=1280&videobitrate=500000&audiobitrate=128000&profile=baseline&level=3
+ // test url http://192.168.1.2:8096/videos/233e8905d559a8f230db9bffd2ac9d6d/master.mpd?mediasourceid=233e8905d559a8f230db9bffd2ac9d6d&videocodec=h264&audiocodec=aac&maxwidth=1280&videobitrate=500000&audiobitrate=128000&profile=baseline&level=3
// Good info on i-frames http://blog.streamroot.io/encode-multi-bitrate-videos-mpeg-dash-mse-based-media-players/
var threads = GetNumberOfThreads(state, false);