VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Hello,

    I am trying to download a movie below with use of with use of HLS Downloader 3.0.0 in Chromium (linux), upon establishing VPN (CH).

    https://www.rts.ch/play/tv/telefilm/video/meurtres-a-la-pointe-du-raz?urn=urn:rts:video:11903977

    Transfer seems ok but unfortunately later I am not able to open downloaded .ts file with VLC or any player, and ffprobe gives me an error message "Invalid data found when processing input". Tried various resolution files.

    Should I somehow decrypt this file? At the RTS webpage the movie is being played properly.

    Any advise how to download this file in TS format (with subtitles in a bundle)?

    Thanks in advance
    EC
    Quote Quote  
  2. Its an mp4 in various formats, not encrypted

    Image
    [Attachment 57091 - Click to enlarge]


    1080p best version (4.08 gb) downloads simply and easily with youtube-dl

    youtube-dl -f HTTP-HLS-HD-6129 "https://www.rts.ch/play/tv/telefilm/video/meurtres-a-la-pointe-du-raz?urn=urn:rts:video:11903977"
    Last edited by codehound; 1st Feb 2021 at 06:42.
    Quote Quote  
  3. You dont need to do all the steps wich codehound provided youtube-dl supports that link directly use TVDownloader paste link and it will download simple as that or youtube-dl -f best "https://www.rts.ch/play/tv/telefilm/video/meurtres-a-la-pointe-du-raz?urn=urn:rts:video:11903977" edit nevermind codehound's solution is perfect with my suggestions it only downloads like 2gb and a bit ignore my post
    Last edited by ChezBompaLawijt; 1st Feb 2021 at 07:01.
    Quote Quote  
  4. Would you mind to download any of these mp4 files (even the smallest one) to check whether it's usable and there are subtitles avaialble in it?

    Like I mentioned earlier, I am able to download any of these files via HLS Downloader 3.0.0 but none of these files is usable - they look like completely corrupted.
    Quote Quote  
  5. Originally Posted by ChezBompaLawijt View Post
    You dont need to do all the steps wich codehound provided youtube-dl supports that link directly use TVDownloader paste link and it will download simple as that or youtube-dl -f best "https://www.rts.ch/play/tv/telefilm/video/meurtres-a-la-pointe-du-raz?urn=urn:rts:video:11903977"
    Code:
    youtube-dl URL
    in this case downloads the 720p
    Quote Quote  
  6. Originally Posted by ecolek View Post
    Would you mind to download any of these mp4 files (even the smallest one) to check whether it's usable and there are subtitles avaialble in it?

    Like I mentioned earlier, I am able to download any of these files via HLS Downloader 3.0.0 but none of these files is usable - they look like completely corrupted.
    When playing in VLC it indicates no subtitles are available but the player obviously is dragging them up from somewhere, so they are not embedded in the mp4.

    To download in TS format (if thats what you want) use:

    youtube-dl -f HTTP-HLS-HD-6129 "https://www.rts.ch/play/tv/telefilm/video/meurtres-a-la-pointe-du-raz?urn=urn:rts:video:11903977" -o output.ts
    Streamlink also works:

    streamlink "https://rts-vod-amd.akamaized.net/ch/hls/11903977/1aa4a512-6c0a-3890-9d5a-00050bc6004f/master.m3u8" best -o output.ts
    yes I can upload whatever version you want (?) for viewing.

    Lowest quality (180p) version for appraisal:

    http://www.mediafire.com/file/vr04zde4ynfze6k
    Last edited by codehound; 1st Feb 2021 at 07:12.
    Quote Quote  
  7. If you can upload version 720p in TS format with subtitles embedded, that would be briliant. Thanks in advance.

    I really have to figure out what I am doing wrong with these downloads directly from the server...
    Quote Quote  
  8. Originally Posted by ecolek View Post
    If you can upload version 720p in TS format with subtitles embedded, that would be briliant. Thanks in advance.
    720p in TS format is easy - it may need a little more work to get the subs separately and mux them - youtube-dl reports:

    Image
    [Attachment 57092 - Click to enlarge]
    Quote Quote  
  9. Hello again,

    can you advise me how can I download only SRT sublitles without downloading a movie from RTS, with use of youtube-dl or streamlink?

    URL to the movie https://www.rts.ch/play/tv/telefilm/video/meurtres-a-toulouse?urn=urn:rts:video:11939634

    In .json file (https://il.srgssr.ch/integrationlayer/2.0/srf/mediaComposition/video/d588365b-b2e8-47f...yChapters=true) I can see the section:

    resourceList" : [ {
    "url" : "https://rts-vod-amd.akamaized.net/ch/hls/11939634/c312a730-29df-37c0-bcd0-fcd591e964fb/master.m3u8",
    "quality" : "HD",
    "protocol" : "HLS",
    "encoding" : "H264",
    "mimeType" : "application/x-mpegURL",
    "presentation" : "DEFAULT",
    "streaming" : "HLS",
    "dvr" : false,
    "live" : false,
    "mediaContainer" : "UNKNOWN",
    "audioCodec" : "AAC",
    "videoCodec" : "H264",
    "tokenType" : "NONE",
    "audioTrackList" : [ {
    "locale" : "fr",
    "language" : "Français",
    "source" : "HLS"
    } ],
    "subtitleInformationList" : [ {
    "locale" : "fr",
    "language" : "Français (SDH)",
    "source" : "HLS",
    "type" : "SDH"
    } ],



    Unfortunately youtube-dl (version 2021.02.04.1) provides such result:

    ~/youtube-dl --list-subs "https://rts-vod-amd.akamaized.net/ch/hls/11939634/c312a730-29df-37c0-bcd0-fcd591e964fb/master.m3u8"
    [generic] master: Requesting header
    [generic] master: Downloading m3u8 information
    master has no subtitles


    Any suggestion for specific switch to youtube-dl ?

    Thanks in advance
    EC
    Last edited by ecolek; 7th Feb 2021 at 08:59.
    Quote Quote  



Similar Threads

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