rtmp_create_encoder
Creates an RTMP stream encoder.
arguments
-
"codec" : String (default: null)
The name of the codec to encode the stream with. If not supplied, or has the value "default" then use the default codec.
Possible Values:
- h264
- sorenson
- screen video
-
"encoder_name" : String
The name of the encoder to create.
-
"loop_name" : String
The name of the render loop to use.
-
"render_rate" : Uint32 (default: null)
The maximum rate at which to render images
-
"resolution" : Uint32<2>
The resolution of the video stream.
-
"shared" : String (default: null)
If set then lookup as a shared render loop.