mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-15 12:45:36 +00:00
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':
|
if user in USER_IGNORE or media_type == 'track':
|
||||||
print('Ignoring {}\'s {} stream.'.format(user, media_type))
|
print('Ignoring {}\'s {} stream.'.format(user, media_type))
|
||||||
exit()
|
exit()
|
||||||
trans_dec = session.trancodeSessions[0].videoDecision
|
trans_dec = session.transcodeSessions[0].videoDecision
|
||||||
if trans_dec == 'transcode':
|
if trans_dec == 'transcode':
|
||||||
platform = session.players[0].platform
|
platform = session.players[0].platform
|
||||||
MESSAGE = DEVICES.get(platform, DEFAULT_REASON)
|
MESSAGE = DEVICES.get(platform, DEFAULT_REASON)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user