RTMP_STREAM_LIFE_CYCLE_TYPE
Lifecycle of server-side transcoding stream.
- Deprecated
- Deprecated
Enumerations
- RTMP_STREAM_LIFE_CYCLE_BIND2CHANNEL
- Bound to the channel lifecycle. That is, when all hosts leave the channel, the server-side transcoding stream stops after 30 seconds.
- RTMP_STREAM_LIFE_CYCLE_BIND2OWNER
- Bound to the lifecycle of the host who started the server-side transcoding stream. That is, when the host leaves, the server-side transcoding stream stops immediately.