ChiefMage
ChiefMage
Output an error when i use "bee run" `/usr/local/go/pkg/tool/darwin_amd64/compile: pipe: too many open files` `panic: runtime error: index out of range goroutine 1 [running]: github.com/beego/bee/utils.MacOSVersionSupport(0x0) /Users/gump/gopath/src/github.com/beego/bee/utils/notification.go:79 +0x153 github.com/beego/bee/utils.osxNotify(0x0, 0x0, 0x4687f56,...
使用vlc播放视频流,每次只能有一个能播放,其余的会停止,请问怎么才能让多个vlc同时播放?
I read this code and found a problem: In sessionlocal.go #137 `delete(rs.streamsOut, idx)` I think it should changed to `delete (rs.streamsIn, idx)` Maybe I am wrong, hope to reply as...