TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Embed MP3 stream player?

2 pointsby yetiabout 15 years ago
I make a chat website, and I'd like to add music streaming to the user chatrooms.<p>ie - the chatroom host can enter in a URL of a streaming MP3 and then everyone in the chatroom hears that stream - the music files are not stored on our servers, but just browser client to another URL<p>Any suggestions?

1 comment

bittersweetabout 15 years ago
Soundmanager2 [1] is widely used, and I've used it myself in a couple of projects.<p>It may be a bit to full-featured for the small thing you are trying to accomplish but you can customize it quite a bit.<p>You can just listen for mp3 links in the chatroom and queue it up in soundmanager.<p>[1] <a href="http://www.schillmania.com/projects/soundmanager2/" rel="nofollow">http://www.schillmania.com/projects/soundmanager2/</a>
评论 #1294762 未加载