VideoHelp Forum
+ Reply to Thread
Results 1 to 16 of 16
Thread
  1. Hi to all.
    I'm trying to obtain a working rtmp link from some m3u8.

    With the help of http://www.m3u8tortmp.com/ I've obtained from
    http://79.125.86.80:1935/livetest2/lacosa/chunklist.m3u8
    this working rtmp
    rtmp://79.125.86.80:1935/livetest2/lacosa

    I've tried the same with
    http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1.m3u8
    and I've obtained this
    rtmp://fms01.stream.internetone.it/hls-live/livepkgr
    but this doesn't work!

    The referrer website is http://www.ottofmtv.com/, here is possible to set 3 different streams (high, medium and low quality) so you can obtain:
    http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1.m3u8
    http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm2.m3u8
    http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm3.m3u8

    the rtmp link obtained from http://www.m3u8tortmp.com/ is ever rtmp://fms01.stream.internetone.it/hls-live/livepkgr (it's strange) and doesn't work

    I've also tried
    rtmp://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1
    and
    rtmp://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm
    but nothing to do
    How can I do?
    Quote Quote  
  2. Sorry, I don't know ffmpeg, if you can explain better... thanks
    Quote Quote  
  3. Ok, I've tried to execute your command but I obtain:

    Code:
    http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1.m3u8: Unknown format
    Simply Iwant obtain a rtmp link from this m3u8 stream
    Quote Quote  
  4. Originally Posted by overburner View Post
    Sorry, I don't know ffmpeg, if you can explain better... thanks

    maybe the server does not offer rtmp protocol
    so to use ffmpeg
    go to the page http://ffmpeg.zeranoe.com/builds/
    download your static version 32bit or 64 bit

    in my example 32 bit
    unzip the file with 7-Zip in C:\ for example
    run cmd.exe
    go in ffmpeg'bin folder
    Code:
    cd C:\ffmpeg-20150421-git-a924b83-win32-static\bin
    paste the command
    Code:
    ffmpeg -i http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1.m3u8 -vcodec copy -acodec copy video.ts
    not .mkv output but .ts
    the file is download in C:\ffmpeg-20150421-git-a924b83-win32-static\bin
    Last edited by biezom; 21st Apr 2015 at 12:13.
    Quote Quote  
  5. Originally Posted by biezom View Post
    not .mkv output but .ts
    I prefer mkv but the OP can use whatever container he wants.
    Quote Quote  
  6. Originally Posted by jagabo View Post
    Originally Posted by biezom View Post
    not .mkv output but .ts
    I prefer mkv but the OP can use whatever container he wants.
    just
    Code:
    -acodec copy video.mkv
    doesn't work for me
    if i want mkv

    Code:
    -acodec libfdk_aac  video.mkv
    Code:
    -acodec aac -strict -2 video.mkv
    Quote Quote  
  7. Thanks to all of you!
    But my intention was only to use rtmp protocol instead m3u8 if it was supported. Probably it's not be offered...
    But one question: the service is provided from www.internetone.it and there is another old stream of this channel not used anymore but still active, this: rtmp://8fm.stream.internetone.it/streaming/8fm.stream.
    It's works again but there is only a black screen with another tv logo.
    That's could mean that rtmp protocol exist also for http://79.125.86.80:1935/livetest2/lacosa/chunklist.m3u8 or not?
    Quote Quote  
  8. Hi ,

    What a job for someting having a duration = 19s !!!

    Code:
    Input #0, hls,applehttp, from 'http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1.m3u8':
      Duration: 00:00:00.19, start: 63983.816544, bitrate: 27 kb/s
      Program 0
        Metadata:
          variant_bitrate : 0
        Stream #0:0: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 720x576 [SAR 1:1 DAR 5:4], 25 tbr, 90k tbn, 50 tbc
        Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 130 kb/s
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  9. Originally Posted by biezom View Post
    Originally Posted by jagabo View Post
    Originally Posted by biezom View Post
    not .mkv output but .ts
    I prefer mkv but the OP can use whatever container he wants.
    just
    Code:
    -acodec copy video.mkv
    doesn't work for me
    if i want mkv
    Weird. I didn't have any problems, aside from a few error messages at the start of the download. I downloaded about 30 minutes worth and verified the video file was good.
    Quote Quote  
  10. Originally Posted by aazerty View Post
    Hi ,

    What a job for someting having a duration = 19s !!!

    Code:
    Input #0, hls,applehttp, from 'http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1.m3u8':
      Duration: 00:00:00.19, start: 63983.816544, bitrate: 27 kb/s
      Program 0
        Metadata:
          variant_bitrate : 0
        Stream #0:0: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 720x576 [SAR 1:1 DAR 5:4], 25 tbr, 90k tbn, 50 tbc
        Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 130 kb/s
    Cheers .

    i don't know why you have only 19s
    i try again few minutes download no problem
    Quote Quote  
  11. Hi biezom ,

    I have followed your process , downloading 'ffmpeg-20150421-git-a924b83-win32-static' .
    And it's ok now .

    Many thanks .

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  12. Originally Posted by aazerty View Post
    Hi biezom ,

    I have followed your process , downloading 'ffmpeg-20150421-git-a924b83-win32-static' .
    And it's ok now .

    Many thanks .

    Cheers .
    another version problem as yesterday with livestreamer
    Quote Quote  
  13. Member
    Join Date
    Apr 2015
    Location
    Morocco
    Search Comp PM
    Originally Posted by biezom View Post
    Originally Posted by overburner View Post
    Sorry, I don't know ffmpeg, if you can explain better... thanks

    maybe the server does not offer rtmp protocol
    so to use ffmpeg
    go to the page http://ffmpeg.zeranoe.com/builds/
    download your static version 32bit or 64 bit

    in my example 32 bit
    unzip the file with 7-Zip in C:\ for example
    run cmd.exe
    go in ffmpeg'bin folder
    Code:
    cd C:\ffmpeg-20150421-git-a924b83-win32-static\bin
    paste the command
    Code:
    ffmpeg -i http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1.m3u8 -vcodec copy -acodec copy video.ts
    not .mkv output but .ts
    the file is download in C:\ffmpeg-20150421-git-a924b83-win32-static\bin
    how to delete the recorder video.ts in time ?
    Quote Quote  
  14. Hi biezom ,

    I am a bit disturb !!! Which is the latest version ?

    What I have done :
    =====
    _ DL 'livestreamer-v1.12.1-win32.zip' on the 26/03/2015 <= NOT VERY WELL WORKING !!!
    _ DL 'livestreamer-latest-win32-v1.12.1-18-g6060865.zip' on the 21/04/2015
    ( the link as changed as it is not the lastest one (?) see below )
    ( http://livestreamer-builds.s3.amazonaws.com/livestreamer-v1.12.1-18-g6060865-win32.zip )
    =====

    What is written :
    =====
    http://docs.livestreamer.io/install.html#windows-binaries
    ---
    Zip archive
    https://github.com/chrippa/livestreamer/releases/download/v1.12.1/livestreamer-v1.12.1-win32.zip
    ---
    Nightly build
    http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip
    =====

    Normally the new version should be 'v1.12.2' instead of 'v1.12.1' (???) .

    Cheers .

    EDIT :

    ===
    http://livestreamer-builds.s3.amazonaws.com/
    ---
    <Contents>
    <Key>livestreamer-v1.12.1-18-g6060865-win32.zip</Key>
    <LastModified>2015-04-16T18:56:36.000Z</LastModified>
    <ETag>"c74c50d67e62a47fbe127d2b10cfca6f"</ETag>
    <Size>4840835</Size>
    <StorageClass>STANDARD</StorageClass>
    </Contents>
    ---
    or
    ---
    <Contents><Key>livestreamer-latest-win32.zip</Key>
    <LastModified>2015-04-16T18:56:32.000Z</LastModified>
    <ETag>"c74c50d67e62a47fbe127d2b10cfca6f"</ETag>
    <Size>4840835</Size>
    <StorageClass>STANDARD</StorageClass>
    </Contents>
    ---
    result : 'livestreamer-latest-win32.zip' = 'livestreamer-v1.12.1-18-g6060865-win32.zip'
    ===
    For DL
    http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip
    or
    http://livestreamer-builds.s3.amazonaws.com/livestreamer-v1.12.1-18-g6060865-win32.zip
    ===
    Last edited by aazerty; 22nd Apr 2015 at 07:56.
    JE SUIS CHARLIE !!!
    Quote Quote  
  15. @ aazerty

    http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip
    and
    http://livestreamer-builds.s3.amazonaws.com/livestreamer-v1.12.1-18-g6060865-win32.zip

    same build of the latest development code from the git repo (i suppose unstable) statics version need specify its directory


    https://github.com/chrippa/livestreamer/releases/download/v1.12.1/livestreamer-v1.12.1-win32.zip
    the same version that the executable but static version

    'v1.12.2' version it will be for the next stable release, which fixes major bugs and add news plugins or command line options
    Quote Quote  



Similar Threads

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