add new mirror mode

This commit is contained in:
Luke Pulverenti
2014-04-13 13:27:13 -04:00
parent b6ca79b73f
commit 8df1ebe499
31 changed files with 446 additions and 370 deletions

View File

@@ -185,9 +185,9 @@ namespace MediaBrowser.Api.Playback
{
var args = string.Empty;
if (state.IsRemote || !state.HasMediaStreams)
if (!state.HasMediaStreams)
{
return string.Empty;
return state.IsInputVideo ? "-map -0:s" : string.Empty;
}
if (state.VideoStream != null)