TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Streeme - a private, HTML5 based music server (alpha release)

86 点作者 chaffneue超过 14 年前

9 条评论

samps超过 14 年前
This looks awesome. This may seem shallow, though, but when I got to the setup page, I was a little disappointed with the complexity of the setup required.<p>- Why are you using MySQL instead of SQLite or something even simpler? Surely my personal music streamer doesn't need serious scalability.<p>- Why does the setup require futzing with my Apache configs to use mod_rewrite? For just streaming music, I'm willing to put up with ugly ("something.php/directory") URLs. This would also make it easier to get up and running with non-Apache web servers (lighttpd, for instance).<p>- Do I really need to use a non-default PHP configuration? And increasing the interpreter's memory limit seems a little ominous.<p>This is all to say that perhaps the right way to deploy something like this would be as a single program you can run that has its own built-in Web server. As it is, the configuration is daunting for a home computer (although completely reasonable for a real server setting).
评论 #2212149 未加载
评论 #2212454 未加载
评论 #2212343 未加载
callumjones超过 14 年前
This is pretty awesome, but doesn't PHP have some framework or library for running webapps with their own web servers? I really dislike trying to get PHP working and then have to get nginx or Apache working.<p>At the risk of sounding too stuck up, Ruby and Python have many frameworks for running themselves as web servers.
评论 #2212181 未加载
评论 #2215333 未加载
Wolf_Larsen超过 14 年前
Awesome, thanks. This might be an alternative to Rdio for some people.
power78超过 14 年前
I created the exact same thing using Kohana but has a community aspect. My friends love it, I think this would be great if it offered community features.
banders超过 14 年前
Looks great. Like subsonic except w/ a nice UI.
评论 #2211909 未加载
aphexairlines超过 14 年前
I wonder how much memory this lamp setup ends up using compared to the jvm (for subsonic).
评论 #2212274 未加载
jjcm超过 14 年前
Very nice, I'll be setting this up on my server later tonight.
fletchowns超过 14 年前
How come this thing wants my AWS credentials?
评论 #2212017 未加载
drivebyacct2超过 14 年前
I'd like to store my music in S3 and have this running on my personal webserver to point to my files in S3. Is something like this possible? I suppose I could mount my S3 storage on my webserver.
评论 #2212046 未加载