Questions tagged [beatsmusic]

Developer API for accessing the Beats Music platform

40 questions
8
votes
1 answer

Create Waves Visulization Song Swift

Here is what I am trying to do: The screenshot is taken from a 6s iPhone. I have been working in AVAudioPlayer and I would like to draw a waveform which looks look like the first screenshot. I am using FDWAVEFORMVIEW Github pods to draw waves. but…
Sham Dhiman
  • 1,348
  • 1
  • 21
  • 59
4
votes
1 answer

Create Waves Visualization Video Swift

Here is what I am trying to do: The screenshot is taken from a 6s iPhone. I have been working on create video wavefrom and I would like to draw a waveform which looks look like the first screenshot. I am using VIWaveformView Github pods to draw…
Sham Dhiman
  • 1,348
  • 1
  • 21
  • 59
2
votes
1 answer

URL schema to get users and playlists a Beats Music user is following

We have our access_token and various GETs work fine, etc. However, when we try to to get a list of items that the currently logged in user follows, the server responds with a user not found error. To be clear, the…
Drew O'Meara
  • 401
  • 2
  • 14
2
votes
1 answer

RTMP stream player?

would like to integrate native iOS app with Beats Music API. Can anyone suggest a good (open source) RTMP stream player? Will Apple reject my app if I do anything like that? Beats Music does not have the intention to support http streaming anytime…
Andy F
  • 59
  • 3
  • 5
1
vote
1 answer

Record Label Information through the API

I was thinking about playing with the Beats API and I was really hoping to sort music by record label. I'm not seeing anything for labels in the documentation. Does anyone know where that info might be stored in the API?
Lucian Thorr
  • 1,997
  • 1
  • 21
  • 29
1
vote
1 answer

BeatsAudioManager randomly triggers "apisecurity"

BeatsAudioManager randomly triggers "apisecurity" when trying to play a track. This happens about 30% of the time. If I wait a minute and try again, it works. The crossdomain.xml file appears to be loading. Any ideas of what could be the problem?
osbomb
  • 34
  • 4
1
vote
1 answer

Beats music: "Developer Inactive" error message when making request to /me endpoint

I keep getting a developer inactive message when attempting to request the user ID at the /me endpoint on the beats music API. However, the API seems to be returning correct JSON data when making requests to any other endpoint. Any ideas? Here's an…
Homeschooldev
  • 405
  • 1
  • 7
  • 18
1
vote
1 answer

Does anyone have an example of playing audio (rtmp) using VLCKit

I get my url from the audio endpoint, location and resource in tow, but when I drop the audio into a VLCMediaPlayer/VLCMedia object it fails. So then I was just trying to get the URL to play in the standard VLC Media Player, no such luck. However,…
AJ Venturella
  • 4,742
  • 4
  • 33
  • 62
1
vote
2 answers

"Developer Inactive" on Beats Music server-side auth token request

I'm working on a project and a new Beats Music API library for Clojure, but in my testing I'm finding it difficult to get write access authentication, but read-only user authentication works fine. In testing my library I set up a HTML page to do the…
Mike Flynn
  • 2,153
  • 16
  • 22
1
vote
3 answers

token requests always results in "Authorization code is invalid."

Seems no matter what I do, requesting a token I always get the Authorization code is invalid. response. I have tried this both in Ruby code and via Curl. curl -X POST https://partner.api.beatsmusic.com/oauth2/token -d client_secret=SECRET -d…
1
vote
1 answer

409 Conflict error with audio call

I am testing the Beats api in the playground section of the developer site. When I try to use the Audio api call I get a 409 conflict error and the following response. { "code": "StreamContention", "message": "Another device is currently…
weber
  • 567
  • 1
  • 6
  • 14
1
vote
2 answers

Is it ok to refresh token every hour?

We would want to avoid re-login in the user every hour. Is it ok to continually refresh the token on the server before it expires? Do you have plans to increase the token expiration time to avoid less calls to the API?
newsum
  • 13
  • 2
1
vote
1 answer

How do I renew an access token in a client app?

I've got my Javascript client app working well, but the streaming access token expires after 1 hour. I'm trying to make it play a playlist all the way through, which is often longer than 1 hour. Is there a way to renew the token without requiring…
eclee
  • 11
  • 1
0
votes
1 answer

Beats Music API get user playlists

Is there a way to get all playlists created by a user in the Beats Music API? Is there a way to get all playlists followed by a user in the Beats Music API? On looking at the docs, it seems the only way to get a playlist id is to create a new…
Steve W
  • 71
  • 4
0
votes
2 answers

Searching and streaming music from android

I am working on a project which involves searching a song based on track name, artist or album and then stream that song on android app. Is it possible for android app to interact with spotify/subsonic/souncloud/beatsmusic.... api's and get these…
1
2 3