2013-11-03, 07:05 PM
I'm trying to send an audio http url via PluginHelperFactory.GetPluginHelper().PlayMusicFile from a touch client but it starts to build an activity but it never sends the activity likely because the host tries to play it
Martin
Code:
2013-11-03 13:29:01.174 [DEBUG][1] Setting activity: /stream?client=XNEWA0x3085a90451e7L&f=http://108.61.73.117:8036/
2013-11-03 13:29:01.174 [DEBUG][1] 0 extras
2013-11-03 13:29:01.178 [DEBUG][1] PlayMusicFiles() queueing:
2013-11-03 13:29:01.178 [DEBUG][1] - http://108.61.73.117:8036/
2013-11-03 13:29:01.178 [DEBUG][1] Starting first track: http://108.61.73.117:8036/
2013-11-03 13:29:01.265 [DEBUG][1] BUILDING_GRAPH
2013-11-03 13:29:01.854 [DEBUG][1] Graph filter list:
2013-11-03 13:29:01.854 [DEBUG][1] - Default DirectSound Device
2013-11-03 13:29:01.855 [DEBUG][1] PLAYING_AUDIO
2013-11-03 13:29:03.873 [DEBUG][1] Stopping graph@1
2013-11-03 13:29:03.873 [DEBUG][1] Stopping graph@2
2013-11-03 13:29:03.873 [DEBUG][1] Stopping graph@3
2013-11-03 13:29:03.880 [DEBUG][1] Removing filter Default DirectSound Device
Martin