Announcement

Collapse
No announcement yet.

Canal+ download problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    6.2.0.9 Always 540P, why would they take care of us we have already paid and it's too late for money back

    Comment


      #32
      any news Wilson.Wang

      Comment


        #33
        Hello, MyCanal downloads haven't worked for several weeks... please fix this problem

        Comment


          #34
          not fixed yup any news from dev

          Comment


            #35
            Originally posted by kasro View Post
            not fixed yup any news from dev
            There is no need to repeatedly ask for news about a problem every few days. Updates are released on either Thursday or Friday of each week. Fixes will be announced in the changelogs of those updates. Future requests for news will be deleted, and possibly an infraction may be issued.

            Comment


              #36
              Originally posted by Cats4U View Post

              There is no need to repeatedly ask for news about a problem every few days. Updates are released on either Thursday or Friday of each week. Fixes will be announced in the changelogs of those updates. Future requests for news will be deleted, and possibly an infraction may be issued.
              Hi Chats4U, is the Streamfab team aware of the problem on mycanal at least? thanks

              Comment


                #37
                Future requests for news will be deleted, and possibly an infraction may be issued.
                Streamfab is the most perfect software in the entire world and never have any dysfunction

                I Hope this is what you want we put on this forum

                Comment


                  #38
                  We already know how to do it, otherwise we wouldn't be here to relaunch when an update comes out, it has even become a reflex to read the mentions of updates while hoping to see the one we are waiting for.
                  What we have been criticizing for years, is the total vagueness on the reporting of a problem, we understand that it takes time, but the lack of transparency on the progress of the problem is totally absent.

                  Concerning the infringement, we are walking on the moon, we have been reporting to you for months a problem that they are always promoting on the home page of dvdfab.fr
                  Is this also an infringement ?

                  The only information we have received is this one dated August 10, 2024: https://forum.dvdfab.cn/forum/stream...330#post451330

                  I'll let you do the math, and why doubt sets in for this to be forgotten.

                  So either it is the case, or it is a level of intervention that is done by a subcontractor (Reverse engineering), and not by this developer team.​

                  Comment


                    #39
                    Originally posted by fl4ash21 View Post

                    Hi Chats4U, is the Streamfab team aware of the problem on mycanal at least? thanks
                    I have no idea. This forum is for users to help other users. If you want to report a problem to the company/developer, you must send a Feedback and file a ticket. Occasionally Wilson or one of his helpers will wander into the forum and make a comment on an issue, but that is not how it is meant to work on a consistent basis. As maio wrote, Judy supposedly contacted the developer back in October. Moderators and just plain users have absolutely no way to directly contact developers. Maybe maio's wild conspiracy theory is true and that's the reason why. I've been trying to get to the heart of that for years. It's not any wilder than the theory that StreamFab is written by the same government agency that wrote TikTok for espionage purposes. Anyway, back to Judy, why hasn't someone contacted her, as she is the direct link to the developer? Asking for news repeatedly to a forum of other users will not get you anywhere.

                    Comment


                      #40
                      By chance since another topic, I discovered a debug on the Streamfab CEF.

                      Explanation:
                      If you launch a video from the Streamfab browser, so by canceling the analysis and clicking on Play, you can then right-click on the current video, then do (Debugging information).
                      Inside you will have a long link to an XML file.
                      Do a download, and watch the surprise, a whole list, including even Full HD 1080P.
                      You can go further to download the video, audio or subtitle, keeping the full URL, and just changing the last argument (which is the XML) by the name of the file that appears in the XML.
                      The video is obviously encrypted (hence the mime error), but you can download it by right-clicking, then Save video as...

                      We see a whole group of resolutions, but if we go higher in the XML, we see 720P and also 1080P, but which have their own keys.
                      This means that we can perfectly download 1080P videos on MyCanal !
                      I did the test, and it downloads well, the video is corrupted by the fact that it is encrypted, but it is accessible.

                      I wonder if they don't just have to rework their module, so that it can take into account these different groups of keys ?

                      Example for the movie (Bis Repetita) I voluntarily deleted the public keys:
                      Code:
                      <AdaptationSet width="1920" height="1080" frameRate="12800/512" codecs="avc1.640029" id="2" group="1" contentType="video" par="16:9" subsegmentAlignment="true">
                      <ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="ca51e6c8-efe8-4391-ac25-e7376d181fd8" xmlns:cenc="urn:mpeg:cenc:2013" />
                      <ContentProtection schemeIdUri="urn:uuid:9A04F079-9840-4286-AB92-E65BE0885F95" value="PLAYREADY">
                      <cenc:pssh xmlns:cenc="urn:mpeg:cenc:2013"></cenc:pssh>
                      </ContentProtection>
                      <ContentProtection schemeIdUri="" value="WIDEVINE">
                      <cenc:pssh xmlns:cenc="urn:mpeg:cenc:2013"></cenc:pssh>
                      </ContentProtection>
                      <ContentProtection schemeIdUri="" value="NAGRA">
                      <cenc:pssh xmlns:cenc="urn:mpeg:cenc:2013"> cenc:pssh>
                      </ContentProtection>
                      <ContentProtection schemeIdUri="" value="cenc">
                      <cenc:pssh xmlns:cenc="urn:mpeg:cenc:2013"></cenc:pssh>
                      </ContentProtection>
                      <EssentialProperty schemeIdUri="urn:mpeg:mpegB:cicp:TransferCharacter istics" value="15" />
                      <SupplementalProperty schemeIdUri="urn:mpeg:dash:adaptation-set-switching:2016" value="1,3" />
                      <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main" />
                      <Representation sar="1:1" mimeType="video/mp4" codecs="avc1.640029" id="mdia-4500000-1" bandwidth="4500000">
                      <BaseURL>w1_v_avc_20_1080_1920_0_4500.mp4</BaseURL>
                      <SegmentBase timescale="12800" indexRange="2324-18219">
                      <Initialization range="0-2323" />
                      </SegmentBase>
                      </Representation>
                      </AdaptationSet>
                      In any case, there is a touch-up to be done in the module, it remains to be seen if it is not a story of algorithm of keys still unknown, but we have proof that Streamfab can go well above 720P.
                      It would be great if we could have an Expert mode, to put our own links and keys.

                      Comment

                      Working...
                      X