View Single Post
  #34  
Old 03-06-2012, 10:11 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: acunn.com Help !!


Quote:
Originally Posted by aliakrep View Post
I found. First open web page (firefox). Second ctrl+u. found .m3u8 files.
Play m3u8 vlc media player.
He plays the underlying links and download the individual. and
then combine it with mkvmerge videos. that's all.
Sample : main.eu.cdn.streamprovider.net:1935/vod/_definst_/acunn/b/yetenek-sizsiniz/1326747209.mp4/media_18.ts
do not need to merge

use ffmpeg
Code:
ffmpeg -i "http://main.eu.cdn.streamprovider.net:1935/vod/_definst_/acunn/b/yetenek-sizsiniz/1326747209.mp4/playlist.m3u8" -vcodec copy -acodec copy t.ts
Reply With Quote