CreateInputRtmpServer
Creates an RTMP ingest Media Node. On creation, the Media Node is idle
and your code must send an RtmpServerInputConfiguration
message to configure the RTMP server. When a remote client connects, an
RtmpConnection
message is sent, which the code can choose to
accept – by sending an RtmpConnectionAccept
message or
reject – by sending an RtmpConnectionReject
message.
Once a connection is established, Norsk will continue to send appropriate
RtmpServerInputEvent
messages as events occur.
Request Type: RtmpServerInputMessage (streamed)
Messages that your code can send to the Norsk RTMP Input Media Node.
Field |
Type |
Repeated |
Description |
message |
oneOf |
||
⮑initial_config |
|||
⮑connection_accept |
|||
⮑connection_reject |
|||
⮑stream_accept |
|||
⮑stream_reject |
|||
⮑nudge |
Response Type: RtmpServerInputEvent (streamed)
Messages that Norsk can send to your code in response to various RTMP events.
Field |
Type |
Repeated |
Description |
message |
oneOf |
||
⮑node_id |
|||
⮑on_connection |
|||
⮑on_stream |
|||
⮑outbound_context |
|||
⮑status |
|||
⮑stream_statistics |
|||
⮑error |
|||
⮑bytes_read |
|||
⮑gop_structure |