plex-media-player icon indicating copy to clipboard operation
plex-media-player copied to clipboard

Player timeline poll not accurate

Open somethingp opened this issue 3 years ago • 0 comments

I'm making a call to my player to do a timeline poll using: 192.168.0.115:32500/player/timeline/poll But my response is not accurate because it shows the state of video as stopped even when video is playing on the player.

<?xml version="1.0" encoding="UTF-8"?>
<MediaContainer size="3" commandID="-1" machineIdentifier="7c4aa1eb8fb030cf-com-plexapp-android" >
    <Timeline state="stopped" controllable="skipPrevious,skipNext,stop" type="photo" itemType="photo" />
    <Timeline state="stopped" controllable="playPause,stop,volume,shuffle,repeat,seekTo,skipPrevious,skipNext,stepBack,stepForward" type="music" itemType="music" />
    <Timeline state="stopped" controllable="playPause,stop,volume,audioStream,subtitleStream,seekTo,skipPrevious,skipNext,stepBack,stepForward,subtitleSize,subtitleColor,subtitlePosition,subtitleOffset" type="video" itemType="video" />
</MediaContainer>

I'm including the "X-Plex-Target-Client-Identifier" header. I can control playback using /player/playback/pause and /player/playback/play, so I think my connection parameters are correct.

Why am I not seeing the accurate timeline information when I perform the timeline poll? My player is the plex app for firestick.

somethingp avatar Apr 23 '21 03:04 somethingp