VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 24 of 24
FirstFirst ... 14 22 23 24
Results 691 to 714 of 714
Thread
  1. Originally Posted by sesamap159 View Post
    hi, I made a fix in the title because accents are not accepted when you mix audio and video. they are replaced by alphabetical letters without accents.
    This is a Flask version to download with.
    Titles nicely fixed now.

    Is there a setting where we can choose English instead of default language?

    Thanks for the very useful tool.
    Quote Quote  
  2. mean all the context is in English?
    Quote Quote  
  3. Member
    Join Date
    Aug 2023
    Location
    Turkey
    Search Comp PM
    Originally Posted by larley View Post
    Well, I got the keys, but still can't decrypt the video:
    Code:
    --key 94b98e6379834cabb89275528f93a6e9:af6c2794ac80162ea42219b9399ae91b
    --key c99d10e3af094218a8f1499c00c5999d:1151d35fed6b4ceb66b98926942a50d7
    --key 0a62c93af33d44e88032cbf2c197ce21:b0124ee91c6449b4c3ee9390a30eee3d
    --key 5c24b414603443e7b0bd5c2544fe0b09:5bad7efb230acd991a0b4bb4a5a91b65
    --key 21031e24330e46b09e5d6b30344e8499:66a7ca49206a530a6496911af154f999
    --key 77098433590545d88010d82111b9c900:e612131d79167ffa7b7309f198c87ee9
    --key 840e70b5323c4724b2759c63f4ac9f91:30fa4c2117742f06f2e1f4c0e4bb53ed
    --key b0026c7e257b4b828737ef55ab83cb01:85dfa444b02369a06c05b1c7e39dded2
    this happened to me with allente if i use a wrong pssh or lisance server get keys bud wrong
    chack the kid
    or take the pssh from init
    thad help me
    Quote Quote  
  4. to activate the buttons in pssh and license added in autoselect in popup/main.js:

    Code:
    async function autoSelect() {
        let selectRules = await fetch("/selectRules.conf").then(r => r.text());
        // Supprimer les lignes vides, les commentaires et les espaces en fin de ligne
        selectRules = selectRules.replace(/\n^\s*$|\s*\/\/.*|\s*$/gm, "");
        selectRules = selectRules.split("\n").map(row => row.split("$$"));
        for (let item of selectRules) {
            let search = requests.map(r => r['url']).findIndex(e => e.includes(item[0]));
            if (search >= 0) {
                if (item[1]) document.getElementById("scheme").value = item[1];
                userInputs["license"] = search;
                document.getElementById("license").value = requests[search]['url'];
    			//disableButtons('licenseButton','plusIcon',true);
                break;
            }
        }
        if (psshs.length === 1) {
            document.getElementById('pssh').value = psshs[0];
    		//disableButtons('psshButton','plusIcon2',true);
        }
        if (requests.length === 1) {
            userInputs["license"] = 0;
            document.getElementById("license").value = requests[0]['url'];
        }
    }
    Last edited by sesamap159; 2nd Nov 2024 at 07:56.
    Quote Quote  
  5. Originally Posted by senkron24 View Post
    Originally Posted by larley View Post
    Well, I got the keys, but still can't decrypt the video:
    Code:
    --key 94b98e6379834cabb89275528f93a6e9:af6c2794ac80162ea42219b9399ae91b
    --key c99d10e3af094218a8f1499c00c5999d:1151d35fed6b4ceb66b98926942a50d7
    --key 0a62c93af33d44e88032cbf2c197ce21:b0124ee91c6449b4c3ee9390a30eee3d
    --key 5c24b414603443e7b0bd5c2544fe0b09:5bad7efb230acd991a0b4bb4a5a91b65
    --key 21031e24330e46b09e5d6b30344e8499:66a7ca49206a530a6496911af154f999
    --key 77098433590545d88010d82111b9c900:e612131d79167ffa7b7309f198c87ee9
    --key 840e70b5323c4724b2759c63f4ac9f91:30fa4c2117742f06f2e1f4c0e4bb53ed
    --key b0026c7e257b4b828737ef55ab83cb01:85dfa444b02369a06c05b1c7e39dded2
    this happened to me with allente if i use a wrong pssh or lisance server get keys bud wrong
    chack the kid
    or take the pssh from init
    thad help me
    It was a key decryption error, the key ids are the same
    Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2
    Quote Quote  
  6. Originally Posted by sesamap159 View Post
    mean all the context is in English?
    Yes please. Thanks.
    Quote Quote  
  7. Member
    Join Date
    Jul 2024
    Location
    Tunisie
    Search Comp PM
    HELLO

    I am looking for the script (python or PHP) that works with O11 and that allows to detect the token automatically of the Canal + France platform
    I would be very grateful for your help
    Quote Quote  
  8. Member
    Join Date
    Jan 2007
    Location
    Greece
    Search Comp PM
    Originally Posted by senkron24 View Post
    Originally Posted by larley View Post
    Well, I got the keys, but still can't decrypt the video:
    Code:
    --key 94b98e6379834cabb89275528f93a6e9:af6c2794ac80162ea42219b9399ae91b
    --key c99d10e3af094218a8f1499c00c5999d:1151d35fed6b4ceb66b98926942a50d7
    --key 0a62c93af33d44e88032cbf2c197ce21:b0124ee91c6449b4c3ee9390a30eee3d
    --key 5c24b414603443e7b0bd5c2544fe0b09:5bad7efb230acd991a0b4bb4a5a91b65
    --key 21031e24330e46b09e5d6b30344e8499:66a7ca49206a530a6496911af154f999
    --key 77098433590545d88010d82111b9c900:e612131d79167ffa7b7309f198c87ee9
    --key 840e70b5323c4724b2759c63f4ac9f91:30fa4c2117742f06f2e1f4c0e4bb53ed
    --key b0026c7e257b4b828737ef55ab83cb01:85dfa444b02369a06c05b1c7e39dded2
    this happened to me with allente if i use a wrong pssh or lisance server get keys bud wrong
    chack the kid
    or take the pssh from init
    thad help me
    Do you think there is a way to find the correct key for the 1080p?
    You can also try on the test video for free:

    https://online.filmfestival.gr/play/#/film/68704?from=https:%2F%2Fonline.filmfestival....-video%2F&t=80
    Last edited by jhammer00; 3rd Nov 2024 at 14:02. Reason: add resolution
    Quote Quote  
  9. @sesamap159:
    great extension, works fine.
    maybe create an own thread for your extension?
    some websites need command
    Code:
    --check-segments-count false
    otherwise download failes.
    i add it manual to the bat file file but it would be nice if it could be added for example by check box or watever to the bach file automatic
    Last edited by ginko; 4th Nov 2024 at 05:04.
    Quote Quote  
  10. Originally Posted by ffilfernandes View Post
    Strange in Nostv gives an error
    Image
    [Attachment 83321 - Click to enlarge]
    you are missing a license: device.wvd or device_client_id_blob + device_private_key ...etc
    Quote Quote  
  11. Good morning this is not very present in the folder, in other site I granted without problems
    Quote Quote  
  12. Member
    Join Date
    Jan 2007
    Location
    Greece
    Search Comp PM
    So, if a video is only playable via Edge Browser and not via Chrome or Firefox, is it impossible to get the key & KID ?
    Quote Quote  
  13. Member
    Join Date
    Aug 2023
    Location
    Turkey
    Search Comp PM
    Originally Posted by larley View Post
    Originally Posted by senkron24 View Post
    Originally Posted by larley View Post
    Well, I got the keys, but still can't decrypt the video:
    Code:
    --key 94b98e6379834cabb89275528f93a6e9:af6c2794ac80162ea42219b9399ae91b
    --key c99d10e3af094218a8f1499c00c5999d:1151d35fed6b4ceb66b98926942a50d7
    --key 0a62c93af33d44e88032cbf2c197ce21:b0124ee91c6449b4c3ee9390a30eee3d
    --key 5c24b414603443e7b0bd5c2544fe0b09:5bad7efb230acd991a0b4bb4a5a91b65
    --key 21031e24330e46b09e5d6b30344e8499:66a7ca49206a530a6496911af154f999
    --key 77098433590545d88010d82111b9c900:e612131d79167ffa7b7309f198c87ee9
    --key 840e70b5323c4724b2759c63f4ac9f91:30fa4c2117742f06f2e1f4c0e4bb53ed
    --key b0026c7e257b4b828737ef55ab83cb01:85dfa444b02369a06c05b1c7e39dded2
    this happened to me with allente if i use a wrong pssh or lisance server get keys bud wrong
    chack the kid
    or take the pssh from init
    thad help me
    It was a key decryption error, the key ids are the same


    i get the keys no error evrethink was ok bud the keys was wrong it was not posible to encrypte becouse the key what i get wrong.
    liscane server was giving same codes bud totaly wrong

    it was so entresting than angela give me a tip with pssh and i was trying with init and see viola total difrend keys and was working

    angela give me a info thad same provider use more security for pssh its not inuf just only convert pssh from kid
    laso need more bud init was working no problem
    Quote Quote  
  14. Originally Posted by jhammer00 View Post
    So, if a video is only playable via Edge Browser and not via Chrome or Firefox, is it impossible to get the key & KID ?
    Kid appears in both Chrome and Firefox
    Quote Quote  
  15. Originally Posted by ginko View Post
    @sesamap159:
    great extension, works fine.
    maybe create an own thread for your extension?
    some websites need command
    Code:
    --check-segments-count false
    otherwise download failes.
    i add it manual to the bat file file but it would be nice if it could be added for example by check box or watever to the bach file automatic
    Image
    [Attachment 83374 - Click to enlarge]


    here is a batch version. I added a switch to activate or deactivate the segments when downloading.
    Image Attached Files
    Quote Quote  
  16. ah nice, thanks a lot! sympa, merci beaucoup
    Quote Quote  
  17. Originally Posted by sesamap159 View Post
    Originally Posted by ffilfernandes View Post
    Strange in Nostv gives an error
    Image
    [Attachment 83321 - Click to enlarge]
    you are missing a license: device.wvd or device_client_id_blob + device_private_key ...etc
    And where is this obtained or how is it done?

    And if it is obtained, where does it go?

    I say this because I also get that error. Thank you
    Quote Quote  
  18. Member
    Join Date
    Aug 2023
    Location
    Turkey
    Search Comp PM
    Originally Posted by axnspain View Post
    Originally Posted by sesamap159 View Post
    Originally Posted by ffilfernandes View Post
    Strange in Nostv gives an error
    Image
    [Attachment 83321 - Click to enlarge]
    you are missing a license: device.wvd or device_client_id_blob + device_private_key ...etc
    And where is this obtained or how is it done?

    And if it is obtained, where does it go?

    I say this because I also get that error. Thank you


    device.wvd rename your wvd
    Last edited by senkron24; 7th Nov 2024 at 11:50.
    Quote Quote  
  19. Originally Posted by sesamap159 View Post
    Originally Posted by ginko View Post
    @sesamap159:
    great extension, works fine.
    maybe create an own thread for your extension?
    some websites need command
    Code:
    --check-segments-count false
    otherwise download failes.
    i add it manual to the bat file file but it would be nice if it could be added for example by check box or watever to the bach file automatic
    Image
    [Attachment 83374 - Click to enlarge]


    here is a batch version. I added a switch to activate or deactivate the segments when downloading.
    hello yes thanks but it's the same thing the error is always the same one thing I noticed is that the PSSH does not enter I have to select it every time
    Quote Quote  
  20. if more than 1 PSSH its expected and you have to select one thats my experience. maybe something wrong in your case...
    Last edited by ginko; 8th Nov 2024 at 06:45.
    Quote Quote  
  21. Originally Posted by senkron24 View Post
    Originally Posted by axnspain View Post
    Originally Posted by sesamap159 View Post
    Originally Posted by ffilfernandes View Post
    Strange in Nostv gives an error
    Image
    [Attachment 83321 - Click to enlarge]
    you are missing a license: device.wvd or device_client_id_blob + device_private_key ...etc
    And where is this obtained or how is it done?

    And if it is obtained, where does it go?

    I say this because I also get that error. Thank you


    device.wvd rename your wvd
    what do you mean exactly?
    Quote Quote  
  22. that in the place of the pssh does not appear anything I have to select manual
    Quote Quote  
  23. Image
    [Attachment 83405 - Click to enlarge]


    How can you see that in place of PSSH nothing appears
    Quote Quote  



Similar Threads

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