VideoHelp Forum
+ Reply to Thread
Results 1 to 9 of 9
Thread
  1. resolved.
    Last edited by adi111; 3rd Aug 2020 at 05:08.
    Quote Quote  
  2. streamlink "https://cdn-test.mncnow.id/live/eds/RTV/sa_hls/RTV.m3u8?begin=1595871000&end=1595872800" best -o video.ts
    Quote Quote  
  3. Originally Posted by LZAA View Post
    streamlink "https://cdn-test.mncnow.id/live/eds/RTV/sa_hls/RTV.m3u8?begin=1595871000&end=1595872800" best -o video.ts
    thanks, resolved.
    Quote Quote  
  4. Cat Loving Old Fart
    Join Date
    Apr 2003
    Location
    PA USA
    Search PM
    Why would you edit your original question and replace it with "resolved"? People are here (myself included) trying to learn from other people's problems. Knowing the answer to a question isn't very helpful if you don't know the question. Please don't do that again.
    Last edited by Gripweed; 3rd Aug 2020 at 19:24.
    Quote Quote  
  5. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by Gripweed View Post
    Knowing the answer to a question isn't very helpful if you don't know the question.
    The first post is still in available in bing cache if you'd like to see it: http://archive.is/lPdMj


    Originally Posted by Gripweed View Post
    People are here (myself included) trying to learn from other people's problems.
    If adi111 resolved the problem, he did so on his own. No solution was posted to the thread, so you really didn't miss anything.
    Quote Quote  
  6. Cat Loving Old Fart
    Join Date
    Apr 2003
    Location
    PA USA
    Search PM
    So, what LZAA wrote wasn't the answer? The OP thanked him for it.

    Thanks for the suggestion for the Bing archive but I like my Questions and Answers together on their original forum. I'm funny that way.
    Quote Quote  
  7. Yeah, I hate it when posters delete the text of their posts too. The point of having a public board like this to help other people as well as the OP. Just for the record (and thanks to ponens' bing link):

    Originally Posted by adi111 View Post
    i want to download a portion of video from m3u8 link that has separate video and audio .ts

    from this link

    Code:
    https://cdn-test.mncnow.id/live/eds/RTV/sa_hls/RTV.m3u8?begin=1595871000&end=1595872800
    when i use youtube-dl -g to see the link i get 2 .ts link avc1 and mp4a.

    usually i use ffmpeg -ss -i -t -c copy to download a portion video from generated m3u8 link on youtube-dl.

    but it didnot work with link above when video and audio are separate.
    I tried LZAA's command but it only downloaded the video, no audio.
    Quote Quote  
  8. (double post)
    Last edited by abolibibelot; 5th Aug 2020 at 15:55. Reason: deleted double post – it may be on Bing cache for anyone interested
    Quote Quote  
  9. @ ponens
    The first post is still in available in bing cache if you'd like to see it: http://archive.is/lPdMj
    Unless someone does what you did, Bing cached pages get overwritten by a newer version of the page after a few days (same for Google). Only Archive.org (as far as I know) keeps older versions of a same page, but it won't save every single forum thread.

    @ jagabo
    I tried LZAA's command but it only downloaded the video, no audio.
    I just tried and it doesn't work at all. It would seem like this particular timecode interval is no longer available, and perhaps only the video stream was available two days ago.
    (1595871000 is a Unix timestamp which corresponds to 2020/07/27 17:30 PM)

    Now with :
    Code:
    streamlink "https://cdn-test.mncnow.id/live/eds/RTV/sa_hls/RTV.m3u8?begin=1596562200&end=1596564000" best -o video.ts
    (begin = 2020/08/04 17:30, end = 2020/08/04 18:00)
    It works and the output has video + audio.

    Works with youtube-dl as well :
    Code:
    H:\>youtube-dl -F "https://cdn-test.mncnow.id/live/eds/RTV/sa_hls/RTV.m3u8?begin=1596562200&end=1596564000"
    [generic] RTV: Requesting header
    [generic] RTV: Downloading m3u8 information
    [info] Available formats for RTV:
    format code            extension  resolution note
    audio-AACL-66-English  mp4        audio only [en]
    audio-AACL-99-English  mp4        audio only [en]
    225                    mp4        256x144     225k , avc1.4d401f, 25.0fps, video only
    258                    mp4        256x144     258k , avc1.4d401f, 25.0fps, video only
    384                    mp4        426x240     384k , avc1.4d401f, 25.0fps, video only
    417                    mp4        426x240     417k , avc1.4d401f, 25.0fps, video only
    596                    mp4        640x360     596k , avc1.4d401f, 25.0fps, video only
    629                    mp4        640x360     629k , avc1.4d401f, 25.0fps, video only
    1126                   mp4        854x480    1126k , avc1.640029, 25.0fps, video only
    1159                   mp4        854x480    1159k , avc1.640029, 25.0fps, video only (best)
    
    youtube-dl -f bestvideo+bestaudio "https://cdn-test.mncnow.id/live/eds/RTV/sa_hls/RTV.m3u8?begin=1596562200&end=1596564000"
    => downloads as MP4 using ffmpeg

    (As a side note, the aspect ratio seems to be consistently messed up on this channel, it's all 4:3 content but broadcast as 16:9.)
    Last edited by abolibibelot; 5th Aug 2020 at 16:10.
    Quote Quote  



Similar Threads

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