Reply to thread

I have a timer elapsed event calling Player.g_Player.Play  but it doesn't seem to fully work.


I've verified that the player works just calling Play from a button but when this is called from a TimerElasped event it doesn't work.  It seems to stall.


Here is the output from the log:


11/09/2004 1:01:35 PM Player.Play(http://64.236.34.67:80/stream/8022)

11/09/2004 1:01:35 PM Loading external players plugins

11/09/2004 1:01:35 PM   found plugin:MediaPortal.FoobarPlugin.FoobarPlugin in plugins\ExternalPlayers\FoobarExternalPlayer.dll

11/09/2004 1:01:35 PM   player:Foobar2000.  author: int_20h

11/09/2004 1:01:35 PM   found plugin:MediaPortal.WinampPlayer.WinampPlugin in plugins\ExternalPlayers\WinampExternalPlayer.dll

11/09/2004 1:01:35 PM   player:Winamp.  author: int_20h


Any help would is appreciated.


Top Bottom