Skip to main content

VIDEO_PLAY_SESSION

Static VIDEO_PLAY_SESSION 

Source
static VIDEO_PLAY_SESSION: RwLock<Option<String>>
Expand description

The PlaySessionId of the video transcode most recently opened, so the next open can stop it.

Process-wide for the same reason as STREAMING_QUALITY: it describes what this device currently has running on the server, and must survive the repository being rebuilt on re-login.

TRACES: UR-074 | DR-162