VideoHelp Forum
+ Reply to Thread
Page 8 of 8
FirstFirst ... 6 7 8
Results 211 to 229 of 229
Thread
  1. Originally Posted by DIM11 View Post
    The video is downloaded, decrypted, and pecked, but only 3 sec plays, then there is no sound and color bars on video.
    Maybe need something else for decrypt files?

    manifest.mpd below:

    HTML Code:
    <?xml version="1.0"?>
    <MPD
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="urn:mpeg:dash:schema:mpd:2011"
        xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
        type="static"
        mediaPresentationDuration="PT3896.920S"
        minBufferTime="PT4S"
        profiles="urn:mpeg:dash:profile:isoff-main:2011">
      <Period>
        <AdaptationSet
            id="1"
            segmentAlignment="true"
            maxWidth="1280"
            maxHeight="720"
            maxFrameRate="25">
            <ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc"/>
            <ContentProtection xmlns:cenc="urn:mpeg:cenc:2013" schemeIdUri="urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b" cenc:default_KID="b9221d5a-d918-f6e5-2eb3-ada7d6d66439">
              <cenc:pssh>AAAANHBzc2gBAAAAEHfv7MCyTQKs4zweUuL7SwAAAAG5Ih1a2Rj25S6zrafW1mQ5AAAAAA==</cenc:pssh>
            </ContentProtection>
            <SegmentTemplate
                timescale="1000"
                media="https://46401c0a-3c5a-44eb-ae1b-9ac6db282186.selcdn.net/316f5420eafbc88abddc5277f65b2c86/00001634-372b-48de-ba1f-411c1f346de7.json/segment-$Number$-$RepresentationID$.m4s"
                initialization="https://46401c0a-3c5a-44eb-ae1b-9ac6db282186.selcdn.net/316f5420eafbc88abddc5277f65b2c86/00001634-372b-48de-ba1f-411c1f346de7.json/init-$RepresentationID$.mp4"
                startNumber="1">
                <SegmentTimeline>
                    <S d="4000" r="973"/>
                    <S d="920"/>
                </SegmentTimeline>
            </SegmentTemplate>
          <Representation
              id="f1-v1-x3"
              mimeType="video/mp4"
              codecs="avc1.64001f"
              width="1280"
              height="720"
              frameRate="25"
              sar="1:1"
              startWithSAP="1"
              bandwidth="2110887">
          </Representation>
          <Representation
              id="f2-v1-x3"
              mimeType="video/mp4"
              codecs="avc1.64001e"
              width="852"
              height="480"
              frameRate="25"
              sar="1:1"
              startWithSAP="1"
              bandwidth="1206309">
          </Representation>
          <Representation
              id="f3-v1-x3"
              mimeType="video/mp4"
              codecs="avc1.64001e"
              width="640"
              height="360"
              frameRate="25"
              sar="1:1"
              startWithSAP="1"
              bandwidth="603312">
          </Representation>
        </AdaptationSet>
        <AdaptationSet
            id="2"
            segmentAlignment="true">
          <AudioChannelConfiguration
              schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011"
              value="1"/>
            <ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc"/>
            <ContentProtection xmlns:cenc="urn:mpeg:cenc:2013" schemeIdUri="urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b" cenc:default_KID="b9221d5a-d918-f6e5-2eb3-ada7d6d66439">
              <cenc:pssh>AAAANHBzc2gBAAAAEHfv7MCyTQKs4zweUuL7SwAAAAG5Ih1a2Rj25S6zrafW1mQ5AAAAAA==</cenc:pssh>
            </ContentProtection>
            <SegmentTemplate
                timescale="1000"
                media="https://46401c0a-3c5a-44eb-ae1b-9ac6db282186.selcdn.net/316f5420eafbc88abddc5277f65b2c86/69f739fd-9012-4a80_bc74-d3aca7af8ce4.json/segment-$Number$-$RepresentationID$.m4s"
                initialization="https://46401c0a-3c5a-44eb-ae1b-9ac6db282186.selcdn.net/316f5420eafbc88abddc5277f65b2c86/69f739fd-9012-4a80_bc74-d3aca7af8ce4.json/init-$RepresentationID$.mp4"
                startNumber="1">
                <SegmentTimeline>
                    <S d="4000" r="973"/>
                    <S d="981"/>
                </SegmentTimeline>
            </SegmentTemplate>
          <Representation
              id="f1-a1-x3"
              mimeType="audio/mp4"
              codecs="mp4a.40.2"
              audioSamplingRate="48000"
              startWithSAP="1"
              bandwidth="192000">
          </Representation>
        </AdaptationSet>
      </Period>
    </MPD>
    Quote Quote  
  2. Good afternoon, everyone!
    there is such a problem, the organization promised access to the materials forever, and then a letter came that access would be available until August
    Therefore, I decided to save the video locally
    According to the recipe from message No. 38, it does not work.
    I was able to find
    Code:
    media.m3u8
    found the address of the stream
    Code:
    https://edge-msk-2.kinescopecdn.net/==c8b==052549/videos/6=2f6==83aa53dd/assets/eb====2a68ace46==43/47===36/55===034/1080p.mp4
    can you tell me where to dig further to get a result?

    in the
    Code:
    media.m3u8
    file, I see all the parts that the video is divided into

    I have the parameters:
    Code:
    kci
    kinescope_project_id
    sign


    I see that the video is divided into 349 parts

    Thank you very much!
    Quote Quote  
  3. paste here the "normal" url
    not the mp4 or m3u8
    Quote Quote  
  4. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by DIM11 View Post
    Originally Posted by DIM11 View Post
    The video is downloaded, decrypted, and pecked, but only 3 sec plays, then there is no sound and color bars on video.
    Maybe need something else for decrypt files?
    You do! Noobs starter kit is built for you.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes.zip
    Quote Quote  
  5. Originally Posted by sk8ordi3 View Post
    paste here the "normal" url
    not the mp4 or m3u8
    what do you mean by a "normal" address?
    Image
    [Attachment 79992 - Click to enlarge]


    and I see this stream from the site I need
    Quote Quote  
  6. Originally Posted by BCH View Post
    Originally Posted by sk8ordi3 View Post
    paste here the "normal" url
    not the mp4 or m3u8
    what do you mean by a "normal" address?
    (from browser)
    that link from adress bar/url bar
    Quote Quote  
  7. Originally Posted by sk8ordi3 View Post
    Originally Posted by BCH View Post
    Originally Posted by sk8ordi3 View Post
    paste here the "normal" url
    not the mp4 or m3u8
    what do you mean by a "normal" address?
    (from browser)
    that link from adress bar/url bar
    the full link to the video is available only after registration
    unfortunately
    Quote Quote  
  8. Originally Posted by sk8ordi3 View Post
    Originally Posted by BCH View Post
    Originally Posted by sk8ordi3 View Post
    paste here the "normal" url
    not the mp4 or m3u8
    what do you mean by a "normal" address?
    (from browser)
    that link from adress bar/url bar
    in message No. 38 there is a link to the training material, which explains in detail how you can download the video
    But in my version, I can't find the keys by which the filtering was performed to find the necessary parameters
    Quote Quote  
  9. https://unicaster.ru/grabim-video-s-kinescope-io/

    I found another option to save videos from the site
    Quote Quote  
  10. Deleted.
    Last edited by Sagnik; 20th Jun 2024 at 09:08. Reason: Deleted wrong answer.
    Quote Quote  
  11. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by Sagnik View Post

    Use CDRM project https://cdrm-project.com/
    Put PSSH in pssh tab and get the post request curl and then use any curl converter to get headers. Keep the other boxes blank. Then send request. It will generate the key. Then use Nm3u8-RE to download the videos. If you have any problem in these steps search in this Forum instead of google. You will get your answer.
    You've got to be joking!! You are, right?? Aren't you?? You say you need to find the pssh? And if there is no pssh, what do you do then? But then you say you need to paste a cURL of the license? And then you have to go to curlconverter.com to paste the curl again to get headers? Why? They are already in the first curl that you pasted. And finally back to where you pasted the pssh. and it only gives you keys? So you then you need to download bits of video and audio and apply the keys to decrypt and then join the bits? And you recommend that? Which planet are you from, friend?

    With the noob starter pack you provide the mpd (No searching through it for pssh and selecting the wrong one, it finds or makes one). And all you do the is paste the license cURL and the video name. And the script - hell3.py - obtains the pssh, get keys and downloads a playable video. Simples https://files.videohelp.com/u/301890/hellyes.zip 438 downloads by users.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes.zip
    Quote Quote  
  12. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by A_n_g_e_l_a View Post
    Simples https://files.videohelp.com/u/301890/hellyes.zip 438 downloads by users.
    Good propaganda with a beautiful sophism and an appeal to the majority !
    Quote Quote  
  13. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by aqzs View Post
    Good propaganda with a beautiful sophism and an appeal to the majority !
    I am programmed to please! But 'sophism' means false argument. There is nothing false about it. The noob starter pack does a better job than any key finding site.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes.zip
    Quote Quote  
  14. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by A_n_g_e_l_a View Post
    I am programmed to please! But 'sophism' means false argument. There is nothing false about it. The noob starter pack does a better job than any key finding site.
    Yes for sure ! The noob starter pack is definitely a handy tool for beginners. But 438 downloads don't make it better (people downloading it are maybe not tech savvy and might download it 3 times just to make sure ).
    Quote Quote  
  15. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by aqzs View Post
    But 438 downloads don't make it better (people downloading it are maybe not tech savvy and might download it 3 times just to make sure ).
    Yes they might. And one single user may have passed it on to 3 friends. So what are you saying? Mights and maybes are imponderable, and best ignored.

    PS if I include the 47 copies that 'leaked' during independent testing that makes 485 copies.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes.zip
    Quote Quote  
  16. maybe someone can help with my question?
    I was able to download the audio track separately
    , I also found an m3u8 file with video track segments
    , but how do I download these video segments?
    Quote Quote  
  17. Originally Posted by BCH View Post
    maybe someone can help with my question?
    I was able to download the audio track separately
    , I also found an m3u8 file with video track segments
    , but how do I download these video segments?
    With N_m3u8DL-RE.
    Quote Quote  
  18. Originally Posted by A_n_g_e_l_a View Post
    Originally Posted by Sagnik View Post

    Use CDRM project https://cdrm-project.com/
    Put PSSH in pssh tab and get the post request curl and then use any curl converter to get headers. Keep the other boxes blank. Then send request. It will generate the key. Then use Nm3u8-RE to download the videos. If you have any problem in these steps search in this Forum instead of google. You will get your answer.
    You've got to be joking!! You are, right?? Aren't you?? You say you need to find the pssh? And if there is no pssh, what do you do then? But then you say you need to paste a cURL of the license? And then you have to go to curlconverter.com to paste the curl again to get headers? Why? They are already in the first curl that you pasted. And finally back to where you pasted the pssh. and it only gives you keys? So you then you need to download bits of video and audio and apply the keys to decrypt and then join the bits? And you recommend that? Which planet are you from, friend?

    With the noob starter pack you provide the mpd (No searching through it for pssh and selecting the wrong one, it finds or makes one). And all you do the is paste the license cURL and the video name. And the script - hell3.py - obtains the pssh, get keys and downloads a playable video. Simples https://files.videohelp.com/u/301890/hellyes.zip 438 downloads by users.
    I am sorry. I was not aware about your noob starter pack.
    Quote Quote  
  19. Originally Posted by white_snake View Post
    Originally Posted by BCH View Post
    maybe someone can help with my question?
    I was able to download the audio track separately
    , I also found an m3u8 file with video track segments
    , but how do I download these video segments?
    With N_m3u8DL-RE.
    thanks for the answer!
    but I haven't seen master.mpd in my browser.
    Quote Quote  



Similar Threads

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