Announcement

Collapse
No announcement yet.

SF & Sling TV

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

    StreamFab General Query SF & Sling TV

    Can anyone else download from sling tv? I'm trying to get a movie that I can't find anywhere else and it won't detect.

    #2
    No detection for me with free content
    Code:
    [Info]: UpdateDownloadStatus : Status_request_metadata_failed --> Status_request_metadata_failed
    [Info]: M3u8RootCB not ready content.
    [Info]: UpdateDownloadStatus : Status_request_metadata_failed --> Status_none

    Originally posted by Cats4U View Post
    I contacted someone in Marketing to have the Sling icon removed from the advertisement ..
    Click image for larger version  Name:	Screenshot 2024-02-23 4.39.17 PM.png Views:	455 Size:	213.0 KB ID:	438067

    Comment


      #3
      Originally posted by fanatic View Post
      Can anyone else download from sling tv? I'm trying to get a movie that I can't find anywhere else and it won't detect.
      what movie is it that you can't find anywhere else ??

      Comment


        #4
        hmm, I get a mpd url and a key to decrypt ..
        .. but after 1st segment I get result 400 (Bad Request) with N_m3u8DL-RE
        DL with yt-dlp works fine and result need to decrypted ..

        example "The Tomorrow People.s01e22"
        Code:
        https://p-cdn1-1-cg7-vod-cbd46b77.movetv.com/clipslist/vod/35dcb92ec8c441969b17682dbb7b2c03-real-pto.mpd
        key: b19920e705764c0e9858f9fd3a715a49:b2764d88bab92558f838b4c8555cd63f

        Comment


          #5
          I was trying to get Demonic Toys 2: Personal Demons but SF won't do anything. It's also a free movie. I even tried using the latest Tubedigger but it always fails.

          Comment


            #6
            Originally posted by fanatic View Post
            I was trying to get Demonic Toys 2: Personal Demons but SF won't do anything. It's also a free movie. I even tried using the latest Tubedigger but it always fails.
            it's on youtube for free - https://www.youtube.com/watch?v=crs73LzOm-I

            Comment


              #7
              Code:
              https://p-cdn1-1-cg7-vod-cbd46b77.movetv.com/clipslist/vod/467a8b797aca4717983e981d4d305091-real-pto.mpd
              key: ea21fb4c2972471c81e5b0521b873ffb:c83d64e3c19125657ac61b5cb6f72d74
              Offer:


              Result (maximum)

              Comment


                #8
                Originally posted by october262 View Post
                Yeah I saw that but I don't like self made logos when it comes to movies. I don't like the logo in the bottom right hand corner that the uploader put there. It downloads with the video.

                Germania How would I go about using yt-dlp to get the movie? I know it's done through command line.

                Comment


                  #9
                  dl maxi (yt-dlp here)
                  Code:
                  yt-dlp --allow-u "https://p-cdn1-1-cg7-vod-cbd46b77.movetv.com/clipslist/vod/467a8b797aca4717983e981d4d305091-real-pto.mpd"
                  or user definied
                  yt-dlp --allow-u -f "ID nr" "mpd url" (ID + url see above)

                  decrypt (audio + video separat) with (mp4decrypt in bin dir here)
                  Code:
                  mp4decrypt --key ea21fb4c2972471c81e5b0521b873ffb:c83d64e3c19125657ac61b5cb6f72d74 input output
                  merge video+audio (ffmpeg here)
                  Code:
                  ffmpeg -i video.mp4 -i audio.m4a -c copy result.mp4

                  Comment


                    #10
                    Originally posted by Germania View Post
                    dl maxi (yt-dlp here)
                    Code:
                    yt-dlp --allow-u "https://p-cdn1-1-cg7-vod-cbd46b77.movetv.com/clipslist/vod/467a8b797aca4717983e981d4d305091-real-pto.mpd"
                    or user definied
                    yt-dlp --allow-u -f "ID nr" "mpd url" (ID + url see above)

                    decrypt (audio + video separat) with (mp4decrypt in bin dir here)
                    Code:
                    mp4decrypt --key ea21fb4c2972471c81e5b0521b873ffb:c83d64e3c19125657ac61b5cb6f72d74 input output
                    merge video+audio (ffmpeg here)
                    Code:
                    ffmpeg -i video.mp4 -i audio.m4a -c copy result.mp4
                    Awesome.and thank you very much. Much appreciated

                    Comment


                      #11
                      Originally posted by fanatic View Post

                      Yeah I saw that but I don't like self made logos when it comes to movies. I don't like the logo in the bottom right hand corner that the uploader put there. It downloads with the video.

                      Germania How would I go about using yt-dlp to get the movie? I know it's done through command line.
                      just downloaded the movie with yt-dlp and that full moon logo in the bottom right corner is gone

                      Comment

                      Working...
                      X