Handle spatial scalability.
Maintain spatial layer information, and drop lower layers when possible. Yields a 20% saving with VP9.
This commit is contained in:
+1
-1
@@ -40,5 +40,5 @@ type DownTrack interface {
|
||||
Write(buf []byte) (int, error)
|
||||
SetTimeOffset(ntp uint64, rtp uint32)
|
||||
SetCname(string)
|
||||
GetMaxBitrate() (uint64, int)
|
||||
GetMaxBitrate() (uint64, int, int)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user