SoundCloud: “streamable” inconsistent

本小妞迷上赌 提交于 2019-12-11 01:28:43

问题


SoundCloud tracks accessed via the official API have the property streamable, which is supposed to indicate whether a track is "streamable via API (boolean)" (https://developers.soundcloud.com/docs/api/reference#tracks).

Unfortunately, the values of streamable are inconsistent with the actual behaviour of the streaming API.

For example:

https://soundcloud.com/klangkarussell/sonnentanz-v2-neu-gemischt (id: 24412995) has "streamable": false and indeed, for a normal app it will not stream.

https://soundcloud.com/cleanbandit/rather-be-feat-jess-glynne (id: 123173738) also has "streamable": false, but it will stream.

Is there an attribute I am currently overlooking that lets developers distinguish between truly streamable tracks? Otherwise, could you please correct the streamable property.

来源:https://stackoverflow.com/questions/30037446/soundcloud-streamable-inconsistent

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!