VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 6 of 6
  1. [CLOSED] I used to download videos from this site with ffmpeg, but now I get the "empty playlist" error.

    the site is http://www.startv.com.tr/dizi/kara-sevda

    i extract the m3u8 url, and as in the picture try to get the video with ffmpeg.

    What is wrong in my steps? please advice on how to accomplish this.
    Image Attached Thumbnails Click image for larger version

Name:	Screen Shot 2016-02-03 at 10.57.40 PM (2).png
Views:	640
Size:	283.6 KB
ID:	35513  

    Last edited by phdgeo; 18th Feb 2016 at 09:11.
    Quote Quote  
  2. ...
    Last edited by sysanin; 18th Feb 2016 at 16:20.
    Quote Quote  
  3. can you clarify how you got the playlist.m3u8 with the chunklist in it. THe m3u8 i have is empty.
    Quote Quote  
  4. Thanks that explains. WHat is the plugin you are using?
    Quote Quote  
  5. Anonymous84347344
    Guest
    Originally Posted by phdgeo View Post
    Code:
    http://startvlb2.cdnturk.com/startv/_definst_/StarTV/Dizi/karasevda/karasevda16_hhghh.mp4/manifest.f4m?e11b3501178b61b39327ddbaf0f1382abd05b815ab421995f779bd56268d3a47cadefdba42ef5fdebbc462b90559cb67&v=1
    Code:
    livestreamer "hds://http://startvlb2.cdnturk.com/startv/_definst_/StarTV/Dizi/karasevda/karasevda16_hhghh.mp4/manifest.f4m?e11b3501178b61b39327ddbaf0f1382abd05b815ab421995f779bd56268d3a47cadefdba42ef5fdebbc462b90559cb67&v=1" best -o StarTV.flv
    Code:
    [cli][info] Found matching plugin stream for URL hds://http://startvlb2.cdnturk.com/startv/_definst_/StarTV/Dizi/karasevda/karasevda16_hhghh.mp4/manifest.f4m?e11b3501178b61b39327ddbaf0f1382abd05b815ab421995f779bd56268d3a47cadefdba42ef5fdebbc462b90559cb67&v=1
    [cli][info] Available streams: 528p (worst, best)
    [cli][info] Opening stream: 528p (hds)
    Quote Quote  
  6. Based on answers, I created a script that replicates the process. Thanks for the replies....

    $1 is the URL, $2 is the target file....



    curl -A "Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; ja-jp) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5" $1 -o x.html

    curl -A "Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; ja-jp) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5" `egrep mobileUrl x.html |awk '{n=split($0,a," |&"); for(i=0;i<n;i++) {if(a[i]=="mobileUrl:")print a[i+1]}}' |tr -d '"' |tr -d ','` -o playlist.m3u8

    rm -f $2.mp4

    ffmpeg -i playlist.m3u8 -c copy -bsf:a aac_adtstoasc $2.mp4

    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!