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?
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 16 of 16
-
-
Use ffmpeg:
Code:ffmpeg -i http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1.m3u8 -vcodec copy -acodec copy video.mkv
-
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
-
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
Code:ffmpeg -i http://fms01.stream.internetone.it/hls-live/livepkgr/_definst_/8fm/8fm1.m3u8 -vcodec copy -acodec copy video.ts
the file is download in C:\ffmpeg-20150421-git-a924b83-win32-static\binLast edited by biezom; 21st Apr 2015 at 12:13.
-
-
-
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? -
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
JE SUIS CHARLIE !!! -
-
-
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 !!! -
another version problem as yesterday with livestreamer
-
-
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 !!! -
@ 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
Similar Threads
-
Need help finding m3u8 link
By goope in forum Video Streaming DownloadingReplies: 5Last Post: 4th Apr 2015, 08:13 -
How do I watch this m3u8?
By Geronimo66 in forum Video Streaming DownloadingReplies: 9Last Post: 25th Nov 2014, 16:00 -
m3u8 link
By goope in forum Video Streaming DownloadingReplies: 54Last Post: 15th Oct 2014, 10:12 -
help me kure.tv rtmp m3u8
By dogantemel1978 in forum Video Streaming DownloadingReplies: 8Last Post: 19th May 2014, 17:56 -
RTMP and m3u8 video capture ?
By BlueStone in forum Video Streaming DownloadingReplies: 7Last Post: 17th Feb 2014, 06:55