VideoHelp Forum
+ Reply to Thread
Results 1 to 23 of 23
Thread
  1. Hi. I am trying to rip this mpd stream:

    https://voddashhttps.cb.ticdn.it/videoteca2/V3/SerieTV/2017/11/50706297/DASH/20089377/...77_SD_ANSN.mpd

    Only ffmpeg rip it but rip only 1minute and then stop

    I use this form:

    ffmpeg -i https://voddashhttps.cb.ticdn.it/videoteca2/V3/SerieTV/2017/11/50706320/DASH/20089381/...81_SD_ANSN.mpd -c copy -absf aac_adtstoasc t.mp4

    I need the best video and audio.

    Tell me please how I can rip all the stream, also with some others tool.

    Thank You
    Quote Quote  
  2. Nobody can help me?
    Quote Quote  
  3. Deceased
    Join Date
    Dec 2007
    Search PM
    its having drm. more than just mpd required. like a place to play it to see what else in need. maybe looking at https://github.com/pinoelefante/plugin.video.timvision/blob/master/resources/lib/TimVisionAPI.py gives you ideas.
    Last edited by blimey; 13th May 2020 at 15:47.
    Quote Quote  
  4. Originally Posted by blimey View Post
    its having drm. more than just mpd required. like a place to play it to see what else in need. maybe looking at https://github.com/pinoelefante/plugin.video.timvision/blob/master/resources/lib/TimVisionAPI.py gives you ideas.
    Thank You. I have looked on it....but i am not a programmer so it's a bit difficult for me.....

    But the strange is that....ffmpeg that can rip 1 minutes of this stream, now with the new update dont work on the same mpd.....

    so i can think a lot about this changes on the tool.......
    Quote Quote  
  5. Originally Posted by lomero View Post
    video link?
    video link of what?
    Quote Quote  
  6. you have post link to mpd, but not url to video link
    Quote Quote  
  7. Originally Posted by fathom View Post
    Originally Posted by lomero View Post
    video link?
    video link of what?
    the web page that plays the video.
    Quote Quote  
  8. Originally Posted by jagabo View Post
    Originally Posted by fathom View Post
    Originally Posted by lomero View Post
    video link?
    video link of what?
    the web page that plays the video.
    sorry i cant because it ask to sign in and activate the service to see the streaming, and
    could be if you are not in italy dont work...

    but only with the link to mpd you can try with the last ffmpeg and the previous and you
    can see that the last dont rip nothing instead, the previous rip one minute of video decripted
    infact you can see it. Try with the link..... I used the string that you can see in my first post...
    Quote Quote  
  9. here some pics. ffmpeg 4.2.2 regognize stream and can rip it. Instead last versione dont find nothing stream

    Image
    [Attachment 53331 - Click to enlarge]


    Image
    [Attachment 53332 - Click to enlarge]
    Quote Quote  
  10. Italy county it's not a problem with VPN... but need link.
    if your method does not work it is useless to post your screenshot... we need to think of an alternative method.
    but if you don't provide a link, then it's impossible to test. do not you think?
    Quote Quote  
  11. Hi. I have a similar issue from the same streaming site (Timvision).
    The op's solution doesen't work because he doesen't have a decryption key.
    Now, we have a mpd link and the decryption key. From the extension repo
    Keys will be logged in plaintext to the javascript console.

    e.g:

    WidevineDecryptor: Found key: 100b6c20940f779a4589152b57d2dacb (KID=eb676abbcb345e96bbcf616630f1a3da)
    Decrypting the media itself is then just a matter of using a tool that can decrypt MPEG-CENC streams, like ffmpeg.

    e.g:

    ffmpeg -decryption_key 100b6c20940f779a4589152b57d2dacb -i encrypted_media.mp4 -codec copy decrypted_media.mp4
    I have downloaded ffmpeg, but here something goes wrong.
    I use the command, but something doesen't work and nothing have been downloaded.
    Code:
    ffmpeg -decryption_key c70e59217d4938f0d17fd898f06ba12f -i https://voddashhttps.cb.ticdn.it/videoteca2/V3/SingleTitle/2019/11/60013386/DASH/20121643/20121643_SD_ANSN.mpd -codec copy decrypted_media.mp4
    No hint from the cmd


    Any help? This is the link of the video https://www.timvision.it/series/60013373-stargate-sg-1/s1/e01-figli-degli-dei
    Last edited by HyperSonic2097; 10th Jan 2021 at 17:05.
    Quote Quote  
  12. use mp4decrypt download bento4 take mp4decrypt open it with cmd and just do mp4decrypt --key kid here after the : yourkey "dragyourencryptedvideohere" "callitwhateveryouwantnamehere.mp4" example mp4decrypt --key 511851051:4171711:481814184848 "encrypedvideofile" "decryptedvideofile.mp4" or with only the key might not work depending on the video mp4decrypt --key 1:48484848448 "encryptedvidhere" "outputhere.mp4" edit i didnt see you where using the mpd link file to you need to download the audio and video files first!!! once u got the encryped files you can use ffmpeg or mp4decrypt goodluck
    Last edited by ChezBompaLawijt; 10th Jan 2021 at 09:28.
    Quote Quote  
  13. Originally Posted by ChezBompaLawijt View Post
    use mp4decrypt download bento4 take mp4decrypt open it with cmd and just do mp4decrypt --key kid here after the : yourkey "dragyourencryptedvideohere" "callitwhateveryouwantnamehere.mp4" example mp4decrypt --key 511851051:4171711:481814184848 "encrypedvideofile" "decryptedvideofile.mp4" or with only the key might not work depending on the video mp4decrypt --key 1:48484848448 "encryptedvidhere" "outputhere.mp4" edit i didnt see you where using the mpd link file to you need to download the audio and video files first!!! once u got the encryped files you can use ffmpeg or mp4decrypt goodluck
    Hi and thanks for the reply! I have downloaded the encrypted mp4 on my pc.
    i'm trying to decrypt using mp4decrypt...
    mp4decrypt --key 06890da796374f76a75207d07b3e7d16:c70e59217d4938f0d 17fd898f06ba12f "encrypted_media.mp4" "santreva_accattona.mp4"
    I have put kid:key
    This create a new file "santeva_accattona.mp4" but the audio/video still remain encrypted. Same with ffmpeg tool.
    Any help?
    Quote Quote  
  14. no space on key .....38f0d 17fd....
    del space
    Quote Quote  
  15. I have got the solution and i have written a small .sh program to do most of the work. I have only to insert the link and the decryption key. If someone is interested pm me!
    Thanks to all for the support
    Quote Quote  
  16. Member
    Join Date
    Jun 2020
    Location
    Los Angeles,US
    Search Comp PM
    Dont rip nothing instead, the previous rip one minute of video decripted. Infact you can see it. Try with the link. I used the string that you can see in my first post... jitter click test
    Last edited by postorbital; 14th Jan 2021 at 10:02.
    Quote Quote  
  17. Member
    Join Date
    Jan 2021
    Location
    India
    Search Comp PM
    Originally Posted by HyperSonic2097 View Post
    I have got the solution and i have written a small .sh program to do most of the work. I have only to insert the link and the decryption key. If someone is interested pm me!
    Thanks to all for the support
    Bro Just signed UP yesterday to ask you about this.

    Pls do share solution as Problems are also being posted in here...
    Quote Quote  
  18. Originally Posted by Fathom View Post
    Hi. I am trying to rip this mpd stream:

    https://voddashhttps.cb.ticdn.it/videoteca2/V3/SerieTV/2017/11/50706297/DASH/20089377/...77_SD_ANSN.mpd

    Only ffmpeg rip it but rip only 1minute and then stop

    I use this form:

    ffmpeg -i https://voddashhttps.cb.ticdn.it/videoteca2/V3/SerieTV/2017/11/50706320/DASH/20089381/...81_SD_ANSN.mpd -c copy -absf aac_adtstoasc t.mp4

    I need the best video and audio.

    Tell me please how I can rip all the stream, also with some others tool.

    Thank You
    You need youtube-dl (Modded to avoid DRM), decryption key and mp4decrypt.
    Also for Hi Definition stream change SD to HD like :

    https://voddashhttps.cb.ticdn.it/videoteca2/V3/SerieTV/2017/11/50706320/DASH/20089381/...81_SD_ANSN.mpd

    to

    https://voddashhttps.cb.ticdn.it/videoteca2/V3/SerieTV/2017/11/50706320/DASH/20089381/...81_HD_ANSN.mpd

    Decrypts video and audio separately then mux with MKVToolNix.
    Last edited by pedrothelion; 15th Jan 2021 at 03:20.
    Quote Quote  



Similar Threads

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