zhangbiwu
zhangbiwu
# Error Message ``` # node video_decoder.js OpenCV: FFMPEG: tag 0x7634706d/'mp4v' is not supported with codec id 13 and format 'mp4 / MP4 (MPEG-4 Part 14)' OpenCV: FFMPEG: fallback to...
``` ./mixdemo ../configs/logo.json 5 ``` 混画出来先有声音,后有视频。并且声音爆破音;视频像放ppt。
bfe1.6版本bfe_http transponrt.go的putIdleConn细节处理是不是没处理好? bfe1.6版本bfe_http transponrt.go的处理 ``` func (t *Transport) putIdleConn(pconn *persistConn) bool { if t.DisableKeepAlives || t.MaxIdleConnsPerHost < 0 { pconn.close() return false } if pconn.isBroken() { return false } key...
**Describe the bug** * Makefile ``` GOVET := $(GO) vet vet-case: ${GOVET} ./... ``` * make result ``` protocol/bthrift/binary.go:108:23: method WriteByte(buf []byte, value int8) int should have signature WriteByte(byte) error...
**Version:** - Bifrost Version: [v1.8.8-release and master branch] **Describe the bug** bug file is `https://github.com/brokercap/Bifrost/blob/master/Bristol/mysql/binlog_query.go` ``` // UPDATE Table // INSERT INTO Table // DELETE FROM Table // REPLACE INTO...
* u2takey not support multi pipe input ``` ffmpeg -i pipe:0-i pipe:1-i pipe:2... ``` such as ``` in1 := ffmpeg.Input("pipe:0", inArgs) overlay := ffmpeg.Input("pipe:1", inArgs).Filter("scale", ffmpeg.Args{"128:-1"}).WithInput(bytes.NewReader([]byte(testSdp))) e := ffmpeg.Filter( []*ffmpeg.Stream{...
* how to limit cpu and memory in container? ``` WithCpuCoreRequest(0.5).WithCpuCoreLimit(1.0).RunLinux() ``` In some scenarios, more processes call ffmpeg in Linux container, and need to limit cpu and memory.
how to use `ffmpeg -protocol_whitelist pipe,file,udp,rtp,tcp` with u2takey
ingress-bfe开源的功能太少,很多基础功能都不支持: 1. 负载均衡算法只支持默认的WRR;没有开源其他算法支持,如least_conn(WLC)等 2. 权限控制页面(mod_auth/mod_access等)也不支持
”2、运行app,Server填写服务器对应ip,房间随意填写。“ ——请问下,你使用的APP是开源的吗,能否提供给我试用一下?