update hls stream copy rules

This commit is contained in:
Luke Pulverenti
2016-04-04 01:07:10 -04:00
parent 25125377e5
commit 64795ef35b
10 changed files with 49 additions and 851 deletions

View File

@@ -189,7 +189,9 @@ namespace MediaBrowser.Api.Playback
[ApiMember(Name = "CopyTimestamps", Description = "Whether or not to copy timestamps when transcoding with an offset. Defaults to false.", IsRequired = false, DataType = "bool", ParameterType = "query", Verb = "GET")]
public bool CopyTimestamps { get; set; }
public bool ForceLiveStream { get; set; }
public VideoStreamRequest()
{
EnableAutoStreamCopy = true;