Results 29 comments of 碇逼

@jabbany 赞分析! 那 webgl 的唯一优点是比较快?

@crayygy 第一版略简陋,后续会改的,应该改成mama计划那样。

@yemengsky 目前还不能退出播放

there's a closure bug: ``` go for i := range streamMap { go func(i int) { err := pushStream(que, streamMap[i], wait) if err != nil { log.Println(err) } }(i) }...

and wait should start before go func(): ``` go for i := range streamMap { wait.Add(1) go func(i int) { err := pushStream(que, streamMap[i], wait) if err != nil {...

fixed datarace https://github.com/nareix/joy4/commit/4918d07822bbeb50f2c1396078f1a88d6a5f8a95

Sorry for my mistake. I've rewrite all code and the problem may be solved.

应该是 BUG。。。 2016-11-18 12:45 GMT+08:00 easyinplay [email protected]: > 是不是转换速度跟不上 > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly,...

右键菜单应该可以。页面内点击需要修改页面了,形式上不大好。 在 2016年11月18日 下午12:52,easyinplay [email protected]写道: > 另有一个小小的请求 能不能加一个右键菜单或者页面内的点击按钮。因为个人用的扩展有点多 全部都在工具栏上 -- 有点多而且不太美观 > ,如果能在右键或者页面点击 那就可以从工具栏隐藏了 > 谢谢回复 > > — > You are receiving this because you commented. > Reply to...