Hi!
Can anyone help me to download audio from mixlr?
Im using MAC!
For example I want to record this one:
http://mixlr.com/★-englishman-...wreel/house-5/
What should I do for it?
Thanks!
+ Reply to Thread
Results 1 to 10 of 10
-
-
agariot11, in the future please use a more descriptive subject title in your posts to allow others to search for similar topics. I will change yours this time. From our rules:
Try to choose a subject that describes your topic.
Please do not use topic subjects like Help me!!! or Problems.
Moderator redwudz -
http://mixlr.com/★-englishman-radio-01/showreel/house-5/
OK! Sorry about that. -
If I were you, I would record the audio played in that page with Audacity or another audio editor.
It seems the original file is hosted at the infamous SoundCloud, but the exact URL must be hidden inside an "external" .js file
BTW: I listened to the "thing", and I am very sure its pure garbage
EDIT:
jagabo proved that I was wrong : -/Last edited by El Heggunte; 7th Sep 2016 at 07:36. Reason: : -/
-
Viewing the page source in a browser revealed this link:
http://mixlr.com/broadcasts/b594d4d994767f924250c6041409864f/playlist.m3u8
I then downloaded with ffmpeg:
Code:"g:\program files\ffmpeg\bin\ffmpeg" -i "http://mixlr.com/broadcasts/b594d4d994767f924250c6041409864f/playlist.m3u8" -acodec copy output.mp3
But the site is off-air now. So that's probably just a placeholder file. The same method may not work when the site is live.Last edited by jagabo; 7th Sep 2016 at 06:56.
-
Sorry to necrothread this, but it seems like there was no real solution except using an audio recorder.
I'm trying to capture from IndyCar radio: http://mixlr.com/broadcasts/0ab6be7e35003fd55fbb33fda119835a/playlist.m3u8
Both ffmpeg and yt-dlp record a few seconds and then quit out. Dropping the link into Kodi and VLC has continuous playback so the playlist is correct.
I'd like to do a real download not a recording. Any suggestions? -
This actually works
ffmpeg -i http://mixlr.com/broadcasts/0ab6be7e35003fd55fbb33fda119835a/playlist.m3u8 -acodec copy output.mp3
https://www.mediafire.com/file/2tie5afuvwipuh4/output.mp3/file
Similar Threads
-
viuTV - how to download other audio track
By lolworld in forum Video Streaming DownloadingReplies: 1Last Post: 13th May 2016, 16:13 -
How to download the audio file from this website..
By herrflick in forum AudioReplies: 1Last Post: 29th Mar 2015, 14:11 -
Trying to download archived audio from radio station
By Sakura88 in forum AudioReplies: 1Last Post: 14th Nov 2014, 08:33 -
download/capture video/audio from 3sat
By MUSICFAN189 in forum Capturing and VCRReplies: 4Last Post: 31st Dec 2013, 04:22 -
Download Youtube video with multiple audio tracks?
By SimmianPrime in forum Video Streaming DownloadingReplies: 6Last Post: 1st Sep 2012, 10:33