• 6436阅读
  • 3回复

无法打开FTP上的音视频文件,求指导! [复制链接]

上一主题 下一主题
离线zhangjin512
 

只看楼主 倒序阅读 使用道具 楼主  发表于: 2014-12-05
我看SDK的说明文档是支持FTP协议的。
但是我用DEMO中的SimplePlayer,在Open方法中传入FTP URL :
g_MyPlayer.m_pAPlayer->Open(_T("ftp://administrator:123456@192.168.1.34:21/Media/test.wav"));


播放器一直显示"正在打开...",无法播放。
查看FTP服务器的会话,发现客户端程序是有连接上FTP服务器的,说明FTP请求和网络是没有问题的。

说明:我使用的是最新SDK版本:3.8.1.705,开发环境是win7 64位 + VS2008,FTP服务器是本人自己搭建的,在IE浏览器中能够正常访问FTP,传入的FTP URL路径是真实存在的。

这是为什么呢??换了很多种格式的FTP服务器音视频文件,都不行,求指导!~~~


离线aplayer

只看该作者 沙发  发表于: 2014-12-06
你可以把先激活日志,然后打开播放,进入一直缓冲状态,然后把日志贴出来给我分析一下。
激活日志的方法是:在 APlayer 窗口上按住 Ctrl+鼠标左键不放数秒后,即可弹出对话框,提示日志激活并提示目的位置。
离线zhangjin512

只看该作者 板凳  发表于: 2014-12-08
回 aplayer 的帖子
aplayer:你可以把先激活日志,然后打开播放,进入一直缓冲状态,然后把日志贴出来给我分析一下。
激活日志的方法是:在 APlayer 窗口上按住 Ctrl+鼠标左键不放数秒后,即可弹出对话框,提示日志激活并 .. (2014-12-06 23:55) 

APlayer[09:28:07.782][0B94]: APlayer log enabled
APlayer[09:28:07.782][0B94]: Date: 2014-12-08
APlayer[09:28:07.782][0B94]: OS: Windows Vista or Windows 7 (6.2.9200)
APlayer[09:28:07.782][0B94]: Is 64 bit system = 0
APlayer[09:28:07.782][0B94]: IE Version: (9.11.9600.16521)
APlayer[09:28:07.782][0B94]: APlayer: C:\Users\govnet\Desktop\bin\APlayer.dll (3.8.1.705)
APlayer[09:28:07.782][0B94]: Get application version failed: C:\Users\govnet\Desktop\bin\SimplePlayer222.exe
APlayer[09:28:07.782][0B94]: DebugOutput = 1
APlayer[09:28:07.816][0B94]: Interface - GetState, return 0
APlayer[09:28:07.816][0B94]: Interface - GetState, return 0
APlayer[09:28:08.780][0B94]: Interface - GetState, return 0
APlayer[09:28:08.780][0B94]: Interface - GetState, return 0
APlayer[09:28:09.782][0B94]: Interface - GetState, return 0
APlayer[09:28:09.782][0B94]: Interface - GetState, return 0
APlayer[09:28:10.780][0B94]: Interface - GetState, return 0
APlayer[09:28:10.780][0B94]: Interface - GetState, return 0
APlayer[09:28:11.780][0B94]: Interface - GetState, return 0
APlayer[09:28:11.780][0B94]: Interface - GetState, return 0
APlayer[09:28:12.681][0884]: DLL_THREAD_ATTACH
APlayer[09:28:12.688][0EB8]: DLL_THREAD_ATTACH
APlayer[09:28:12.690][1438]: DLL_THREAD_ATTACH
APlayer[09:28:12.710][1338]: DLL_THREAD_ATTACH
APlayer[09:28:12.710][0D18]: DLL_THREAD_ATTACH
APlayer[09:28:12.710][0510]: DLL_THREAD_ATTACH
APlayer[09:28:12.737][0884]: DLL_THREAD_DETACH
APlayer[09:28:12.780][0B94]: Interface - GetState, return 0
APlayer[09:28:12.780][0B94]: Interface - GetState, return 0
APlayer[09:28:13.783][0B94]: Interface - GetState, return 0
APlayer[09:28:13.783][0B94]: Interface - GetState, return 0
APlayer[09:28:14.780][0B94]: Interface - GetState, return 0
APlayer[09:28:14.780][0B94]: Interface - GetState, return 0
APlayer[09:28:15.779][0B94]: Interface - GetState, return 0
APlayer[09:28:15.779][0B94]: Interface - GetState, return 0
APlayer[09:28:16.780][0B94]: Interface - GetState, return 0
APlayer[09:28:16.780][0B94]: Interface - GetState, return 0
APlayer[09:28:17.630][0B94]: Interface - Open, strUrl = 00281064
APlayer[09:28:17.630][0B94]: CPlayCore::Open, URL = ftp://administrator:1987512@192.168.1.34/Media/test.wav
APlayer[09:28:17.630][0B94]: ◆ PS_READY => PS_OPENING
APlayer[09:28:17.631][0B94]: -------------------> OP_OPEN
APlayer[09:28:17.633][0E64]: >>>>>>>>>>>>>>>>>>>> OP_OPEN (0, "ftp://administrator:1987512@192.168.1.34/Media/test.wav")
APlayer[09:28:17.633][0E64]: Change current directory, C:\Users\govnet\Desktop\bin => C:\Users\govnet\Desktop\bin\codecs, result = 1
APlayer[09:28:17.633][0E64]: FtpStream: origin url = ftp://administrator:1987512@192.168.1.34/Media/test.wav
APlayer[09:28:17.633][0E64]: FtpStream: m_strFilePath = Media/test.wav
APlayer[09:28:17.633][0E64]: FtpStream: m_strUser = administrator
APlayer[09:28:17.633][0E64]: FtpStream: m_strPass = 1987512
APlayer[09:28:17.633][0E64]: FtpStream: m_strHostName = 192.168.1.34
APlayer[09:28:17.720][0E64]: FtpStream: Login First Response Msg is 220 Microsoft FTP Service
APlayer[09:28:17.722][0E64]: FtpStream: SendCommand = USER administrator   Reply = 331 Password required for administrator.
APlayer[09:28:17.734][0E64]: FtpStream: SendCommand = PASS 1987512   Reply = 230-Directory has 147,993,300,992 bytes of disk space available.
230 User logged in.
APlayer[09:28:17.737][0E64]: FtpStream: SendCommand = CWD /   Reply = 250 CWD command successful.
APlayer[09:28:17.740][0E64]: FtpStream: SendCommand = SIZE Media/test.wav   Reply = 213 57998
APlayer[09:28:17.745][0E64]: FtpStream: SendCommand = PASV   Reply = 227 Entering Passive Mode (192,168,1,34,210,63).
APlayer[09:28:17.754][0E64]: FtpStream: SendCommand = TYPE L 8   Reply = 200 Type set to L.
APlayer[09:28:17.757][0E64]: FtpStream: SendCommand = REST 0   Reply = 350 Restarting at 0.
APlayer[09:28:17.759][0E64]: FtpStream: SendCommand = RETR Media/test.wav   Reply = 125 Data connection already open; Transfer starting.
APlayer[09:28:17.780][0B94]: Interface - GetState, return 1
APlayer[09:28:17.780][0B94]: Interface - GetState, return 1
APlayer[09:28:18.782][0B94]: Interface - GetState, return 1
APlayer[09:28:18.782][0B94]: Interface - GetState, return 1
APlayer[09:28:19.782][0B94]: Interface - GetState, return 1
APlayer[09:28:19.782][0B94]: Interface - GetState, return 1
APlayer[09:28:20.779][0B94]: Interface - GetState, return 1
APlayer[09:28:20.779][0B94]: Interface - GetState, return 1
APlayer[09:28:21.780][0B94]: Interface - GetState, return 1
APlayer[09:28:21.780][0B94]: Interface - GetState, return 1
APlayer[09:28:22.780][0B94]: Interface - GetState, return 1
APlayer[09:28:22.780][0B94]: Interface - GetState, return 1
APlayer[09:28:23.781][0B94]: Interface - GetState, return 1
APlayer[09:28:23.781][0B94]: Interface - GetState, return 1
APlayer[09:28:24.781][0B94]: Interface - GetState, return 1
APlayer[09:28:24.781][0B94]: Interface - GetState, return 1
APlayer[09:28:25.781][0B94]: Interface - GetState, return 1
APlayer[09:28:25.781][0B94]: Interface - GetState, return 1
APlayer[09:28:26.780][0B94]: Interface - GetState, return 1
APlayer[09:28:26.780][0B94]: Interface - GetState, return 1
APlayer[09:28:27.783][0B94]: Interface - GetState, return 1
APlayer[09:28:27.783][0B94]: Interface - GetState, return 1
APlayer[09:28:28.782][0B94]: Interface - GetState, return 1
APlayer[09:28:28.782][0B94]: Interface - GetState, return 1
APlayer[09:28:29.780][0B94]: Interface - GetState, return 1
APlayer[09:28:29.780][0B94]: Interface - GetState, return 1
APlayer[09:28:30.782][0B94]: Interface - GetState, return 1
APlayer[09:28:30.782][0B94]: Interface - GetState, return 1
APlayer[09:28:31.779][0B94]: Interface - GetState, return 1
APlayer[09:28:31.779][0B94]: Interface - GetState, return 1
APlayer[09:28:32.780][0B94]: Interface - GetState, return 1
APlayer[09:28:32.780][0B94]: Interface - GetState, return 1
APlayer[09:28:33.783][0B94]: Interface - GetState, return 1
APlayer[09:28:33.783][0B94]: Interface - GetState, return 1
APlayer[09:28:34.781][0B94]: Interface - GetState, return 1
APlayer[09:28:34.781][0B94]: Interface - GetState, return 1
APlayer[09:28:35.780][0B94]: Interface - GetState, return 1
APlayer[09:28:35.780][0B94]: Interface - GetState, return 1
APlayer[09:28:36.780][0B94]: Interface - GetState, return 1
APlayer[09:28:36.780][0B94]: Interface - GetState, return 1
APlayer[09:28:37.783][0B94]: Interface - GetState, return 1
APlayer[09:28:37.783][0B94]: Interface - GetState, return 1
APlayer[09:28:38.779][0B94]: Interface - GetState, return 1
APlayer[09:28:38.779][0B94]: Interface - GetState, return 1
APlayer[09:28:39.782][0B94]: Interface - GetState, return 1
APlayer[09:28:39.782][0B94]: Interface - GetState, return 1
APlayer[09:28:40.783][0B94]: Interface - GetState, return 1
APlayer[09:28:40.783][0B94]: Interface - GetState, return 1
APlayer[09:28:41.781][0B94]: Interface - GetState, return 1
APlayer[09:28:41.781][0B94]: Interface - GetState, return 1
APlayer[09:28:42.780][0B94]: Interface - GetState, return 1
APlayer[09:28:42.780][0B94]: Interface - GetState, return 1
APlayer[09:28:43.781][0B94]: Interface - GetState, return 1
APlayer[09:28:43.781][0B94]: Interface - GetState, return 1
APlayer[09:28:44.779][0B94]: Interface - GetState, return 1
APlayer[09:28:44.779][0B94]: Interface - GetState, return 1
APlayer[09:28:45.783][0B94]: Interface - GetState, return 1
APlayer[09:28:45.783][0B94]: Interface - GetState, return 1
APlayer[09:28:46.783][0B94]: Interface - GetState, return 1
APlayer[09:28:46.783][0B94]: Interface - GetState, return 1
APlayer[09:28:47.780][0B94]: Interface - GetState, return 1
APlayer[09:28:47.780][0B94]: Interface - GetState, return 1
APlayer[09:28:48.781][0B94]: Interface - GetState, return 1
APlayer[09:28:48.781][0B94]: Interface - GetState, return 1
APlayer[09:28:49.783][0B94]: Interface - GetState, return 1
APlayer[09:28:49.783][0B94]: Interface - GetState, return 1
APlayer[09:28:50.780][0B94]: Interface - GetState, return 1
APlayer[09:28:50.780][0B94]: Interface - GetState, return 1
APlayer[09:28:51.779][0B94]: Interface - GetState, return 1
APlayer[09:28:51.779][0B94]: Interface - GetState, return 1
APlayer[09:28:52.781][0B94]: Interface - GetState, return 1
APlayer[09:28:52.781][0B94]: Interface - GetState, return 1
APlayer[09:28:53.782][0B94]: Interface - GetState, return 1
APlayer[09:28:53.782][0B94]: Interface - GetState, return 1
APlayer[09:28:54.779][0B94]: Interface - GetState, return 1
APlayer[09:28:54.779][0B94]: Interface - GetState, return 1
APlayer[09:28:55.783][0B94]: Interface - GetState, return 1
APlayer[09:28:55.783][0B94]: Interface - GetState, return 1
APlayer[09:28:56.780][0B94]: Interface - GetState, return 1
APlayer[09:28:56.780][0B94]: Interface - GetState, return 1
APlayer[09:28:57.783][0B94]: Interface - GetState, return 1
APlayer[09:28:57.783][0B94]: Interface - GetState, return 1
APlayer[09:28:58.782][0B94]: Interface - GetState, return 1
APlayer[09:28:58.782][0B94]: Interface - GetState, return 1
APlayer[09:28:59.781][0B94]: Interface - GetState, return 1
APlayer[09:28:59.781][0B94]: Interface - GetState, return 1
APlayer[09:29:00.780][0B94]: Interface - GetState, return 1
APlayer[09:29:00.780][0B94]: Interface - GetState, return 1
APlayer[09:29:01.781][0B94]: Interface - GetState, return 1
APlayer[09:29:01.781][0B94]: Interface - GetState, return 1
APlayer[09:29:02.779][0B94]: Interface - GetState, return 1
APlayer[09:29:02.779][0B94]: Interface - GetState, return 1
APlayer[09:29:03.780][0B94]: Interface - GetState, return 1
APlayer[09:29:03.780][0B94]: Interface - GetState, return 1
APlayer[09:29:04.779][0B94]: Interface - GetState, return 1
APlayer[09:29:04.779][0B94]: Interface - GetState, return 1
APlayer[09:29:05.780][0B94]: Interface - GetState, return 1
APlayer[09:29:05.780][0B94]: Interface - GetState, return 1
APlayer[09:29:06.783][0B94]: Interface - GetState, return 1
APlayer[09:29:06.783][0B94]: Interface - GetState, return 1
APlayer[09:29:07.779][0B94]: Interface - GetState, return 1
APlayer[09:29:07.779][0B94]: Interface - GetState, return 1
APlayer[09:29:08.779][0B94]: Interface - GetState, return 1
APlayer[09:29:08.779][0B94]: Interface - GetState, return 1
APlayer[09:29:09.783][0B94]: Interface - GetState, return 1
APlayer[09:29:09.783][0B94]: Interface - GetState, return 1
APlayer[09:29:10.781][0B94]: Interface - GetState, return 1
APlayer[09:29:10.781][0B94]: Interface - GetState, return 1
APlayer[09:29:11.779][0B94]: Interface - GetState, return 1
APlayer[09:29:11.779][0B94]: Interface - GetState, return 1
APlayer[09:29:12.781][0B94]: Interface - GetState, return 1
APlayer[09:29:12.781][0B94]: Interface - GetState, return 1
APlayer[09:29:13.783][0B94]: Interface - GetState, return 1
APlayer[09:29:13.783][0B94]: Interface - GetState, return 1
APlayer[09:29:14.783][0B94]: Interface - GetState, return 1
APlayer[09:29:14.783][0B94]: Interface - GetState, return 1
APlayer[09:29:15.780][0B94]: Interface - GetState, return 1
APlayer[09:29:15.780][0B94]: Interface - GetState, return 1
APlayer[09:29:16.782][0B94]: Interface - GetState, return 1
APlayer[09:29:16.782][0B94]: Interface - GetState, return 1
APlayer[09:29:17.782][0B94]: Interface - GetState, return 1
APlayer[09:29:17.782][0B94]: Interface - GetState, return 1
APlayer[09:29:18.779][0B94]: Interface - GetState, return 1
APlayer[09:29:18.779][0B94]: Interface - GetState, return 1
APlayer[09:29:19.692][0EB8]: DLL_THREAD_DETACH
APlayer[09:29:19.692][1438]: DLL_THREAD_DETACH
APlayer[09:29:19.711][1338]: DLL_THREAD_DETACH
APlayer[09:29:19.783][0B94]: Interface - GetState, return 1
APlayer[09:29:19.783][0B94]: Interface - GetState, return 1
APlayer[09:29:20.779][0B94]: Interface - GetState, return 1
APlayer[09:29:20.779][0B94]: Interface - GetState, return 1
APlayer[09:29:21.782][0B94]: Interface - GetState, return 1
APlayer[09:29:21.782][0B94]: Interface - GetState, return 1
APlayer[09:29:22.783][0B94]: Interface - GetState, return 1
APlayer[09:29:22.783][0B94]: Interface - GetState, return 1
APlayer[09:29:23.781][0B94]: Interface - GetState, return 1
APlayer[09:29:23.781][0B94]: Interface - GetState, return 1
APlayer[09:29:24.780][0B94]: Interface - GetState, return 1
APlayer[09:29:24.780][0B94]: Interface - GetState, return 1
APlayer[09:29:25.780][0B94]: Interface - GetState, return 1
APlayer[09:29:25.780][0B94]: Interface - GetState, return 1
APlayer[09:29:26.783][0B94]: Interface - GetState, return 1
APlayer[09:29:26.783][0B94]: Interface - GetState, return 1
APlayer[09:29:27.779][0B94]: Interface - GetState, return 1
APlayer[09:29:27.779][0B94]: Interface - GetState, return 1
APlayer[09:29:28.780][0B94]: Interface - GetState, return 1
APlayer[09:29:28.780][0B94]: Interface - GetState, return 1
APlayer[09:29:29.783][0B94]: Interface - GetState, return 1
APlayer[09:29:29.783][0B94]: Interface - GetState, return 1
APlayer[09:29:30.782][0B94]: Interface - GetState, return 1
APlayer[09:29:30.782][0B94]: Interface - GetState, return 1
APlayer[09:29:31.780][0B94]: Interface - GetState, return 1
APlayer[09:29:31.780][0B94]: Interface - GetState, return 1
APlayer[09:29:32.779][0B94]: Interface - GetState, return 1
APlayer[09:29:32.779][0B94]: Interface - GetState, return 1
APlayer[09:29:33.783][0B94]: Interface - GetState, return 1
APlayer[09:29:33.783][0B94]: Interface - GetState, return 1
APlayer[09:29:34.780][0B94]: Interface - GetState, return 1
APlayer[09:29:34.780][0B94]: Interface - GetState, return 1
APlayer[09:29:35.780][0B94]: Interface - GetState, return 1
APlayer[09:29:35.780][0B94]: Interface - GetState, return 1
APlayer[09:29:36.779][0B94]: Interface - GetState, return 1
APlayer[09:29:36.779][0B94]: Interface - GetState, return 1
APlayer[09:29:37.780][0B94]: Interface - GetState, return 1
APlayer[09:29:37.780][0B94]: Interface - GetState, return 1
APlayer[09:29:38.780][0B94]: Interface - GetState, return 1
APlayer[09:29:38.780][0B94]: Interface - GetState, return 1
APlayer[09:29:39.781][0B94]: Interface - GetState, return 1
APlayer[09:29:39.781][0B94]: Interface - GetState, return 1
APlayer[09:29:40.783][0B94]: Interface - GetState, return 1
APlayer[09:29:40.783][0B94]: Interface - GetState, return 1
APlayer[09:29:41.781][0B94]: Interface - GetState, return 1
APlayer[09:29:41.781][0B94]: Interface - GetState, return 1
APlayer[09:29:42.783][0B94]: Interface - GetState, return 1
APlayer[09:29:42.783][0B94]: Interface - GetState, return 1
APlayer[09:29:43.781][0B94]: Interface - GetState, return 1
APlayer[09:29:43.781][0B94]: Interface - GetState, return 1
APlayer[09:29:44.780][0B94]: Interface - GetState, return 1
APlayer[09:29:44.780][0B94]: Interface - GetState, return 1
APlayer[09:29:45.783][0B94]: Interface - GetState, return 1
APlayer[09:29:45.783][0B94]: Interface - GetState, return 1
APlayer[09:29:46.783][0B94]: Interface - GetState, return 1
APlayer[09:29:46.783][0B94]: Interface - GetState, return 1
APlayer[09:29:47.779][0B94]: Interface - GetState, return 1
APlayer[09:29:47.779][0B94]: Interface - GetState, return 1
APlayer[09:29:48.783][0B94]: Interface - GetState, return 1
APlayer[09:29:48.783][0B94]: Interface - GetState, return 1
APlayer[09:29:49.779][0B94]: Interface - GetState, return 1
APlayer[09:29:49.779][0B94]: Interface - GetState, return 1
APlayer[09:29:50.780][0B94]: Interface - GetState, return 1
APlayer[09:29:50.780][0B94]: Interface - GetState, return 1
APlayer[09:29:51.779][0B94]: Interface - GetState, return 1
APlayer[09:29:51.779][0B94]: Interface - GetState, return 1
APlayer[09:29:52.781][0B94]: Interface - GetState, return 1
APlayer[09:29:52.781][0B94]: Interface - GetState, return 1
APlayer[09:29:53.783][0B94]: Interface - GetState, return 1
APlayer[09:29:53.783][0B94]: Interface - GetState, return 1
APlayer[09:29:54.779][0B94]: Interface - GetState, return 1
APlayer[09:29:54.779][0B94]: Interface - GetState, return 1
APlayer[09:29:55.779][0B94]: Interface - GetState, return 1
APlayer[09:29:55.779][0B94]: Interface - GetState, return 1
APlayer[09:29:56.782][0B94]: Interface - GetState, return 1
APlayer[09:29:56.782][0B94]: Interface - GetState, return 1
APlayer[09:29:57.779][0B94]: Interface - GetState, return 1
APlayer[09:29:57.779][0B94]: Interface - GetState, return 1
APlayer[09:29:58.779][0B94]: Interface - GetState, return 1
APlayer[09:29:58.779][0B94]: Interface - GetState, return 1
APlayer[09:29:59.782][0B94]: Interface - GetState, return 1
APlayer[09:29:59.782][0B94]: Interface - GetState, return 1
APlayer[09:30:00.782][0B94]: Interface - GetState, return 1
APlayer[09:30:00.782][0B94]: Interface - GetState, return 1
APlayer[09:30:01.783][0B94]: Interface - GetState, return 1
APlayer[09:30:01.783][0B94]: Interface - GetState, return 1
APlayer[09:30:02.781][0B94]: Interface - GetState, return 1
APlayer[09:30:02.781][0B94]: Interface - GetState, return 1
APlayer[09:30:03.780][0B94]: Interface - GetState, return 1
APlayer[09:30:03.780][0B94]: Interface - GetState, return 1
APlayer[09:30:04.779][0B94]: Interface - GetState, return 1
APlayer[09:30:04.779][0B94]: Interface - GetState, return 1
APlayer[09:30:05.779][0B94]: Interface - GetState, return 1
APlayer[09:30:05.779][0B94]: Interface - GetState, return 1
APlayer[09:30:06.784][0B94]: Interface - GetState, return 1
APlayer[09:30:06.784][0B94]: Interface - GetState, return 1
APlayer[09:30:07.780][0B94]: Interface - GetState, return 1
APlayer[09:30:07.780][0B94]: Interface - GetState, return 1
APlayer[09:30:08.780][0B94]: Interface - GetState, return 1
APlayer[09:30:08.780][0B94]: Interface - GetState, return 1
APlayer[09:30:09.781][0B94]: Interface - GetState, return 1
APlayer[09:30:09.781][0B94]: Interface - GetState, return 1
APlayer[09:30:10.783][0B94]: Interface - GetState, return 1
APlayer[09:30:10.783][0B94]: Interface - GetState, return 1
APlayer[09:30:11.780][0B94]: Interface - GetState, return 1
APlayer[09:30:11.780][0B94]: Interface - GetState, return 1
APlayer[09:30:12.780][0B94]: Interface - GetState, return 1
APlayer[09:30:12.780][0B94]: Interface - GetState, return 1
APlayer[09:30:13.783][0B94]: Interface - GetState, return 1
APlayer[09:30:13.783][0B94]: Interface - GetState, return 1
APlayer[09:30:14.780][0B94]: Interface - GetState, return 1
APlayer[09:30:14.780][0B94]: Interface - GetState, return 1
APlayer[09:30:15.782][0B94]: Interface - GetState, return 1
APlayer[09:30:15.782][0B94]: Interface - GetState, return 1
APlayer[09:30:16.780][0B94]: Interface - GetState, return 1
APlayer[09:30:16.780][0B94]: Interface - GetState, return 1
APlayer[09:30:17.779][0B94]: Interface - GetState, return 1
APlayer[09:30:17.779][0B94]: Interface - GetState, return 1
APlayer[09:30:18.781][0B94]: Interface - GetState, return 1
APlayer[09:30:18.781][0B94]: Interface - GetState, return 1
APlayer[09:30:19.781][0B94]: Interface - GetState, return 1
APlayer[09:30:19.781][0B94]: Interface - GetState, return 1
APlayer[09:30:20.779][0B94]: Interface - GetState, return 1
APlayer[09:30:20.779][0B94]: Interface - GetState, return 1
APlayer[09:30:20.813][0D18]: DLL_THREAD_DETACH
APlayer[09:30:21.781][0B94]: Interface - GetState, return 1
APlayer[09:30:21.781][0B94]: Interface - GetState, return 1
APlayer[09:30:22.783][0B94]: Interface - GetState, return 1
APlayer[09:30:22.783][0B94]: Interface - GetState, return 1
APlayer[09:30:23.780][0B94]: Interface - GetState, return 1
APlayer[09:30:23.780][0B94]: Interface - GetState, return 1
APlayer[09:30:24.779][0B94]: Interface - GetState, return 1
APlayer[09:30:24.779][0B94]: Interface - GetState, return 1
APlayer[09:30:25.783][0B94]: Interface - GetState, return 1
APlayer[09:30:25.783][0B94]: Interface - GetState, return 1
APlayer[09:30:26.779][0B94]: Interface - GetState, return 1
APlayer[09:30:26.779][0B94]: Interface - GetState, return 1
APlayer[09:30:27.779][0B94]: Interface - GetState, return 1
APlayer[09:30:27.779][0B94]: Interface - GetState, return 1
APlayer[09:30:28.781][0B94]: Interface - GetState, return 1
APlayer[09:30:28.781][0B94]: Interface - GetState, return 1
APlayer[09:30:29.780][0B94]: Interface - GetState, return 1
APlayer[09:30:29.780][0B94]: Interface - GetState, return 1
APlayer[09:30:30.780][0B94]: Interface - GetState, return 1
APlayer[09:30:30.780][0B94]: Interface - GetState, return 1
APlayer[09:30:31.779][0B94]: Interface - GetState, return 1
APlayer[09:30:31.779][0B94]: Interface - GetState, return 1
APlayer[09:30:32.779][0B94]: Interface - GetState, return 1
APlayer[09:30:32.779][0B94]: Interface - GetState, return 1
APlayer[09:30:33.780][0B94]: Interface - GetState, return 1
APlayer[09:30:33.780][0B94]: Interface - GetState, return 1
APlayer[09:30:34.782][0B94]: Interface - GetState, return 1
APlayer[09:30:34.782][0B94]: Interface - GetState, return 1
APlayer[09:30:35.781][0B94]: Interface - GetState, return 1
APlayer[09:30:35.781][0B94]: Interface - GetState, return 1
APlayer[09:30:36.782][0B94]: Interface - GetState, return 1
APlayer[09:30:36.782][0B94]: Interface - GetState, return 1
APlayer[09:30:37.784][0B94]: Interface - GetState, return 1
APlayer[09:30:37.784][0B94]: Interface - GetState, return 1
APlayer[09:30:38.781][0B94]: Interface - GetState, return 1
APlayer[09:30:38.781][0B94]: Interface - GetState, return 1
APlayer[09:30:39.779][0B94]: Interface - GetState, return 1
APlayer[09:30:39.779][0B94]: Interface - GetState, return 1
APlayer[09:30:40.781][0B94]: Interface - GetState, return 1
APlayer[09:30:40.781][0B94]: Interface - GetState, return 1
APlayer[09:30:41.779][0B94]: Interface - GetState, return 1
APlayer[09:30:41.779][0B94]: Interface - GetState, return 1
APlayer[09:30:42.782][0B94]: Interface - GetState, return 1
APlayer[09:30:42.782][0B94]: Interface - GetState, return 1
APlayer[09:30:43.780][0B94]: Interface - GetState, return 1
APlayer[09:30:43.780][0B94]: Interface - GetState, return 1
APlayer[09:30:44.782][0B94]: Interface - GetState, return 1
APlayer[09:30:44.783][0B94]: Interface - GetState, return 1
APlayer[09:30:45.780][0B94]: Interface - GetState, return 1
APlayer[09:30:45.780][0B94]: Interface - GetState, return 1
APlayer[09:30:46.780][0B94]: Interface - GetState, return 1
APlayer[09:30:46.780][0B94]: Interface - GetState, return 1
APlayer[09:30:47.780][0B94]: Interface - GetState, return 1
APlayer[09:30:47.780][0B94]: Interface - GetState, return 1
APlayer[09:30:48.779][0B94]: Interface - GetState, return 1
APlayer[09:30:48.779][0B94]: Interface - GetState, return 1
APlayer[09:30:49.783][0B94]: Interface - GetState, return 1
APlayer[09:30:49.783][0B94]: Interface - GetState, return 1
APlayer[09:30:50.782][0B94]: Interface - GetState, return 1
APlayer[09:30:50.782][0B94]: Interface - GetState, return 1
APlayer[09:30:51.780][0B94]: Interface - GetState, return 1
APlayer[09:30:51.780][0B94]: Interface - GetState, return 1
APlayer[09:30:52.780][0B94]: Interface - GetState, return 1
APlayer[09:30:52.780][0B94]: Interface - GetState, return 1
APlayer[09:30:53.779][0B94]: Interface - GetState, return 1
APlayer[09:30:53.779][0B94]: Interface - GetState, return 1
APlayer[09:30:54.779][0B94]: Interface - GetState, return 1
APlayer[09:30:54.779][0B94]: Interface - GetState, return 1
APlayer[09:30:55.779][0B94]: Interface - GetState, return 1
APlayer[09:30:55.779][0B94]: Interface - GetState, return 1
APlayer[09:30:56.783][0B94]: Interface - GetState, return 1
APlayer[09:30:56.783][0B94]: Interface - GetState, return 1
APlayer[09:30:57.780][0B94]: Interface - GetState, return 1
APlayer[09:30:57.780][0B94]: Interface - GetState, return 1
APlayer[09:30:58.779][0B94]: Interface - GetState, return 1
APlayer[09:30:58.779][0B94]: Interface - GetState, return 1
APlayer[09:30:59.782][0B94]: Interface - GetState, return 1
APlayer[09:30:59.782][0B94]: Interface - GetState, return 1
APlayer[09:31:00.780][0B94]: Interface - GetState, return 1
APlayer[09:31:00.780][0B94]: Interface - GetState, return 1
APlayer[09:31:01.780][0B94]: Interface - GetState, return 1
APlayer[09:31:01.780][0B94]: Interface - GetState, return 1
APlayer[09:31:02.779][0B94]: Interface - GetState, return 1
APlayer[09:31:02.779][0B94]: Interface - GetState, return 1
APlayer[09:31:03.783][0B94]: Interface - GetState, return 1
APlayer[09:31:03.783][0B94]: Interface - GetState, return 1
APlayer[09:31:04.781][0B94]: Interface - GetState, return 1
APlayer[09:31:04.781][0B94]: Interface - GetState, return 1
APlayer[09:31:05.779][0B94]: Interface - GetState, return 1
APlayer[09:31:05.779][0B94]: Interface - GetState, return 1
APlayer[09:31:06.781][0B94]: Interface - GetState, return 1
APlayer[09:31:06.781][0B94]: Interface - GetState, return 1
APlayer[09:31:07.780][0B94]: Interface - GetState, return 1
APlayer[09:31:07.780][0B94]: Interface - GetState, return 1
APlayer[09:31:08.780][0B94]: Interface - GetState, return 1
APlayer[09:31:08.780][0B94]: Interface - GetState, return 1
APlayer[09:31:09.779][0B94]: Interface - GetState, return 1
APlayer[09:31:09.779][0B94]: Interface - GetState, return 1
APlayer[09:31:10.780][0B94]: Interface - GetState, return 1
APlayer[09:31:10.780][0B94]: Interface - GetState, return 1
APlayer[09:31:11.783][0B94]: Interface - GetState, return 1
APlayer[09:31:11.783][0B94]: Interface - GetState, return 1
APlayer[09:31:12.780][0B94]: Interface - GetState, return 1
APlayer[09:31:12.780][0B94]: Interface - GetState, return 1
APlayer[09:31:13.782][0B94]: Interface - GetState, return 1
APlayer[09:31:13.782][0B94]: Interface - GetState, return 1
APlayer[09:31:14.782][0B94]: Interface - GetState, return 1
APlayer[09:31:14.782][0B94]: Interface - GetState, return 1
APlayer[09:31:15.784][0B94]: Interface - GetState, return 1
APlayer[09:31:15.784][0B94]: Interface - GetState, return 1
APlayer[09:31:16.783][0B94]: Interface - GetState, return 1
APlayer[09:31:16.783][0B94]: Interface - GetState, return 1
APlayer[09:31:17.780][0B94]: Interface - GetState, return 1
APlayer[09:31:17.780][0B94]: Interface - GetState, return 1
APlayer[09:31:18.780][0B94]: Interface - GetState, return 1
APlayer[09:31:18.780][0B94]: Interface - GetState, return 1
APlayer[09:31:19.783][0B94]: Interface - GetState, return 1
APlayer[09:31:19.783][0B94]: Interface - GetState, return 1
APlayer[09:31:20.780][0B94]: Interface - GetState, return 1
APlayer[09:31:20.780][0B94]: Interface - GetState, return 1
APlayer[09:31:21.780][0B94]: Interface - GetState, return 1
APlayer[09:31:21.780][0B94]: Interface - GetState, return 1
APlayer[09:31:22.782][0B94]: Interface - GetState, return 1
APlayer[09:31:22.782][0B94]: Interface - GetState, return 1
APlayer[09:31:23.783][0B94]: Interface - GetState, return 1
APlayer[09:31:23.783][0B94]: Interface - GetState, return 1
APlayer[09:31:24.780][0B94]: Interface - GetState, return 1
APlayer[09:31:24.780][0B94]: Interface - GetState, return 1
APlayer[09:31:25.782][0B94]: Interface - GetState, return 1
APlayer[09:31:25.782][0B94]: Interface - GetState, return 1
APlayer[09:31:26.783][0B94]: Interface - GetState, return 1
APlayer[09:31:26.783][0B94]: Interface - GetState, return 1
APlayer[09:31:27.780][0B94]: Interface - GetState, return 1
APlayer[09:31:27.780][0B94]: Interface - GetState, return 1
APlayer[09:31:28.780][0B94]: Interface - GetState, return 1
APlayer[09:31:28.780][0B94]: Interface - GetState, return 1
APlayer[09:31:29.784][0B94]: Interface - GetState, return 1
APlayer[09:31:29.784][0B94]: Interface - GetState, return 1
APlayer[09:31:30.779][0B94]: Interface - GetState, return 1
APlayer[09:31:30.779][0B94]: Interface - GetState, return 1
APlayer[09:31:31.781][0B94]: Interface - GetState, return 1
APlayer[09:31:31.781][0B94]: Interface - GetState, return 1
APlayer[09:31:32.779][0B94]: Interface - GetState, return 1
APlayer[09:31:32.779][0B94]: Interface - GetState, return 1
APlayer[09:31:33.779][0B94]: Interface - GetState, return 1
APlayer[09:31:33.779][0B94]: Interface - GetState, return 1
APlayer[09:31:34.780][0B94]: Interface - GetState, return 1
APlayer[09:31:34.780][0B94]: Interface - GetState, return 1
APlayer[09:31:35.784][0B94]: Interface - GetState, return 1
APlayer[09:31:35.784][0B94]: Interface - GetState, return 1
APlayer[09:31:36.779][0B94]: Interface - GetState, return 1
APlayer[09:31:36.779][0B94]: Interface - GetState, return 1
APlayer[09:31:37.783][0B94]: Interface - GetState, return 1
APlayer[09:31:37.783][0B94]: Interface - GetState, return 1
APlayer[09:31:38.781][0B94]: Interface - GetState, return 1
APlayer[09:31:38.781][0B94]: Interface - GetState, return 1
APlayer[09:31:39.782][0B94]: Interface - GetState, return 1
APlayer[09:31:39.782][0B94]: Interface - GetState, return 1
APlayer[09:31:40.779][0B94]: Interface - GetState, return 1
APlayer[09:31:40.779][0B94]: Interface - GetState, return 1
APlayer[09:31:41.782][0B94]: Interface - GetState, return 1
APlayer[09:31:41.782][0B94]: Interface - GetState, return 1
APlayer[09:31:42.780][0B94]: Interface - GetState, return 1
APlayer[09:31:42.780][0B94]: Interface - GetState, return 1
APlayer[09:31:43.780][0B94]: Interface - GetState, return 1
APlayer[09:31:43.780][0B94]: Interface - GetState, return 1
APlayer[09:31:44.779][0B94]: Interface - GetState, return 1
APlayer[09:31:44.779][0B94]: Interface - GetState, return 1
APlayer[09:31:45.781][0B94]: Interface - GetState, return 1
APlayer[09:31:45.781][0B94]: Interface - GetState, return 1
APlayer[09:31:46.782][0B94]: Interface - GetState, return 1
APlayer[09:31:46.782][0B94]: Interface - GetState, return 1
APlayer[09:31:47.779][0B94]: Interface - GetState, return 1
APlayer[09:31:47.779][0B94]: Interface - GetState, return 1
APlayer[09:31:48.779][0B94]: Interface - GetState, return 1
APlayer[09:31:48.779][0B94]: Interface - GetState, return 1
APlayer[09:31:49.780][0B94]: Interface - GetState, return 1
APlayer[09:31:49.780][0B94]: Interface - GetState, return 1
APlayer[09:31:50.781][0B94]: Interface - GetState, return 1
APlayer[09:31:50.781][0B94]: Interface - GetState, return 1
APlayer[09:31:51.779][0B94]: Interface - GetState, return 1
APlayer[09:31:51.779][0B94]: Interface - GetState, return 1
APlayer[09:31:52.781][0B94]: Interface - GetState, return 1
APlayer[09:31:52.781][0B94]: Interface - GetState, return 1
APlayer[09:31:53.784][0B94]: Interface - GetState, return 1
APlayer[09:31:53.784][0B94]: Interface - GetState, return 1
APlayer[09:31:54.780][0B94]: Interface - GetState, return 1
APlayer[09:31:54.780][0B94]: Interface - GetState, return 1
APlayer[09:31:55.780][0B94]: Interface - GetState, return 1
APlayer[09:31:55.780][0B94]: Interface - GetState, return 1
APlayer[09:31:56.781][0B94]: Interface - GetState, return 1
APlayer[09:31:56.781][0B94]: Interface - GetState, return 1
APlayer[09:31:57.780][0B94]: Interface - GetState, return 1
APlayer[09:31:57.780][0B94]: Interface - GetState, return 1
APlayer[09:31:58.783][0B94]: Interface - GetState, return 1
APlayer[09:31:58.783][0B94]: Interface - GetState, return 1
APlayer[09:31:59.779][0B94]: Interface - GetState, return 1
APlayer[09:31:59.779][0B94]: Interface - GetState, return 1
APlayer[09:32:00.784][0B94]: Interface - GetState, return 1
APlayer[09:32:00.784][0B94]: Interface - GetState, return 1
APlayer[09:32:01.783][0B94]: Interface - GetState, return 1
APlayer[09:32:01.783][0B94]: Interface - GetState, return 1
APlayer[09:32:02.783][0B94]: Interface - GetState, return 1
APlayer[09:32:02.783][0B94]: Interface - GetState, return 1
APlayer[09:32:03.780][0B94]: Interface - GetState, return 1
APlayer[09:32:03.780][0B94]: Interface - GetState, return 1
APlayer[09:32:04.783][0B94]: Interface - GetState, return 1
APlayer[09:32:04.783][0B94]: Interface - GetState, return 1
APlayer[09:32:05.780][0B94]: Interface - GetState, return 1
APlayer[09:32:05.780][0B94]: Interface - GetState, return 1
APlayer[09:32:06.779][0B94]: Interface - GetState, return 1
APlayer[09:32:06.779][0B94]: Interface - GetState, return 1
APlayer[09:32:07.782][0B94]: Interface - GetState, return 1
APlayer[09:32:07.782][0B94]: Interface - GetState, return 1
APlayer[09:32:08.783][0B94]: Interface - GetState, return 1
APlayer[09:32:08.783][0B94]: Interface - GetState, return 1
APlayer[09:32:09.781][0B94]: Interface - GetState, return 1
APlayer[09:32:09.781][0B94]: Interface - GetState, return 1
APlayer[09:32:10.779][0B94]: Interface - GetState, return 1
APlayer[09:32:10.779][0B94]: Interface - GetState, return 1
APlayer[09:32:11.779][0B94]: Interface - GetState, return 1
APlayer[09:32:11.779][0B94]: Interface - GetState, return 1
APlayer[09:32:12.780][0B94]: Interface - GetState, return 1
APlayer[09:32:12.780][0B94]: Interface - GetState, return 1
APlayer[09:32:13.779][0B94]: Interface - GetState, return 1
APlayer[09:32:13.779][0B94]: Interface - GetState, return 1
APlayer[09:32:14.782][0B94]: Interface - GetState, return 1
APlayer[09:32:14.782][0B94]: Interface - GetState, return 1
APlayer[09:32:15.782][0B94]: Interface - GetState, return 1
APlayer[09:32:15.782][0B94]: Interface - GetState, return 1
APlayer[09:32:16.780][0B94]: Interface - GetState, return 1
APlayer[09:32:16.780][0B94]: Interface - GetState, return 1
APlayer[09:32:17.782][0B94]: Interface - GetState, return 1
APlayer[09:32:17.782][0B94]: Interface - GetState, return 1
APlayer[09:32:18.781][0B94]: Interface - GetState, return 1
APlayer[09:32:18.781][0B94]: Interface - GetState, return 1
APlayer[09:32:19.780][0B94]: Interface - GetState, return 1
APlayer[09:32:19.780][0B94]: Interface - GetState, return 1
APlayer[09:32:20.781][0B94]: Interface - GetState, return 1
APlayer[09:32:20.781][0B94]: Interface - GetState, return 1
APlayer[09:32:21.780][0B94]: Interface - GetState, return 1
APlayer[09:32:21.780][0B94]: Interface - GetState, return 1
APlayer[09:32:22.140][0510]: DLL_THREAD_DETACH
APlayer[09:32:22.781][0B94]: Interface - GetState, return 1
APlayer[09:32:22.781][0B94]: Interface - GetState, return 1
APlayer[09:32:23.782][0B94]: Interface - GetState, return 1
APlayer[09:32:23.782][0B94]: Interface - GetState, return 1
APlayer[09:32:24.780][0B94]: Interface - GetState, return 1
APlayer[09:32:24.780][0B94]: Interface - GetState, return 1
APlayer[09:32:25.782][0B94]: Interface - GetState, return 1
APlayer[09:32:25.782][0B94]: Interface - GetState, return 1
APlayer[09:32:26.779][0B94]: Interface - GetState, return 1
APlayer[09:32:26.779][0B94]: Interface - GetState, return 1
APlayer[09:32:27.781][0B94]: Interface - GetState, return 1
APlayer[09:32:27.781][0B94]: Interface - GetState, return 1
APlayer[09:32:28.779][0B94]: Interface - GetState, return 1
APlayer[09:32:28.779][0B94]: Interface - GetState, return 1
APlayer[09:32:29.783][0B94]: Interface - GetState, return 1
APlayer[09:32:29.783][0B94]: Interface - GetState, return 1
APlayer[09:32:30.779][0B94]: Interface - GetState, return 1
APlayer[09:32:30.779][0B94]: Interface - GetState, return 1
APlayer[09:32:31.783][0B94]: Interface - GetState, return 1
APlayer[09:32:31.783][0B94]: Interface - GetState, return 1
APlayer[09:32:32.783][0B94]: Interface - GetState, return 1
APlayer[09:32:32.783][0B94]: Interface - GetState, return 1
APlayer[09:32:33.781][0B94]: Interface - GetState, return 1
APlayer[09:32:33.781][0B94]: Interface - GetState, return 1
APlayer[09:32:34.783][0B94]: Interface - GetState, return 1
APlayer[09:32:34.783][0B94]: Interface - GetState, return 1
APlayer[09:32:35.782][0B94]: Interface - GetState, return 1
APlayer[09:32:35.782][0B94]: Interface - GetState, return 1
APlayer[09:32:36.783][0B94]: Interface - GetState, return 1
APlayer[09:32:36.783][0B94]: Interface - GetState, return 1
APlayer[09:32:37.779][0B94]: Interface - GetState, return 1
APlayer[09:32:37.779][0B94]: Interface - GetState, return 1
APlayer[09:32:38.781][0B94]: Interface - GetState, return 1
APlayer[09:32:38.781][0B94]: Interface - GetState, return 1
APlayer[09:32:39.783][0B94]: Interface - GetState, return 1
APlayer[09:32:39.783][0B94]: Interface - GetState, return 1
APlayer[09:32:40.781][0B94]: Interface - GetState, return 1
APlayer[09:32:40.781][0B94]: Interface - GetState, return 1
APlayer[09:32:41.779][0B94]: Interface - GetState, return 1
APlayer[09:32:41.779][0B94]: Interface - GetState, return 1
APlayer[09:32:42.783][0B94]: Interface - GetState, return 1
APlayer[09:32:42.783][0B94]: Interface - GetState, return 1
APlayer[09:32:43.783][0B94]: Interface - GetState, return 1
APlayer[09:32:43.783][0B94]: Interface - GetState, return 1
APlayer[09:32:44.780][0B94]: Interface - GetState, return 1
APlayer[09:32:44.780][0B94]: Interface - GetState, return 1
APlayer[09:32:45.780][0B94]: Interface - GetState, return 1
APlayer[09:32:45.780][0B94]: Interface - GetState, return 1
APlayer[09:32:46.780][0B94]: Interface - GetState, return 1
APlayer[09:32:46.780][0B94]: Interface - GetState, return 1
APlayer[09:32:47.779][0B94]: Interface - GetState, return 1
APlayer[09:32:47.779][0B94]: Interface - GetState, return 1
APlayer[09:32:48.780][0B94]: Interface - GetState, return 1
APlayer[09:32:48.780][0B94]: Interface - GetState, return 1
APlayer[09:32:49.781][0B94]: Interface - GetState, return 1
APlayer[09:32:49.781][0B94]: Interface - GetState, return 1
APlayer[09:32:50.780][0B94]: Interface - GetState, return 1
APlayer[09:32:50.780][0B94]: Interface - GetState, return 1
APlayer[09:32:51.780][0B94]: Interface - GetState, return 1
APlayer[09:32:51.780][0B94]: Interface - GetState, return 1
APlayer[09:32:52.779][0B94]: Interface - GetState, return 1
APlayer[09:32:52.779][0B94]: Interface - GetState, return 1
APlayer[09:32:53.780][0B94]: Interface - GetState, return 1
APlayer[09:32:53.780][0B94]: Interface - GetState, return 1
APlayer[09:32:54.781][0B94]: Interface - GetState, return 1
APlayer[09:32:54.781][0B94]: Interface - GetState, return 1
APlayer[09:32:55.779][0B94]: Interface - GetState, return 1
APlayer[09:32:55.779][0B94]: Interface - GetState, return 1
APlayer[09:32:56.781][0B94]: Interface - GetState, return 1
APlayer[09:32:56.781][0B94]: Interface - GetState, return 1
APlayer[09:32:57.781][0B94]: Interface - GetState, return 1
APlayer[09:32:57.781][0B94]: Interface - GetState, return 1
APlayer[09:32:58.783][0B94]: Interface - GetState, return 1
APlayer[09:32:58.783][0B94]: Interface - GetState, return 1
APlayer[09:32:59.779][0B94]: Interface - GetState, return 1
APlayer[09:32:59.779][0B94]: Interface - GetState, return 1
APlayer[09:33:00.782][0B94]: Interface - GetState, return 1
APlayer[09:33:00.782][0B94]: Interface - GetState, return 1
APlayer[09:33:01.780][0B94]: Interface - GetState, return 1
APlayer[09:33:01.780][0B94]: Interface - GetState, return 1
APlayer[09:33:02.780][0B94]: Interface - GetState, return 1
APlayer[09:33:02.780][0B94]: Interface - GetState, return 1
APlayer[09:33:03.780][0B94]: Interface - GetState, return 1
APlayer[09:33:03.780][0B94]: Interface - GetState, return 1
APlayer[09:33:04.781][0B94]: Interface - GetState, return 1
APlayer[09:33:04.781][0B94]: Interface - GetState, return 1
APlayer[09:33:05.779][0B94]: Interface - GetState, return 1
APlayer[09:33:05.779][0B94]: Interface - GetState, return 1
APlayer[09:33:06.779][0B94]: Interface - GetState, return 1
APlayer[09:33:06.779][0B94]: Interface - GetState, return 1
APlayer[09:33:07.783][0B94]: Interface - GetState, return 1
APlayer[09:33:07.783][0B94]: Interface - GetState, return 1
APlayer[09:33:08.779][0B94]: Interface - GetState, return 1
APlayer[09:33:08.779][0B94]: Interface - GetState, return 1
APlayer[09:33:09.784][0B94]: Interface - GetState, return 1
APlayer[09:33:09.784][0B94]: Interface - GetState, return 1
APlayer[09:33:10.781][0B94]: Interface - GetState, return 1
APlayer[09:33:10.781][0B94]: Interface - GetState, return 1
APlayer[09:33:11.779][0B94]: Interface - GetState, return 1
APlayer[09:33:11.779][0B94]: Interface - GetState, return 1
APlayer[09:33:12.781][0B94]: Interface - GetState, return 1
APlayer[09:33:12.781][0B94]: Interface - GetState, return 1
APlayer[09:33:13.780][0B94]: Interface - GetState, return 1
APlayer[09:33:13.780][0B94]: Interface - GetState, return 1
APlayer[09:33:14.780][0B94]: Interface - GetState, return 1
APlayer[09:33:14.780][0B94]: Interface - GetState, return 1
APlayer[09:33:15.781][0B94]: Interface - GetState, return 1
APlayer[09:33:15.781][0B94]: Interface - GetState, return 1
APlayer[09:33:16.780][0B94]: Interface - GetState, return 1
APlayer[09:33:16.780][0B94]: Interface - GetState, return 1
APlayer[09:33:17.779][0B94]: Interface - GetState, return 1
APlayer[09:33:17.779][0B94]: Interface - GetState, return 1
APlayer[09:33:18.780][0B94]: Interface - GetState, return 1
APlayer[09:33:18.780][0B94]: Interface - GetState, return 1
APlayer[09:33:19.779][0B94]: Interface - GetState, return 1
APlayer[09:33:19.779][0B94]: Interface - GetState, return 1
APlayer[09:33:20.779][0B94]: Interface - GetState, return 1
APlayer[09:33:20.779][0B94]: Interface - GetState, return 1
APlayer[09:33:21.780][0B94]: Interface - GetState, return 1
APlayer[09:33:21.780][0B94]: Interface - GetState, return 1
APlayer[09:33:22.779][0B94]: Interface - GetState, return 1
APlayer[09:33:22.779][0B94]: Interface - GetState, return 1
APlayer[09:33:23.780][0B94]: Interface - GetState, return 1
APlayer[09:33:23.780][0B94]: Interface - GetState, return 1
APlayer[09:33:24.783][0B94]: Interface - GetState, return 1
APlayer[09:33:24.783][0B94]: Interface - GetState, return 1
APlayer[09:33:25.779][0B94]: Interface - GetState, return 1
APlayer[09:33:25.779][0B94]: Interface - GetState, return 1
APlayer[09:33:26.781][0B94]: Interface - GetState, return 1
APlayer[09:33:26.781][0B94]: Interface - GetState, return 1
APlayer[09:33:27.781][0B94]: Interface - GetState, return 1
APlayer[09:33:27.781][0B94]: Interface - GetState, return 1
APlayer[09:33:28.783][0B94]: Interface - GetState, return 1
APlayer[09:33:28.783][0B94]: Interface - GetState, return 1
APlayer[09:33:29.781][0B94]: Interface - GetState, return 1
APlayer[09:33:29.781][0B94]: Interface - GetState, return 1
APlayer[09:33:30.780][0B94]: Interface - GetState, return 1
APlayer[09:33:30.780][0B94]: Interface - GetState, return 1
APlayer[09:33:31.783][0B94]: Interface - GetState, return 1
APlayer[09:33:31.783][0B94]: Interface - GetState, return 1
APlayer[09:33:32.781][0B94]: Interface - GetState, return 1
APlayer[09:33:32.781][0B94]: Interface - GetState, return 1
APlayer[09:33:33.780][0B94]: Interface - GetState, return 1
APlayer[09:33:33.780][0B94]: Interface - GetState, return 1
APlayer[09:33:34.783][0B94]: Interface - GetState, return 1
APlayer[09:33:34.783][0B94]: Interface - GetState, return 1
APlayer[09:33:35.783][0B94]: Interface - GetState, return 1
APlayer[09:33:35.783][0B94]: Interface - GetState, return 1
APlayer[09:33:36.779][0B94]: Interface - GetState, return 1
APlayer[09:33:36.779][0B94]: Interface - GetState, return 1
APlayer[09:33:37.782][0B94]: Interface - GetState, return 1
APlayer[09:33:37.782][0B94]: Interface - GetState, return 1
APlayer[09:33:38.783][0B94]: Interface - GetState, return 1
APlayer[09:33:38.783][0B94]: Interface - GetState, return 1
APlayer[09:33:39.783][0B94]: Interface - GetState, return 1
APlayer[09:33:39.783][0B94]: Interface - GetState, return 1
APlayer[09:33:40.780][0B94]: Interface - GetState, return 1
APlayer[09:33:40.780][0B94]: Interface - GetState, return 1
APlayer[09:33:41.785][0B94]: Interface - GetState, return 1
APlayer[09:33:41.785][0B94]: Interface - GetState, return 1
APlayer[09:33:42.781][0B94]: Interface - GetState, return 1
APlayer[09:33:42.781][0B94]: Interface - GetState, return 1
APlayer[09:33:43.782][0B94]: Interface - GetState, return 1
APlayer[09:33:43.782][0B94]: Interface - GetState, return 1
APlayer[09:33:44.782][0B94]: Interface - GetState, return 1
APlayer[09:33:44.782][0B94]: Interface - GetState, return 1
APlayer[09:33:45.783][0B94]: Interface - GetState, return 1
APlayer[09:33:45.783][0B94]: Interface - GetState, return 1
APlayer[09:33:46.783][0B94]: Interface - GetState, return 1
APlayer[09:33:46.783][0B94]: Interface - GetState, return 1
APlayer[09:33:47.781][0B94]: Interface - GetState, return 1
APlayer[09:33:47.781][0B94]: Interface - GetState, return 1
APlayer[09:33:48.780][0B94]: Interface - GetState, return 1
APlayer[09:33:48.780][0B94]: Interface - GetState, return 1
APlayer[09:33:49.780][0B94]: Interface - GetState, return 1
APlayer[09:33:49.780][0B94]: Interface - GetState, return 1
APlayer[09:33:50.780][0B94]: Interface - GetState, return 1
APlayer[09:33:50.780][0B94]: Interface - GetState, return 1
APlayer[09:33:51.780][0B94]: Interface - GetState, return 1
APlayer[09:33:51.780][0B94]: Interface - GetState, return 1
APlayer[09:33:52.782][0B94]: Interface - GetState, return 1
APlayer[09:33:52.782][0B94]: Interface - GetState, return 1
APlayer[09:33:53.780][0B94]: Interface - GetState, return 1
APlayer[09:33:53.780][0B94]: Interface - GetState, return 1
APlayer[09:33:54.780][0B94]: Interface - GetState, return 1
APlayer[09:33:54.780][0B94]: Interface - GetState, return 1
APlayer[09:33:55.780][0B94]: Interface - GetState, return 1
APlayer[09:33:55.780][0B94]: Interface - GetState, return 1
APlayer[09:33:56.780][0B94]: Interface - GetState, return 1
APlayer[09:33:56.780][0B94]: Interface - GetState, return 1
APlayer[09:33:57.779][0B94]: Interface - GetState, return 1
APlayer[09:33:57.779][0B94]: Interface - GetState, return 1
APlayer[09:33:58.779][0B94]: Interface - GetState, return 1
APlayer[09:33:58.779][0B94]: Interface - GetState, return 1
APlayer[09:33:59.781][0B94]: Interface - GetState, return 1
APlayer[09:33:59.781][0B94]: Interface - GetState, return 1
APlayer[09:34:00.780][0B94]: Interface - GetState, return 1
APlayer[09:34:00.780][0B94]: Interface - GetState, return 1
APlayer[09:34:01.781][0B94]: Interface - GetState, return 1
APlayer[09:34:01.781][0B94]: Interface - GetState, return 1
APlayer[09:34:02.781][0B94]: Interface - GetState, return 1
APlayer[09:34:02.781][0B94]: Interface - GetState, return 1
APlayer[09:34:03.783][0B94]: Interface - GetState, return 1
APlayer[09:34:03.783][0B94]: Interface - GetState, return 1
APlayer[09:34:04.781][0B94]: Interface - GetState, return 1
APlayer[09:34:04.781][0B94]: Interface - GetState, return 1
APlayer[09:34:05.780][0B94]: Interface - GetState, return 1
APlayer[09:34:05.780][0B94]: Interface - GetState, return 1
APlayer[09:34:06.782][0B94]: Interface - GetState, return 1
APlayer[09:34:06.782][0B94]: Interface - GetState, return 1
APlayer[09:34:07.782][0B94]: Interface - GetState, return 1
APlayer[09:34:07.782][0B94]: Interface - GetState, return 1
APlayer[09:34:08.782][0B94]: Interface - GetState, return 1
APlayer[09:34:08.782][0B94]: Interface - GetState, return 1
APlayer[09:34:09.780][0B94]: Interface - GetState, return 1
APlayer[09:34:09.780][0B94]: Interface - GetState, return 1
APlayer[09:34:10.779][0B94]: Interface - GetState, return 1
APlayer[09:34:10.779][0B94]: Interface - GetState, return 1
APlayer[09:34:11.779][0B94]: Interface - GetState, return 1
APlayer[09:34:11.779][0B94]: Interface - GetState, return 1
APlayer[09:34:12.780][0B94]: Interface - GetState, return 1
APlayer[09:34:12.780][0B94]: Interface - GetState, return 1
APlayer[09:34:13.781][0B94]: Interface - GetState, return 1
APlayer[09:34:13.781][0B94]: Interface - GetState, return 1
APlayer[09:34:14.780][0B94]: Interface - GetState, return 1
APlayer[09:34:14.780][0B94]: Interface - GetState, return 1
APlayer[09:34:15.779][0B94]: Interface - GetState, return 1
APlayer[09:34:15.779][0B94]: Interface - GetState, return 1
APlayer[09:34:16.779][0B94]: Interface - GetState, return 1
APlayer[09:34:16.779][0B94]: Interface - GetState, return 1
APlayer[09:34:17.781][0B94]: Interface - GetState, return 1
APlayer[09:34:17.781][0B94]: Interface - GetState, return 1
APlayer[09:34:18.781][0B94]: Interface - GetState, return 1
APlayer[09:34:18.781][0B94]: Interface - GetState, return 1
APlayer[09:34:19.780][0B94]: Interface - GetState, return 1
APlayer[09:34:19.780][0B94]: Interface - GetState, return 1
APlayer[09:34:20.780][0B94]: Interface - GetState, return 1
APlayer[09:34:20.780][0B94]: Interface - GetState, return 1
离线zhangjin512

只看该作者 地板  发表于: 2014-12-08
回 zhangjin512 的帖子
zhangjin512:APlayer[09:28:07.782][0B94]: APlayer log enabled
APlayer[09:28:07.782][0B94]: Date: 2014-12-08
APlayer[09:28:07.782][0B94]: OS: Windows Vista or Windows 7 (6.2.9200)
APlayer[09:28:07.782][0B94]: Is 64 bit system = 0
....... (2014-12-08 09:34) 

日志显示连接FTP和定位文件好像没什么问题,就是到了开始播放后,后面就一直在打印同样的日志了。。。根本停不下来
快速回复
限100 字节
批量上传需要先选择文件,再选择上传
 
上一个 下一个