@fishjam-cloud/js-server-sdk - v0.29.0
Preparing search index...
RtmpOutput
Interface RtmpOutput
Export
RtmpOutput
interface
RtmpOutput
{
audio
?:
null
|
OutputRtmpClientAudioOptions
;
type
:
"rtmp_client"
;
url
:
string
;
video
?:
null
|
OutputRtmpClientVideoOptions
;
}
Index
Properties
audio?
type
url
video?
Properties
Optional
audio
audio
?:
null
|
OutputRtmpClientAudioOptions
Audio stream configuration.
Memberof
RtmpOutput
type
type
:
"rtmp_client"
Memberof
RtmpOutput
url
url
:
string
RTMP endpoint url.
Memberof
RtmpOutput
Optional
video
video
?:
null
|
OutputRtmpClientVideoOptions
Video stream configuration.
Memberof
RtmpOutput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
type
url
video
@fishjam-cloud/js-server-sdk - v0.29.0
Loading...
Export
RtmpOutput