MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / transcode_active

Method transcode_active

apps/proxy/live_proxy/redis_keys.py:89–91  ·  view source on GitHub ↗

Key indicating active transcode process

(channel_id)

Source from the content-addressed store, hash-verified

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):

Callers 1

_close_socketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected