JWPlayer在iOS上启用调试模式

时间:2017-04-26 14:15:01

标签: ios jwplayer

我搜索了很多,但我没有找到任何关于我的问题的相关帖子,博客或问题。

我需要在玩家加载时检查JWPlayer上的所有进程和时间;在iOS上可以吗?

当我设置视频的网址(它是流)时,JWPlayer会花很长时间进行初始化。我想查看增加响应时间的过程是什么。

JWPlayer版本是2.4.1

1 个答案:

答案 0 :(得分:0)

我建议使用Safari iOS检查器将设备连接到Safari桌面。然后你可以查看所有表演。这是Apple的方法:https://developer.apple.com/library/archive/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/GettingStarted/GettingStarted.html

注意:也许你的意思是...... jwplayer v.7?

<强>更新
使用带有Xcode的JwPlayer iOS SDK,您可以使用Instruments和Time Profiler工具检查CPU的使用和流程,例如。 https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/MeasuringCPUUse.html

https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/Recording,Pausing,andStoppingTraces.html