rtmp_create_render_loop
Creates an RTMP render loop.
arguments
-
"loop_name" : String
The name of the loop to create.
-
"render_handler_name" : String
The name of the render handler to use in this loop.
-
"scene_name" : String
The name of the scene to render.
-
"scope_name" : String (default: null)
The name of the scope to render in. If not provided then the current execution scope is used. If an empty string then the global scope is used
-
"shared" : String (default: null)
If set then the render loop is created as a shared loop that can be accessed by any RTMP connection. Any connection which wants to use this loop must specify this "shared" string when creating its encoder