Scrypted Documentation / MediaStreamOptions
Interface: MediaStreamOptions
Options passed to VideoCamera.getVideoStream to request specific media formats. The audio/video properties may be omitted to indicate no audio/video is available when calling getVideoStreamOptions or no audio/video is requested when calling getVideoStream.
Extended by
Properties
id?
optionalid:string
name?
optionalname:string
prebuffer?
optionalprebuffer:number
Prebuffer time in milliseconds.
prebufferBytes?
optionalprebufferBytes:number
Prebuffer size in bytes.
container?
optionalcontainer:string
The container type of this stream, ie: mp4, mpegts, rtsp.
metadata?
optionalmetadata:any
Stream specific metadata.
tool?
optionaltool:MediaStreamTool
The tool was used to write the container or will be used to read teh container. Ie, scrypted, the ffmpeg tools, gstreamer.
video?
optionalvideo:VideoStreamOptions
audio?
optionalaudio:AudioStreamOptions
