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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Are there any music API's to create your own streaming service?

1 点作者 notdarkyet超过 2 年前
Are there any API&#x27;s to create your own streaming service without making a deal with Universal or another studio and hosting yourself?<p>https:&#x2F;&#x2F;developer.amazon.com&#x2F;docs&#x2F;music&#x2F;API_browse_overview.html<p>In the API docs above, a user can login with an amazon account and MUST conform to the Amazons music player settings. This would also require an Amazon music subscription.<p>Ideally, users would subscribe through a created service and then behind the scenes the service accesses the music streaming library, not requiring an existing music service subscription. It would be nice as well to have access to high fidelity streams like those available on Qobuz or Tidal.<p>Do any of these exist or is this pretty much not possible in this industry.<p>Thanks ;)

1 comment

PaulHoule超过 2 年前
If you want to share music for free with people in the US in 2022 I think your best bet is going to be sharing links to YouTube.<p>Somehow YouTube has an agreement with most music labels that they can host music supported by advertising in some geographies. I get reports from people outside the US that these links don&#x27;t work but I am being deliberately vague here because even though I know the links don&#x27;t work in some other countries, there might be some countries they work in.<p>There are streaming media delivery CDNs, I know a little about<p><a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AmazonCloudFront&#x2F;latest&#x2F;DeveloperGuide&#x2F;on-demand-streaming-video.html" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AmazonCloudFront&#x2F;latest&#x2F;Develope...</a><p>which I think could be adapted for music. In that case you need to pay to store the files and pay for bandwidth, of course you will need to pay the copyright owners too. See<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;There_ain%27t_no_such_thing_as_a_free_lunch" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;There_ain%27t_no_such_thing_as...</a>