hessonsu

Results 6 issues of hessonsu

runing in linux How to open A HID by non-exclusive

目前的读取数据。似乎无解决粘包问题! 改进建议: 24是我这边协议的包头长度。 ```go func (c *Connection) StartReader() { dataPacker := NewDataPack() scanner := bufio.NewScanner(c.Conn) buf := make([]byte, 24) scanner.Buffer(buf, bufio.MaxScanTokenSize) scanner.Split(c.splitPack) for scanner.Scan() { c.Conn.SetReadDeadline(time.Now().Add(utils.GlobalObject.KeepAlive)) msg, err := dataPacker.Unpack(scanner.Bytes())...

H264推流,安卓部分手机只支持VP8,VP9。 所以如何将H264转码为VP8呢? 谢谢!!!

enhancement

我使用go作为grpc的服务端,http2的无证书模式。 并正确的配置了emqx,exhook.server.default.url. 运行emqx 并加载了插件emqx-exhook 使用MQTTX客户端脸上EMQX. 没有收到调用。 同时,在/var/log/emqx/emqx.log.1 看不到任何的成功或者失败的日志。 我使用go的编写了grpc 的客户端。能正确的调用到接口。说明了我grpc服务端并没有问题。

[issues 337](https://github.com/bluenviron/gortsplib/issues/377)

enhancement

camera pull RTP package length 1468. ![image](https://github.com/user-attachments/assets/8fc5900b-5923-46b4-a721-634041a98544) However, the length of the coturn server push to the mobile terminal is relatively short ![image](https://github.com/user-attachments/assets/f8e076ea-e2a6-4493-8770-14515563eff0) The phone only has sound, but the...