guo-yu / player

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

Start playing after start downloading #2

Closed JacksonTian closed 10 years ago

JacksonTian commented 10 years ago

下载开始就能播放

guo-yu commented 10 years ago

有一个问题,request 返回的 steam 播放时会出现没有捕捉到的 steam error,所以改成了下载完之后再 callback 的方式。这个你测试的时候有没有遇到过?

JacksonTian commented 10 years ago

我建议不用request,而是用原生的http,这样操作stream比较方便。

guo-yu commented 10 years ago

好的,我试试看