This document was generated from CDN thread Created by: Bob Fitzgerald on 01-02-2011 12:07:05 AM Hey there everyone!A customer of ours is trying to set layouts for the Composite output of their C60. They have tried using a couple of commands;xCommand Video Layout Assign CallId:1 OutputId:3 LayoutId:2xCommand Video Layout AssignLocalOutput OutputId:3 LayoutId:2However, while the command returns an OK, the layouts aren't actually displayed. When I use TC Console and create a new file, or connect to one of our C60s, there is no representation of the Composite Output. Is this to say that the Layout API does not extend to the Composite output?Thanks!Subject: RE: Setting layouts on C60 Composite output Replied by: Bob Fitzgerald on 03-02-2011 06:13:14 PMbumpSubject: RE: Setting layouts on C60 Composite output Replied by: Viggo Fredriksen on 04-02-2011 03:46:27 PMHi Bob, the capabilities of the Composite output was changed in TC4 to allow web-snapshots. The Composite output now only supports one full screen frame on layer 1. My guess is that the customer has added the frame on a layer different than 1. The fact that the command does not return an error in this case is indeed a bug.Please try the following to see if it works (adjust the VideoSourceId as appropriate):1xcommand Video Layout Add LayoutId: 999
2xcommand Video Layout Frame Add LayoutId: 999 Width: 10000 height: 10000 PositionX:0 PositionY:0 VideoSourceType: localInput VideoSourceId: 1 Layer: 1
3xcommand Video Layout AssignLocalOutput OutputId: 3 LayoutId: 999
Subject: RE: Setting layouts on C60 Composite output Replied by: Bob Fitzgerald on 18-02-2011 05:26:19 PMHey there Viggo,That was indeed the case, the customer was applying the frame to layer 5. Thank you for the help!