Seeing two play events fired when playing a stream
#1
Hi,

When I trigger a playlist item to play with either a script command , or keyboard shortcuts for next / previous track, I'm getting two play events fired instead of just one. This causes a small stutter at the beginning of the track as the first play event plays for a few milliseconds and then the second play event starts the track over and causes an audible stutter. Has anyone see this before? I'm currently at a loss.

When the playlist advances to the next song by itself (when the current song ends), it works normally. The double play only happens when I manually advance the playlist.

I'm running Frodo (latest stable) on Mac. I don't know if it happens on other platforms.

Here's some log snippets.


Code:
13:36:54 T:140735300016480   DEBUG: CPlayerCoreFactory::GetPlayers: adding audiodefaultplayer (3)
13:36:54 T:140735300016480   DEBUG: CPlayerCoreFactory::GetPlayers: for video=0, audio=1
13:36:54 T:140735300016480   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: PAPlayer (3)
13:36:54 T:140735300016480   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
13:36:54 T:140735300016480   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
13:36:54 T:140735300016480   DEBUG: CPlayerCoreFactory::GetPlayers: added 2 players
13:36:54 T:140735300016480   DEBUG: CFileCache::Open - opening <g1/0/8/6/7/2/1027627680.mp3> using cache
13:36:54 T:140735300016480   DEBUG: CurlFile::Open(0x10454fe40) http://listen.vo.llnwd.net/g1/0/8/6/7/2/1027627680.mp3
13:36:55 T:140735300016480   DEBUG: CFileCache::Open - opening <g1/0/8/6/7/2/1027627680.mp3> using cache
13:36:55 T:140735300016480   DEBUG: CurlFile::Open(0x10fa91d30) http://listen.vo.llnwd.net/g1/0/8/6/7/2/1027627680.mp3
13:36:55 T:4655177728  NOTICE: Thread CFileCache start, auto delete: false
13:36:55 T:140735300016480    INFO: easy_aquire - Created session to http://listen.vo.llnwd.net
13:36:55 T:4681928704  NOTICE: Thread CFileCache start, auto delete: false
13:36:55 T:4681928704   DEBUG: Process, request seek on source to 499630
13:36:55 T:4681928704    INFO: easy_aquire - Created session to http://listen.vo.llnwd.net
13:36:55 T:140735300016480   DEBUG: Seek - waiting for position 565038.
13:36:55 T:4655177728    INFO: CFileCache::Process - Hit eof.
13:36:55 T:4681928704    INFO: Previous line repeats 1 times.
13:36:55 T:4681928704   DEBUG: Process, request seek on source to 83968
13:36:55 T:4681928704   DEBUG: Thread CFileCache 4681928704 terminating

Code:
13:36:55 T:140735300016480   DEBUG: CGUIInfoManager::SetCurrentSong(http://listen.vo.llnwd.net/g1/0/8/6/7/2/1027627680.mp3)
13:36:55 T:140735300016480   DEBUG: LoadMusicTag: loading tag information for file: http://listen.vo.llnwd.net/g1/0/8/6/7/2/1027627680.mp3
13:36:55 T:140735300016480   DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
13:36:55 T:140735300016480   DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
13:36:55 T:140735300016480   DEBUG: CGUIInfoManager::SetCurrentSong(http://listen.vo.llnwd.net/g1/0/8/6/7/2/1027627680.mp3)
13:36:55 T:140735300016480   DEBUG: LoadMusicTag: loading tag information for file: http://listen.vo.llnwd.net/g1/0/8/6/7/2/1027627680.mp3
13:36:55 T:140735300016480   DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
13:36:55 T:140735300016480   DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
Reply

Logout Mark Read Team Forum Stats Members Help
Seeing two play events fired when playing a stream0