transcode not trancode....
This commit is contained in:
parent
c81dcf6477
commit
0989d2d824
@ -40,7 +40,7 @@ def kill_session():
|
||||
if user in USER_IGNORE or media_type == 'track':
|
||||
print('Ignoring {}\'s {} stream.'.format(user, media_type))
|
||||
exit()
|
||||
trans_dec = session.trancodeSessions[0].videoDecision
|
||||
trans_dec = session.transcodeSessions[0].videoDecision
|
||||
if trans_dec == 'transcode':
|
||||
platform = session.players[0].platform
|
||||
MESSAGE = DEVICES.get(platform, DEFAULT_REASON)
|
||||
|
Loading…
Reference in New Issue
Block a user