VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hey folks,

    (1) been trying for a while to download the following video: https://tv.nrk.no/serie/kork-hele-landets-orkester/mkka71000615/12-12-2015#

    (2) The stream info lists the following as the player url: https://tv.nrk.no/pakke73/2.5.74.0a/content/flash/NRKPlayer-1.13.000.swf

    (3) and http://nordond38b-f.akamaihd.net/z/wo/open/e1/e151c634257dd6a696cba9e4c3ffce8dbf8c36e8...l/manifest.f4m as the media file.

    I've been unable to get it to work with either livestreamer or ffmpeg.
    First, I'm not clear which url to actually use to get the video.
    (I've been using the command ffmpeg -i url -c copy filename.mp4)

    ffmpeg gives me a 'HTTP error 400 Bad Request' response when I use (1);

    ffmpeg gives me a 'could not find codec parameters' error when I try with (2); (from what I've seen ffmpeg can't handle .swf, so there's that)

    ffmpeg gives me a 'HTTP error 403 Forbidden' response when I use (3).

    livestreamer, on the other hand, gives me SNIMissingWarning and InsecurePlatformWarning (for (1) and (2)) as well as an error: no plugin can handle URL. (for all 3 urls I try)

    (It's worth noting that I have installed urllib3[secure] in response to the SNIMissing and InsecurePlatform warnings to no effect)

    Any and all help would be greatly appreciated!

    Many thanks,
    jasper
    Quote Quote  
  2. Originally Posted by jasper View Post
    Hey folks,

    (1) been trying for a while to download the following video: https://tv.nrk.no/serie/kork-hele-landets-orkester/mkka71000615/12-12-2015#

    (2) The stream info lists the following as the player url: https://tv.nrk.no/pakke73/2.5.74.0a/content/flash/NRKPlayer-1.13.000.swf

    (3) and http://nordond38b-f.akamaihd.net/z/wo/open/e1/e151c634257dd6a696cba9e4c3ffce8dbf8c36e8...l/manifest.f4m as the media file.

    I've been unable to get it to work with either livestreamer or ffmpeg.
    First, I'm not clear which url to actually use to get the video.
    (I've been using the command ffmpeg -i url -c copy filename.mp4)

    ffmpeg gives me a 'HTTP error 400 Bad Request' response when I use (1);

    ffmpeg gives me a 'could not find codec parameters' error when I try with (2); (from what I've seen ffmpeg can't handle .swf, so there's that)

    ffmpeg gives me a 'HTTP error 403 Forbidden' response when I use (3).

    livestreamer, on the other hand, gives me SNIMissingWarning and InsecurePlatformWarning (for (1) and (2)) as well as an error: no plugin can handle URL. (for all 3 urls I try)

    (It's worth noting that I have installed urllib3[secure] in response to the SNIMissing and InsecurePlatform warnings to no effect)

    Any and all help would be greatly appreciated!

    Many thanks,
    jasper

    hi
    hds(.f4m) protocol
    so
    Code:
    livestreamer "hds://http://nordond38b-f.akamaihd.net/z/wo/open/e1/e151c634257dd6a696cba9e4c3ffce8dbf8c36e8/b4f1f078-1b23-406a-aecd-7c6685512df6_,141,316,563,1266,2250,.mp4.csmil/manifest.f4m" best -o Lido_og_KORK_12.12.2015-MKKA71000615AA.flv
    or use directly youtube-dl


    Code:
    youtube-dl -F "https://tv.nrk.no/serie/kork-hele-landets-orkester/mkka71000615/12-12-2015#"

    Code:
    [NRKTV] mkka71000615: Downloading mediaelement JSON
    [NRKTV] MKKA71000615: Downloading f4m manifest
    [NRKTV] MKKA71000615: Downloading m3u8 information
    [download] Downloading playlist: Lido og KORK 12.12.2015
    [NRKTV] playlist Lido og KORK 12.12.2015: Collected 1 video ids (downloading 1 of them)
    [download] Downloading video 1 of 1
    [info] Available formats for MKKA71000615AA:
    format code  extension  resolution note
    hls-meta     mp4        multiple   Quality selection URL 
    hls-64       mp4        unknown      64k , mp4a.40.2
    hds-211      flv        unknown     211k 
    hls-211      mp4        320x180     211k , mp4a.40.2
    hds-385      flv        unknown     385k 
    hls-385      mp4        480x270     385k , mp4a.40.2
    hds-662      flv        unknown     662k 
    hls-662      mp4        640x360     662k , mp4a.40.2
    hds-1395     flv        unknown    1395k 
    hls-1395     mp4        960x540    1395k , mp4a.40.2
    hds-2409     flv        unknown    2409k 
    hls-2409     mp4        1280x720   2409k , mp4a.40.2 (best)
    [download] Finished downloading playlist: Lido og KORK 12.12.2015


    Code:
    youtube-dl -f hls-2409 "https://tv.nrk.no/serie/kork-hele-landets-orkester/mkka71000615/12-12-2015#"
    Quote Quote  
  3. Originally Posted by biezom View Post
    hi
    hds(.f4m) protocol
    so
    Code:
    livestreamer "hds://http://nordond38b-f.akamaihd.net/z/wo/open/e1/e151c634257dd6a696cba9e4c3ffce8dbf8c36e8/b4f1f078-1b23-406a-aecd-7c6685512df6_,141,316,563,1266,2250,.mp4.csmil/manifest.f4m" best -o Lido_og_KORK_12.12.2015-MKKA71000615AA.flv
    or use directly youtube-dl


    Code:
    youtube-dl -F "https://tv.nrk.no/serie/kork-hele-landets-orkester/mkka71000615/12-12-2015#"

    Code:
    [NRKTV] mkka71000615: Downloading mediaelement JSON
    [NRKTV] MKKA71000615: Downloading f4m manifest
    [NRKTV] MKKA71000615: Downloading m3u8 information
    [download] Downloading playlist: Lido og KORK 12.12.2015
    [NRKTV] playlist Lido og KORK 12.12.2015: Collected 1 video ids (downloading 1 of them)
    [download] Downloading video 1 of 1
    [info] Available formats for MKKA71000615AA:
    format code  extension  resolution note
    hls-meta     mp4        multiple   Quality selection URL 
    hls-64       mp4        unknown      64k , mp4a.40.2
    hds-211      flv        unknown     211k 
    hls-211      mp4        320x180     211k , mp4a.40.2
    hds-385      flv        unknown     385k 
    hls-385      mp4        480x270     385k , mp4a.40.2
    hds-662      flv        unknown     662k 
    hls-662      mp4        640x360     662k , mp4a.40.2
    hds-1395     flv        unknown    1395k 
    hls-1395     mp4        960x540    1395k , mp4a.40.2
    hds-2409     flv        unknown    2409k 
    hls-2409     mp4        1280x720   2409k , mp4a.40.2 (best)
    [download] Finished downloading playlist: Lido og KORK 12.12.2015


    Code:
    youtube-dl -f hls-2409 "https://tv.nrk.no/serie/kork-hele-landets-orkester/mkka71000615/12-12-2015#"

    Awesome, using livestreamer with the hds protocol worked a treat. To be perfectly honest I understand not very much of what's going on there, but thank you very much nevertheless!
    Quote Quote  



Similar Threads

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