yoko
yoko
请问输入流是什么格式,是如何输入的,
> I've met the same error. The solution works. > But I'd like to know why we should have a Golang executable. > Thank you for your response! with the...
Hi, 推荐另外一个Go流媒体项目,已支持多种鉴权方式(也可以关闭鉴权),感兴趣可以看看, https://github.com/q191201771/lal
推荐另一个Go流媒体项目LAL,已支持GOP cache, https://github.com/q191201771/lal
Go流媒体项目LAL中有兼容性处理过这类问题,感兴趣可以看看, https://github.com/q191201771/lal
hi,我的项目已支持RTSP,以及其他常见协议,同样使用Go编写 https://github.com/q191201771/lal 有兴趣可以看看,感谢。
@xianchuhan hi,有另外一个Go rtmp开源服务处理过这个问题,感兴趣可以看看,谢谢。 https://github.com/q191201771/lal
> @q191201771 where did you address this issue in your code? If remote chunk size hasn't been set by remote yet, the message read from remote should be considered chunked...
Hi, lal (another Go stream server) supported HLS over HTTPS original without proxy, you can try it out. https://github.com/q191201771/lal
我的Go流媒体项目lal支持自动删除视频文件功能 https://github.com/q191201771/lal 相关逻辑: 1. httpflv直播流和flv录制是独立的。如果你只需要直播不需要录制时,可以关闭录制功能,不生成flv文件 2. hls的文件有多种删除方式:a. 不删除 b. 一边直播一边删除超时过期ts文件 c. 一个直播流完全结束后一次性把这个直播流的文件全部删除 有兴趣可以看看,感谢。