Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
MediaPlayer.cpp | ||
MediaPlayer.h | ||
PlayerBase.cpp | ||
PlayerBase.h | ||
PlayerProxy.cpp | ||
PlayerProxy.h |
当hls拉取索引文件失败时会触发重试. 但是play失败会调用一次rePlay, OnShutdow又会调用一次的rePlay. 由于m3u8文件非常小, 很大可能上短时间马上就会重试成功. 但是由于有两次的rePlay所以很可能再次析构了player, 又循环触发了更多的rePlay. 所以在播放成功后, 应该取消掉定时器
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
MediaPlayer.cpp | 正在载入提交数据... | |
MediaPlayer.h | 正在载入提交数据... | |
PlayerBase.cpp | 正在载入提交数据... | |
PlayerBase.h | 正在载入提交数据... | |
PlayerProxy.cpp | 正在载入提交数据... | |
PlayerProxy.h | 正在载入提交数据... |