VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. I'm not sure where to post this, sorry. Here I go :

    I want rtmpdump to automatically rip from crunchyroll. I've got rtmpdumphelper working right now. But, it's a pain to check website everytime for the release. How can I set it up to rip from crunchyroll automatically on a set time.?Any help would be great.

    Thank You
    Quote Quote  
  2. Hi ,

    You must create a task .
    Look what is said at :
    Code:
    http://streameo.altervista.org/forum/viewtopic.php?f=6&t=1563
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  3. Yes, you can use Windows' Task Scheduler to run any program at a set time, for a set duration. If you boot directly to Windows without a password you'll need to set up a password or another user account with a password. Task Scheduler requires an account with a password.
    Quote Quote  
  4. aazerty and jagabo.. thanx for reply... I already know this way.. this isn't a problem... the main problem is finding the URL of the stream... on crunchyroll... let's say.. I have to rip naruto shippuden.... I'd program the script to execute at certain time... But, I have to specidy the stream url, so, it can grab it.... how do I do that... that's the question...
    Quote Quote  
  5. Hi Scavvy ,

    > ... I already know this way
    Well !

    Your task must call a 'batch file' ( example below ) .
    ( or bash , php , etc. )
    Code:
    @echo on
    ".\livestreamer.exe" "hlsvariant://http://.../master.m3u8" best -o YourVideo.ts
    :fin
    The major difficulty is on making the batch file working .
    You have to do many tries .

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  6. To run a batch file from Task Scheduler you need to specify CMD.EXE as the program to run.

    Code:
    C:\WINDOWS\system32\cmd.exe /c filename.bat
    Quote Quote  



Similar Threads

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