component-cortado
component-cortado — Serves the embedded Cortado Java player.
Properties
has-audio
Whether audio should be streamed.
Type: bool
Required property. Single values only.
index
The name of the index file. The default is index.html.
Type: string
Optional property. Single values only.
height
The height of the cortado applet.
Type: int
Required property. Single values only.
stream-url
The URL to the stream we are displaying.
Type: string
Required property. Single values only.
html-template
A HTML template to use to serve the cortado applet.
Type: string
Optional property. Single values only.
framerate
The frame rate used in the cortado applet.
Type: float
Required property. Single values only.
buffer-size
The size of the buffer in the cortado applet.
Type: int
Required property. Single values only.
codebase
The base URL used to fetch the cortado applet code.
Type: string
Required property. Single values only.
width
The width of the cortado applet.
Type: int
Required property. Single values only.
has-video
Whether video should be streamed.
Type: bool
Required property. Single values only.