- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In intel OWT, is there an option to change the size of mixed video from 640x480 using API?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you are setting up the room, you'll have to describe the view like this:
views: [
{
video: {
layout: {
templates: { custom: [], base: 'fluid' },
fitPolicy: 'letterbox'
},
keepActiveInputPrimary: false,
bgColor: { b: 0, g: 0, r: 0 },
motionFactor: 0.8,
maxInput: 16,
parameters: {
keyFrameInterval: 10,
framerate: 25,
resolution: { width: 1280, height: 720 }
},
format: { codec: 'vp8'},
},
audio: {
vad: true,
format: { codec: 'opus', sampleRate: 48000, channelNum: 2 }
},
label: 'common'
}
]
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page