Hi again,
so I see your special episode 51 used player with hls streaming (other than the other one I did check before).The link to playlist for this video is..
Code:
http://h4ahsm.vkcache.com/sec/sjWZ2-Af-HIe8cX96aUfOQ/1446260400/hls-vod-s3/flv/api/files/videos/2014/05/03/1399072608f89a1.mp4.m3u8
..for a simple method to grab the datas you can read this...
Code:
http://forum.videohelp.com/threads/370243-download-video-from-hqq-tv
You can play it with LS or ffmpeg but I can only get 15 seconds of the video then it stops at frame 393.The problem seems to be the very bad connection so I also can't watch this video in browser (some seconds then stops / loads / quit loading).So with other video of the same site is working all fine with same method.Anyway,so just try it maybe you got a better connection to this video / server.
Info: Yes just change the server which runs better then it works also with your video.
Code:
http://hyt4d6.vkcache.com/sec/sjWZ2-Af-HIe8cX96aUfOQ/1446260400/hls-vod-s3/flv/api/files/videos/2014/05/03/1399072608f89a1.mp4.m3u8
For LS use this...
Code:
livestreamer --http-header "Host=hyt4d6.vkcache.com" --http-header "Connection=close" "hls://http://hyt4d6.vkcache.com/sec/sjWZ2-Af-HIe8cX96aUfOQ/1446260400/hls-vod-s3/flv/api/files/videos/2014/05/03/1399072608f89a1.mp4.m3u8" best
greetz