-
Notifications
You must be signed in to change notification settings - Fork 163
FAQ
ck edited this page Apr 7, 2021
·
9 revisions
需要配置初始化参数:
init_timeout = 1000;
auto_reconnect = 1000;
即可实现自动重连功能。
win32 平台,需要配置初始化参数:
vdev_render_type = 1;
video_hwaccel = 1; 硬解 + 0-copy 渲染
or
video_hwaccel = 2; 硬解 + swscale 渲染(可以支持播放时截屏,cpu 占用会高些)
注意:win32 平台需要 win7 及以上才支持 DXVA2 硬件加速解码,并且支持的编码方式跟具体的平台有关。
android 平台,需要配置初始化参数: video_hwaccel = 1;
fanplayer wiki