VideoHelp Forum




+ Reply to Thread
Page 48 of 60
FirstFirst ... 38 46 47 48 49 50 58 ... LastLast
Results 1,411 to 1,440 of 1799
  1. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    Thanks, definitely (Nord?) VPN related as I had to go through 6 or 7 endpoint servers before it would let me do it.

    Maybe Channel5 have beefed up their proxy detection.
    Quote Quote  
  2. Originally Posted by mkjustuk View Post
    Anyone getting errors regarding SSL like this? Channel5 in particular.

    Code:
    HTTPSConnectionPool(host='akadash0.akamaized.net', port=443): Max       
         retries exceeded with url:                                                 
         /hydra/C5500360008/C5500360008A/20250224141041/C5500360008_MPEGDASH_96     
         _a.mp4 (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER]        
         wrong version number (_ssl.c:992)')))
    Yeah, happens all the time for me. Sometimes it will work but most of the time it's not.
    Quote Quote  
  3. Channel5 seem very strong on proxy detection so i always run with --no-proxy and use smartdns. But also subititles are nearly always failing as well

    ive moved back to freevine for them, never misses
    Quote Quote  
  4. Member
    Join Date
    Aug 2023
    Location
    Southend On Sea Essex
    Search Comp PM
    Originally Posted by mj23 View Post
    Channel5 seem very strong on proxy detection so i always run with --no-proxy and use smartdns. But also subititles are nearly always failing as well

    ive moved back to freevine for them, never misses
    Have you thought to try to use vinefeeder? Uses divine as its base but should work
    Quote Quote  
  5. Hi,

    Currently getting this from all services except iPlayer:

    Image
    [Attachment 85899 - Click to enlarge]


    As far as I can tell I've set everything up right, but clearly not. I'm running devine on Fedora 41.

    Thanks
    Quote Quote  
  6. Member
    Join Date
    Mar 2024
    Location
    United Kingdom
    Search PM
    Something wrong with either your Widevine device (wvd file) or configuration.
    iPlayer does not use DRM so might explain why that works.
    Quote Quote  
  7. The .wvd works ok with freevine so I guess that's fine. The service files are the ones from devine-services so I guess they're good too, so it must be something in the devine.yaml file? I've not changed anything else.

    **
    Looks like it was a formatting error in the devine.yaml, thanks SaintyUK.
    Last edited by pseudopath; 4th Mar 2025 at 04:23.
    Quote Quote  
  8. Is there any way to not check at all for captions? Even with -V -A (see command at top of window) devine still checks for closed captions. Image
    [Attachment 85975 - Click to enlarge]


    EDIT: Bit of a brute force way, but commenting out lines 577-615 in dl.py in the pip package completely disables the closed caption part of the code. -V -A must be broken.
    Last edited by SirBacon; 7th Mar 2025 at 15:46.
    Quote Quote  
  9. Hey, does anyone know if it is possible to get Devine to mux to MP4 format instead of MKV ?

    It was possible to do exactly that using Freevine, simply by using command "--format mp4", but I do not see such an option in Devine for some reason, is this option not available or something?
    Quote Quote  
  10. Originally Posted by lefebvrere View Post
    Hey, does anyone know if it is possible to get Devine to mux to MP4 format instead of MKV ?

    It was possible to do exactly that using Freevine, simply by using command "--format mp4", but I do not see such an option in Devine for some reason, is this option not available or something?


    Earlier in the thread, it's mentioned that Devine supports mkv only and not mp4.
    But, if you must have it in mp4 ffmpeg can do it in one command and it does not need to be encoded again:
    ffmpeg -i "input file name.mkv" -map 0 -c copy "output file name.mp4"

    Depending on what OS you are using, it would be pretty simple to create a drop and drag or similar script to do it for you.
    Quote Quote  
  11. When I am downloading from TubiTV I get the odd video that doesn't download and I get:

    value error: A Chapter with the Timestamp 00:03:34.000 already exists

    Thankfully I can get the episode with WidevineProxy2.
    Quote Quote  
  12. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    Originally Posted by lefebvrere View Post
    Hey, does anyone know if it is possible to get Devine to mux to MP4 format instead of MKV ?

    It was possible to do exactly that using Freevine, simply by using command "--format mp4", but I do not see such an option in Devine for some reason, is this option not available or something?
    Don't do it!

    If you need to you can.

    Edit the following file: devine/devine/core/tracks/tracks.py
    search for muxed.mkv and replace with muxed.mp4
    Quote Quote  
  13. Python 3.13.2 has a problem muxing BBC downloads with devine. Other UK services work fine.
    I traced the error to the 'threading' import complaining about context.
    Downgraded to python to 3.12 all working again
    Quote Quote  
  14. Originally Posted by Danker1990 View Post
    i have tried to download off discovery Plus (UK) and no matter what i try i get this message. i done the cookie extraction from browser renamed it to the service but just this.
    It seems DSCP are rolling out changes to worldwide services to match those they made in the US about half a year ago. For example, show titles are now obfuscated. What used to be /show/richard-hammonds-workshop is now /show/f4734949-4e3f-3f3a-acb2-ca. There are new T&C to agree to on the website and it also requires new cookies.

    Like Danker1990, I also cannot get the freshly baked cookies to work. Devine cache is clear, any US users remember what changes they had to make to get the service rolling again?
    Quote Quote  
  15. Originally Posted by the-equalizer View Post
    Originally Posted by lefebvrere View Post
    Hey, does anyone know if it is possible to get Devine to mux to MP4 format instead of MKV ?

    It was possible to do exactly that using Freevine, simply by using command "--format mp4", but I do not see such an option in Devine for some reason, is this option not available or something?


    Earlier in the thread, it's mentioned that Devine supports mkv only and not mp4.
    But, if you must have it in mp4 ffmpeg can do it in one command and it does not need to be encoded again:
    ffmpeg -i "input file name.mkv" -map 0 -c copy "output file name.mp4"

    Depending on what OS you are using, it would be pretty simple to create a drop and drag or similar script to do it for you.
    Yeah I tried ffmpeg, it doesn't work at all, I just get the following error:
    Code:
    [mp4 @ 000002289ee86740] Could not find tag for codec subrip in stream #2, codec not currently supported in container
    [out#0/mp4 @ 000002289ee7f2c0] Could not write header (incorrect codec parameters ?): Invalid argument
    Conversion failed!
    Quote Quote  
  16. Member
    Join Date
    Dec 2022
    Location
    Lesotho
    Search Comp PM
    Originally Posted by lefebvrere View Post

    Yeah I tried ffmpeg, it doesn't work at all, I just get the following error:
    Code:
    [mp4 @ 000002289ee86740] Could not find tag for codec subrip in stream #2, codec not currently supported in container
    [out#0/mp4 @ 000002289ee7f2c0] Could not write header (incorrect codec parameters ?): Invalid argument
    Conversion failed!
    Try this.

    Code:
    ffmpeg -i input.mkv -c:v copy -c:a copy -c:s mov_text output.mp4
    Quote Quote  
  17. I would really appreciate if someone who knows how to code a test module for devine can try making one for accessing PlutoTV streams in 1080p. (The 1080p encrypted streams are available for certain titles if you change /video/576p-1600/00001.m4s to /video/1080p-4500/00001.m4s in Chrome). I hope they don't require L1 wvd to get the keys.
    For example Have Gun Will Travel (region locked for United States) season 5 episodes 23, 24, 25 have a 1080p stream.
    Quote Quote  
  18. Is there some issue downloading from U(KTV)?
    I'm using the latest updated services, but get this error:

    Code:
    (env) C:\Bin\Stream\devine>devine dl uktv https://u.co.uk/shows/bergerac/series-1/episode-1/6368742244112
    
                           / __ \/ ____/ |  / /  _/ | / / ____/
                          / / / / __/  | | / // //  |/ / __/
                         / /_/ / /___  | |/ // // /|  / /___
                        /_____/_____/  |___/___/_/ |_/_____/
                        ⠀
                        v3.3.3 Copyright © 2019-2025 rlaphoenix
                          https://github.com/devine-dl/devine
    
         Service Config loaded
         Loaded Cdm Widevine CDM: 4464 (L3)
         Loaded 1 Vaults
    
      ────────────────────────────── Service: UKTV ───────────────────────────────
    
         Service is not Geoblocked in your region
    
      ───────────────────────────── Series: Bergerac ─────────────────────────────
    
         1 Season, 1 Episode
    
      ──────────────────── Bergerac S01E01 Person of Interest ────────────────────
    
         Cached 1 Key to 1/1 Vaults
    
         1 Video
         └── [H.264, SDR] | en | 1920x1080 @ 4534 kb/s, 25.000 FPS
             ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • LICENSED
         1 Audio
         └── [AAC] | en | 186 kb/s
             ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • LICENSED
         1 Subtitle
         └── [VTT] | en
             ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • -
         2 Chapters
         ├── 00:00:00.000
         └── 00:45:31.320 | Credits
    
         Widevine(AAAAVnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADYIARIQUGDlu5LmRdGfh
         okstx/HERoNd2lkZXZpbmVfdGVzdCIIMTIzNDU2NzgyB2RlZmF1bHQ=)
         └── 5060e5bb92e645d19f86892cb71fc711:dd0716b3f4a7f9f6e1f19cde0e1a80a8*
    
    
         ❌ Download Failed...
            An unexpected error occurred in one of the download workers.
            See the error trace above for more information.
    
    
    (env) C:\Bin\Stream\devine>
    Quote Quote  
  19. I solved my issue. For the second time my devine.yaml file was corrupted. The aria2c section changed to:

    Code:
    aria2c:
      max_concurrent_downloads: U:\
    U:\ being my download folder.

    It's done this twice now ... no idea how.
    Quote Quote  
  20. I am a new devine user and trying to set it up. When I run "devine env info" I am getting the below error. Could someone please help how I can fix it?
    I have all the tools (aria2c.exe, mp4decrypt.exe, N_m3u8DL-RE.exe etc.) in C:\devine-3.3.3\binaries
    Image Attached Thumbnails Click image for larger version

Name:	envinfoerror.png
Views:	60
Size:	53.3 KB
ID:	86144  

    Quote Quote  
  21. Member
    Join Date
    Mar 2006
    Location
    United States
    Search Comp PM
    Originally Posted by indianhacker View Post
    I am a new devine user and trying to set it up. When I run "devine env info" I am getting the below error. Could someone please help how I can fix it?
    I have all the tools (aria2c.exe, mp4decrypt.exe, N_m3u8DL-RE.exe etc.) in C:\devine-3.3.3\binaries
    If you created a virtual environment, doesn't look like you started it. Double check that.
    Quote Quote  
  22. Originally Posted by ehurdler View Post
    Originally Posted by indianhacker View Post
    I am a new devine user and trying to set it up. When I run "devine env info" I am getting the below error. Could someone please help how I can fix it?
    I have all the tools (aria2c.exe, mp4decrypt.exe, N_m3u8DL-RE.exe etc.) in C:\devine-3.3.3\binaries
    If you created a virtual environment, doesn't look like you started it. Double check that.
    Thanks for responding! I didn't know that was required. So, I ran poetry env activate from C:\devine-3.3.3 folder. Then I ran activate.bat from C:\devine-3.3.3\.venv\Scripts and then tried running devine env info from (devine-py3.9) C:\devine-3.3.3\.venv but I still get the same error.

    Not sure what am I doing wrong.
    Quote Quote  
  23. Originally Posted by indianhacker View Post
    Originally Posted by ehurdler View Post
    Originally Posted by indianhacker View Post
    I am a new devine user and trying to set it up. When I run "devine env info" I am getting the below error. Could someone please help how I can fix it?
    I have all the tools (aria2c.exe, mp4decrypt.exe, N_m3u8DL-RE.exe etc.) in C:\devine-3.3.3\binaries
    If you created a virtual environment, doesn't look like you started it. Double check that.
    Thanks for responding! I didn't know that was required. So, I ran poetry env activate from C:\devine-3.3.3 folder. Then I ran activate.bat from C:\devine-3.3.3\.venv\Scripts and then tried running devine env info from (devine-py3.9) C:\devine-3.3.3\.venv but I still get the same error.

    Not sure what am I doing wrong.
    try with:
    Code:
    poetry run devine env info
    Quote Quote  
  24. 2nd Army Bridgeburners. WhiskeyJack's Avatar
    Join Date
    Aug 2024
    Location
    Torshavn
    Search PM
    Originally Posted by indianhacker View Post
    I am a new devine user and trying to set it up. When I run "devine env info" I am getting the below error. Could someone please help how I can fix it?
    I have all the tools (aria2c.exe, mp4decrypt.exe, N_m3u8DL-RE.exe etc.) in C:\devine-3.3.3\binaries
    Just at a guess, the error says it can't find n_m3u8dl_re in the downloaders folder
    rename N_m3u8DL-RE.exe to n_m3u8dl_re.exe Windows may not give a flying hoot about case, but other systems do....

    Also, just an asside. How have you installed this? Via github pull and poetry install or via pipx?
    For ease of use, install via python pip
    https://pypi.org/project/devine/
    when installed, issue the command
    Code:
    devine env info
    and start configuring properly, it should hint at where your devine.yaml can be loaded from and edit that to point to WVD and devine services.
    Last edited by WhiskeyJack; 18th Mar 2025 at 13:11.
    Quote Quote  
  25. Thanks for your responses, @PunchDrunkL0ve & @WhiskeyJack!

    So, I ran pip install devine and it shows that I already have it installed as a module/package see below.

    Then when I ran devine env info I see the screen with Devine logo and paths listed.

    After that, when I add different services (subfolders) in the C:\Users\amajgaon\AppData\Local\devine\services folder & run the devine env info again, I get an error (last image).
    Image Attached Thumbnails Click image for larger version

Name:	alreadyinstalled.png
Views:	27
Size:	235.3 KB
ID:	86205  

    Click image for larger version

Name:	EnvInfo.png
Views:	16
Size:	41.3 KB
ID:	86207  

    Click image for larger version

Name:	moduleError.png
Views:	28
Size:	63.7 KB
ID:	86208  

    Last edited by indianhacker; 20th Mar 2025 at 13:40. Reason: addition
    Quote Quote  
  26. I am noticing that some movies are not downloading with TubiTV on Devine:

    " - Failed to obtain video resources. Check geography settings.
    Title is available in: United States"

    I have the VPN set for U.S. and other stuff is downloading but thankfully I have at least with a title such as "Battleship" with WidevineProxy2. I am curious if there is a remedy. I hope it isn't proxy stuff as I don't understand that.
    Quote Quote  
  27. I tried to get to stabbedbybrick's services website and it doesn't go there it just stalls and quits. The Devine website page is up and working. I am having some trouble with CBC and I thought perhaps there was an updated service. Another things "open cookie" the add on for Chrome is no longer working.
    Quote Quote  
  28. The CDM Project github service seems to have been down for a few days.

    Is there another host where I can get up-to-date versions of stabbedbybrick's devine services from?

    Thanks.
    Quote Quote  
  29. Depending on how long it is since you updated, you can use a wayback for a capture from 1st march 2025 to update.

    https://web.archive.org/web/20250301214604/https://cdm-project.com/stabbedbybrick/devine-services


    Originally Posted by evbuk1 View Post
    The CDM Project github service seems to have been down for a few days.

    Is there another host where I can get up-to-date versions of stabbedbybrick's devine services from?

    Thanks.
    Quote Quote  



Similar Threads

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