Continuing the discussion from /livetv/sessions returns MediaContainer size of 131 when idle:
This issue has cropped up again for me. I am running PMS 1.23.2.4656 and an update for 1.23.3.4692 is available. plexupdate reports that PMS is in use, and this is because the /livetv/sessions endpoint has one or more <Video> elements. Here is what my PMS currently shows for /livetv/sessions:
<?xml version="1.0" encoding="UTF-8"?>
<MediaContainer size="2">
<Video ratingKey="113235" guid="plex://livetv/session/ebfb3912-d17c-49be-a10c-6a034f0a4819" type="clip" title="Live Session " summary="" index="1" addedAt="1623854919" genuineMediaAnalysis="1" key="/livetv/sessions/ebfb3912-d17c-49be-a10c-6a034f0a4819" live="1">
<Media id="114670" container="mpegts" origin="livetv" protocol="hls" uuid="ebfb3912-d17c-49be-a10c-6a034f0a4819">
<Part id="121036" container="mpegts" protocol="hls"/>
<TranscodeSession key="/transcode/sessions/ebfb3912-d17c-49be-a10c-6a034f0a4819" throttled="0" complete="0" progress="0" size="0" speed="0" context="static" sourceVideoCodec="" sourceAudioCodec="" videoDecision="copy" audioDecision="copy" protocol="hls" container="mpegts" videoCodec="*" audioCodec="*" audioChannels="2" transcodeHwRequested="0" transcodeHwFullPipeline="0"/>
</Media>
</Video>
<Video ratingKey="113234" guid="plex://livetv/session/edbcf6b0-1e34-4eed-a3dc-4e07ad6dca95" type="clip" title="Live Session " summary="" index="1" addedAt="1623832659" genuineMediaAnalysis="1" key="/livetv/sessions/edbcf6b0-1e34-4eed-a3dc-4e07ad6dca95" live="1">
<Media id="114669" container="mpegts" origin="livetv" protocol="hls" uuid="edbcf6b0-1e34-4eed-a3dc-4e07ad6dca95">
<Part id="121035" container="mpegts" protocol="hls"/>
<TranscodeSession key="/transcode/sessions/edbcf6b0-1e34-4eed-a3dc-4e07ad6dca95" throttled="0" complete="0" progress="0" size="0" speed="0" context="static" sourceVideoCodec="" sourceAudioCodec="" videoDecision="copy" audioDecision="copy" protocol="hls" container="mpegts" videoCodec="*" audioCodec="*" audioChannels="2" transcodeHwRequested="0" transcodeHwFullPipeline="0"/>
</Media>
</Video>
</MediaContainer>
Some related logs, matched by session IDs above:
Plex Transcoder Statistics.4.log
<SessionReport version="2" startTime="0" startTimestamp="Jun 16, 2021 03:08:30.394" transcode="edbcf6b0-1e34-4eed-a3dc-4e07ad6dca95">
<User id="0" title="" />
<Player address="0.0.0.0" device="" machineIdentifier="" model="" platform="" platformVersion="" product="" remotePublicAddress="0.0.0.0" state="" title="" vendor="" version="" local="0" relayed="0" secure="0" userID="0" />
<Variants />
<SegmentList />
<PlaybackReports />
<StateReports />
<StateReports />
</SessionReport>
Plex Transcoder Statistics.2.log
<SessionReport version="2" startTime="0" startTimestamp="Jun 16, 2021 07:30:00.769" transcode="ebfb3912-d17c-49be-a10c-6a034f0a4819">
<User id="0" title="" />
<Player address="0.0.0.0" device="" machineIdentifier="" model="" platform="" platformVersion="" product="" remotePublicAddress="0.0.0.0" state="" title="" vendor="" version="" local="0" relayed="0" secure="0" userID="0" />
<Variants />
<SegmentList />
<PlaybackReports />
<StateReports />
<StateReports />
</SessionReport>
These look like some sort of scanner/transcoder activity on the server itself. I don’t have any users that were watching anything at 3AM or 7:30AM.