LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   where are the flash mp3s coming from? (https://www.linuxquestions.org/questions/slackware-14/where-are-the-flash-mp3s-coming-from-598316/)

linuxhippy 11-09-2007 07:38 AM

where are the flash mp3s coming from?
 
I want to use wget to download the mp3s available on this site-below. The thing is that this site uses flash 9 to stream or make only the latest mp3 available for download...I want to download all of them. How can I do this?

Here is the site:

http://www.ccdelco.com/resources/index.htm

evilDagmar 11-09-2007 07:51 AM

You should know better than to ask in a public forum how to violate someone's copyright protection mechanisms in order to pirate music.

No one here can help you.

linuxhippy 11-09-2007 03:43 PM

oh, I wouldn't do that. These are non-copyrighten sermons. My church is affiliated with the one linked above and I know that my church has used mms format which makes it difficult to download not because of copyright issues but because mms offers a "secure" environment. The mp3s on the site above are free for the taking.

Where are they coming from:

htthttp://www.ccdelco.com/resources/index.htmp://

Alien Bob 11-09-2007 04:04 PM

Some people jump to conclusions without proper checking...

Eric

linuxhippy 11-09-2007 04:10 PM

Quote:

Originally Posted by Alien Bob (Post 2953715)
Some people jump to conclusions without proper checking...

Eric

I've gotten that a lot....but believe me, these are non-profit mp3s. I cannot even listen to one of these mp3s in Linux. Maybe it's since they are using Flash 9?

Any ideas of how I could hear these in Linux?

dive 11-09-2007 05:05 PM

Have you tried contacting the sites webmaster and explaining this? You might be given links to the actual files, or, better still, maybe the site will be made linux friendly.

linuxhippy 11-09-2007 05:11 PM

Quote:

Originally Posted by dive (Post 2953765)
Have you tried contacting the sites webmaster and explaining this? You might be given links to the actual files, or, better still, maybe the site will be made linux friendly.

that doesn't get results quickly...I might be waiting for a week just to get a reply about the sermon that's there now that won't be there by the time I get a reply (they change weekly). I'll try that, though.

Is there another way to hear the mp3 that's there now? The download link is on a flash window on the right hand side of the page. When you click on that a flash window opens and plays it with download links at the bottom...you can only hear and see all this in M$ Win.

titopoquito 11-09-2007 05:48 PM

http://www.ccdelco.com/audioplayer2/mp3/54.zip is one. If you try other numbers you get the requested file, a similar one (35 instead of 53) or a list of available files with similar names.

P.S.: With a newer flash player the content IS displayed.

Alien Bob 11-09-2007 05:53 PM

Quote:

Originally Posted by titopoquito (Post 2953801)
P.S.: With a newer flash player the content IS displayed.

Maybe that is why my Slackware 12.0 box has no problems whatsoever to open the flash popup, select a sermon and listen to what the man has to tell?

Eric

linuxhippy 11-09-2007 05:54 PM

Quote:

Originally Posted by titopoquito (Post 2953801)
http://www.ccdelco.com/audioplayer2/mp3/54.zip is one. If you try other numbers you get the requested file, a similar one (35 instead of 53) or a list of available files with similar names.

P.S.: With a newer flash player the content IS displayed.


thanks-I emailed the webmaster there about archiving their sermons in a simple mp3 format. I'm not sure why they zipped it...it's still a huge file. With the right mp3 compression they should be able to get the 24 MB file down to a 10 MB mp3 (it's probably a 1 hour sermon).

linuxhippy 11-09-2007 05:56 PM

Quote:

Originally Posted by Alien Bob (Post 2953803)
Maybe that is why my Slackware 12.0 box has no problems whatsoever to open the flash popup, select a sermon and listen to what the man has to tell?

Eric

Nice to know it works in Slack 12. That's where I'm at now...I go back and forth between Fedora Core 7 and Slackware 12. It wouldn't open in Fedora Core. I'll try it in Slack now!

Alien Bob 11-09-2007 05:58 PM

Quote:

Originally Posted by linuxhippy (Post 2953808)
It wouldn't open in Fedora Core

So, why did you bring this up as a problem in a Slackware forum then???

Eric

linuxhippy 11-09-2007 06:03 PM

Quote:

Originally Posted by Alien Bob (Post 2953812)
So, why did you bring this up as a problem in a Slackware forum then???

Eric

I do use Slackware (I have it on 3 pcs)...but I also use Fedora Core. Since they are both Linux, the advice for Slackware usually works in Fedora.

I also think Slackware people are very knowledgeable about Linux as a whole and I KNOW I'll get answers in Slackware forums pretty quick. :)

linuxhippy 11-09-2007 10:12 PM

Quote:

Originally Posted by titopoquito (Post 2953801)
http://www.ccdelco.com/audioplayer2/mp3/54.zip is one. If you try other numbers you get the requested file, a similar one (35 instead of 53) or a list of available files with similar names.

P.S.: With a newer flash player the content IS displayed.

I made a little script to download them all with wget. A similar script can then be made to unzip them. The numbers are not in order and some zip files skip, but that doesn't matter in the end. Here it is:

for i in $(seq 1 5); do
for j in $(seq 1 9); do
wget "http://www.ccdelco.com/audioplayer2/mp3/$i$j.zip"
done
done

evilDagmar 11-10-2007 01:45 AM

Quote:

Originally Posted by Alien Bob (Post 2953715)
Some people jump to conclusions without proper checking...

Eric

I'm supposed to actually go to a site to make sure the user wasn't correct when they, themselves said the sites design was to only allow certain files to be downloaded???

Give me a f**king break.

When they're selling archives of sermons on CD and only allowing download of the most recent one, it's quite a safe bet that the material is in fact, copyrighted. Whether or not they would care to prosecute really does not figure into the equation in the least. Whether or not the files can be downloaded through an unpublished URL doesn't change this, and the fact that there are no URLs linking to these files simply reinforces that there is no reasonable assumption of public availability.


All times are GMT -5. The time now is 03:58 PM.