guo-yu / player

a command line player, supports play mp3 both from uri and local stream.
261 stars 66 forks source link

Stream mp3 #19

Closed chase26091 closed 9 years ago

chase26091 commented 10 years ago

I am using the sound cloud api, and it returns mp3 audio stream urls without the suffix ".mp3". For example, a url would be "http://api.soundcloud.com/tracks/128108106/stream?client_id=YOUR_CLIENT_ID". Would this be the reason i am getting the error, "Error: resource invalid". In addition, is there anyway to fix this?

guo-yu commented 10 years ago

Got it, I'm trying to fix it.

guo-yu commented 9 years ago

player module now support playing music stream, please check out examples/stream.js, this feature provided in version v0.3.0 which has been shipped.