Key indicating active transcode process
(channel_id)
| 87 | |
| 88 | @staticmethod |
| 89 | def transcode_active(channel_id): |
| 90 | """Key indicating active transcode process""" |
| 91 | return f"live:channel:{channel_id}:transcode_active" |
| 92 | |
| 93 | @staticmethod |
| 94 | def client_metadata(channel_id, client_id): |