blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.66k stars 308 forks source link

killstream False positive (0.064 mbps ) #359

Closed dan3805 closed 1 year ago

dan3805 commented 1 year ago
2022-10-16 21:55:09 | DEBUG | Tautulli NotificationHandler :: Custom conditions evaluated to 'True'. Conditions: [True, True, True, True].
-- | -- | --
2022-10-16 21:55:09 | DEBUG | Tautulli NotificationHandler :: Condition logic: {1} and {2} and {3} and {4} > True
2022-10-16 21:55:09 | DEBUG | Tautulli NotificationHandler :: {4} video_decision \| is \| 'transcode' > 'transcode' > True
2022-10-16 21:55:09 | DEBUG | Tautulli NotificationHandler :: {3} stream_location \| is \| 'wan' > 'wan' > True
2022-10-16 21:55:09 | DEBUG | Tautulli NotificationHandler :: {2} quality_profile \| is not \| 'original' > '0.064 mbps' > True
2022-10-16 21:55:09 | DEBUG | Tautulli NotificationHandler :: {1} username \| is not \| 'test' > 'Su********1' > True

recently when starting the video playback, the scrip is activated too quickly and receives a false transcode descision value... I haven't found a solution except to add a delay before the execution, something which seems impossible

blacktwin commented 1 year ago

So it always starts with transcoding, no matter what? If the script did not run, would the stream eventually direct play or not transcode?