VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. url to the stream is:

    Code:
    http://83.139.104.112/content/hls/live/channel(mtv)/stream(01)/index.m3u8
    i got it from http://tvboxuzivo.blogspot.com/2013/11/mtv-adria.html

    when i try to grab it with ffmpeg -i "index.m3u8" -c copy "halal_1.ts"

    if gives me an error

    Code:
    [hls,applehttp @ 0000000002d3fd20] Failed to open segment of playlist 0
    [hls,applehttp @ 0000000002d3fd20] Error when loading first segment 'Segment(142
    67902770000000)/segment.ts'
    index.m3u8: No such file or directory
    can anyone help me with this?
    Quote Quote  
  2. Hi monk87 ,

    With 'livestreamer'
    Code:
    livestreamer "hls://http://83.139.104.112/content/hls/live/channel(mtv)/stream(01)/index.m3u8" best -o impuls_MTV.flv
    
    [cli][info] Found matching plugin stream for URL hls://http://83.139.104.112/content/hls/live/channel(mtv)/stream(01)/index.m3u8
    [cli][info] Available streams: live (worst, best)
    [cli][info] Opening stream: live (hls)
    [download][impuls_MTV.flv] Written 12.6 MB (55s @ 230.3 KB/s)
    ...
    Got a file 'impuls_MTV.flv'
    NOTE : if you only want to watch throught VLC , suppress '-o impuls_MTV.flv'

    With 'ffmpeg'
    Code:
    ffmpeg -re -i "http://83.139.104.112/content/hls/live/channel(mtv)/stream(01)/index.m3u8" -c copy -f mpegts impuls_MTV.ts
    
    ffmpeg version N-53284-gd0a34ae Copyright (c) 2000-2013 the FFmpeg developers
      built on May 20 2013 01:02:45 with gcc 4.7.3 (GCC)
      configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfi
    g --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
    e --enable-libgsm --enable-libilbc --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-li
    bopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheo
    ra --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264
     --enable-libxavs --enable-libxvid --enable-zlib
      libavutil      52. 33.100 / 52. 33.100
      libavcodec     55. 10.101 / 55. 10.101
      libavformat    55.  7.100 / 55.  7.100
      libavdevice    55.  1.100 / 55.  1.100
      libavfilter     3. 68.101 /  3. 68.101
      libswscale      2.  3.100 /  2.  3.100
      libswresample   0. 17.102 /  0. 17.102
      libpostproc    52.  3.100 / 52.  3.100
    [hls,applehttp @ 02d05e20] Estimating duration from bitrate, this may be inaccurate
    Input #0, hls,applehttp, from 'http://83.139.104.112/content/hls/live/channel(mtv)/stream(01)/index.m3u8':
      Duration: 00:00:00.34, start: 70634.883767, bitrate: 7 kb/s
      Program 0
        Metadata:
          variant_bitrate : 0
        Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 720x406 [SAR 203:270 DAR 4:3], 12.50 fps, 25 tbr, 90k tbn, 50 tbc
        Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 91 kb/s
    Output #0, mpegts, to 'impuls_MTV.ts':
      Metadata:
        encoder         : Lavf55.7.100
        Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 720x406 [SAR 203:270 DAR 4:3], q=2-31, 12.50 fps, 90k tbn, 25 tbc
        Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, 91 kb/s
    Stream mapping:
      Stream #0:0 -> #0:0 (copy)
      Stream #0:1 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    skipping 1 segments ahead, expired from playlists0:00:29.91 bitrate=2146.7kbits/s
    frame= 1284 fps= 20 q=-1.0 size=   13601kB time=00:01:01.35 bitrate=1815.8kbits/s
    ...
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  3. thanks, works perfect
    Quote Quote  



Similar Threads

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