PDA

View Full Version : Can anybody help me to get this Jamaican Radio?


piratilla_bcn
06-10-2015, 07:11 AM
Hi, I need help from anyone who knows how to get this radio

http://mixlr.com/hot102fm/

I would like to catch it with Linux command-line...

Any help???

Many thanks!! :-)

surya987
06-10-2015, 09:33 PM
http://mixlr.com/broadcasts/4f9bb18b7576afa7ded6f2148efce657/playlist.m3u8

ffmpeg -i "http://mixlr.com/broadcasts/4f9bb18b7576afa7ded6f2148efce657/playlist.m3u8" -c copy out.aac

it support rtmp too.... but ffmpeg is simplest method

piratilla_bcn
06-11-2015, 05:39 AM
http://mixlr.com/broadcasts/4f9bb18b7576afa7ded6f2148efce657/playlist.m3u8

ffmpeg -i "http://mixlr.com/broadcasts/4f9bb18b7576afa7ded6f2148efce657/playlist.m3u8" -c copy out.aac

it support rtmp too.... but ffmpeg is simplest method

yes, I use ffmpeg a lot (now avconv in Ubuntu systems).

Anyways, many thanks for your help!!! :D:D:D

piratilla_bcn
06-16-2015, 08:10 AM
Sorry, the link seems it isn't working anymore... can anybody help me? :(

biezom
06-16-2015, 09:03 AM
Sorry, the link seems it isn't working anymore... can anybody help me? :(

http://edge02.mixlr.com/live/production/abe60be47524804f4800c7a170751fe0/playlist.m3u8

to find this url
tools: firefox, user agent switcher addon, adblockplus addon

first use user agent switcher addon and switch to iPhone 3.0

http://i61.tinypic.com/29qnrec.png


second use adblockplus addon to sniff trafic
http://i62.tinypic.com/fm2nhd.png

http://i60.tinypic.com/28v6jqx.png

piratilla_bcn
06-17-2015, 03:27 AM
http://edge02.mixlr.com/live/production/abe60be47524804f4800c7a170751fe0/playlist.m3u8

to find this url
tools: firefox, user agent switcher addon, adblockplus addon

first use user agent switcher addon and switch to iPhone 3.0

http://i61.tinypic.com/29qnrec.png


second use adblockplus addon to sniff trafic
http://i62.tinypic.com/fm2nhd.png

http://i60.tinypic.com/28v6jqx.png

Many thanks biezom!!! this info will be very useful to me, thanks a lot!!

jkg
09-29-2015, 10:51 PM
Can this be done in Chrome too or any other methods? Also my user agent switcher in Chrome doesn't have iphone 3 as an option, only iphone 6.

Any other ways to capture live streams from this site outside of using Firefox?

jkg
09-29-2015, 11:47 PM
Actually Firefox doesn't work now for me either. I take the m3u8 link and try it with FFmpeg, and it says "Input/output error".

Edit: Nevermind I think I got it working using Firefox and FFmpeg. Is there any way to start downloading from an earlier point in the stream or some of the older chunks using the m3u8? I'd guess probably not but who knows.

biezom
09-30-2015, 02:07 AM
Actually Firefox doesn't work now for me either. I take the m3u8 link and try it with FFmpeg, and it says "Input/output error".

Edit: Nevermind I think I got it working using Firefox and FFmpeg. Is there any way to start downloading from an earlier point in the stream or some of the older chunks using the m3u8? I'd guess probably not but who knows.


hi

you can find the .m3u8 in the source page no need switch user Agent

http://i.imgur.com/wslFawo.png




or you can find all info for all protocol here (example for radiodocgr)


http://api.mixlr.com/users/radiodocgr?source=embed&callback=onUserLoad (http://api.mixlr.com/users/radiodocgr?source=embed&callback=onUserLoad)

jkg
10-01-2015, 12:54 AM
Great, thanks. That really helps a lot. Thanks again, I appreciate the response.