KBS2 SBS MBC 高清播放地址 + mplayer 播放 录制

网页flash播放KBS2 SBS MBC时占CPU资源太高,为了解决这个问题可以使用
mplayer播放器直接播放,还可以录制.

播放命令
mplayer http://pull.kktv8.com/livekktv/86311515.flv
mplayer http://pull.kktv8.com/livekktv/86310765.flv
mplayer http://pull.kktv8.com/livekktv/86311370.flv

如果网络不给力就加上 -cache 8192 -cache-min 50 比如
    mplayer -cache 8192 -cache-min 50 http://pull.kktv8.com/livekktv/86311515.flv

录制命令
mplayer http://pull.kktv8.com/livekktv/86311515.flv -dumpstream -dumpfile KBS2.mp4
mplayer http://pull.kktv8.com/livekktv/86311370.flv -dumpstream -dumpfile MBC.mp4
mplayer http://pull.kktv8.com/livekktv/86310765.flv -dumpstream -dumpfile SBS.mp4


下载 MPlayer WW

或者下载 Mplayer-for-windows

或者下载 MPlayer for Win32


录制批处理

@echo off
set tvname=KBS2
set tvaddr=http://pull.kktv8.com/livekktv/86311515.flv
set endpos=-endpos 65mb

set loop_i=1
md "./TV_KBS2"
:loop
cls
set countstr=%loop_i%
if %loop_i% LEQ 9 set countstr=0%loop_i%
echo /TV_KBS2/%tvname%_%date:~0,10%_%time:~0,2%.%time:~3,2%.%time:~6,2%_%countstr%.mp4
call mplayer %tvaddr% %endpos% -cache 4096 -dumpstream -dumpfile ./TV_KBS2/%tvname%_%date:~0,10%_%time:~0,2%.%time:~3,2%.%time:~6,2%_%countstr%.mp4
set /a loop_i=%loop_i%+1
goto loop

web演示运行 http://nlsoft.byethost16.com/KRTV/
手机演示运行 http://nlsoft.byethost16.com/WAPTV/

下载客户端 KRTV.zip
下载客户端 KRTV_VLC.zip(需要VLC插件)速度快 占资源少


爱豆TV 直播韩国电视台 播放地址
['KBS2'        ,'http://pull.kktv8.com/livekktv/86311515.flv'],
['SBS'         ,'http://pull.kktv8.com/livekktv/86310765.flv'],
['MBC'         ,'http://pull.kktv8.com/livekktv/86311370.flv'],
['TVN'         ,'http://pull.kktv8.com/livekktv/86312038.flv'],
['JTBC'        ,'http://pull.kktv8.com/livekktv/86311752.flv'],
['OnStyle'     ,'http://pull.kktv8.com/livekktv/86312234.flv'],
['M_Net'       ,'http://pull.kktv8.com/livekktv/86311569.flv'],
['MBC_Music'   ,'http://pull.kktv8.com/livekktv/86312096.flv'],
['MBC_Every'   ,'http://pull.kktv8.com/livekktv/86311979.flv'],
['ARIRANG'     ,'http://pull.kktv8.com/livekktv/86311841.flv'],
原文地址:https://www.cnblogs.com/nlsoft/p/4582847.html