jinpark / something-sunshine

Something Sunshine podcast app using jekyll and soundcloud (but not anymore)
http://somethingsunshine.com
1 stars 0 forks source link

Finding alternatives to Soundcloud hosting/rss #9

Open bobsalot opened 9 years ago

bobsalot commented 9 years ago

Hey, so what should we do once we hit the upload limit for soundcloud? Should happen on the third ep:

image

What alternatives do we have? Is it unfeasible to code our own platform to handle playback, embedding, download, and rss? I really have no clue here. Maybe @jinpark you know of some magic?

jinpark commented 9 years ago

Oy, Did not know that there was a time limit on the free tier. I kinda wish I knew that before I did all this soundcloud specific work :D

If @ahnmin or @jangsia or @swnmoon has any preferred audio player that they know and like that would be great. If not I'll start working on doing this through S3 and finding a nice html5 audio player.

@bobsalot when you get a chance, do a google search on html5 audio players and see if theres anything that you particularly like

If the all suck, (which seriously might be the case), then lets design our own

jinpark commented 9 years ago

I'm going to move the site to django in the next few days when I figure out how to deploy this. We will almost definitely have to find a good audio player to use though.

But itll all be as close to free as possible since we will use s3 for hosting the audiofiles and heroku free tier for the site