-
这两天看了一下lal代码真的是非常棒的项目,但是也有一些疑问,下面主要是我阅读代码的一些记录疑问在记录当中,这样看起来应该更能表达出我的问题(这些疑问我自己修改后工作正常,见第8点):
group 创建过程:
doPublish --> func (sm *ServerManager) NewRTMPPubSessionCB
--> func (sm *ServerM…
-
First of all thanks for the great project.
In H5 live stream industry, using rtmp protocol (which need a flash client on client side) is not a good choice and most broswers will drop support flash …
-
When you meet a bug, please open the issue including a title prefixed by '[bug]' and describe it as follows:
### Expected behavior
### Actual behavior
### Steps to reproduce the behavior
…
-
非常感谢作者分享代码。
经过一番尝试,程序终于在自己电脑上跑起来了。
测试了下,延时大约有3s。
不知道有没有办法降低延时呢?
我见到有闭源程序,httpflv实现几百毫秒的延时。
不知道延时是哪里引起的呢?
看到这篇文章
https://www.cnblogs.com/programmer-wfq/p/7281894.html#4247204
据说做到了几百毫秒的延时,没弄明…
-
It would be great if h265 streaming over RTMP could be supported , please check this link: https://github.com/ksvc/FFmpeg/wiki , this project has extended FFmpeg to support with feature already , it …
-
作者大大,发现了这么个神奇的东西,初步弄了pc端没有问题,但是在移动端、微信、ios、安卓调试后发现是 window.MediaSource为undefined引起的,不知道作者大大有没有研究过。
-
When you meet a bug, please open the issue including a title prefixed by '[bug]' and describe it as follows:
### Expected behavior
### Actual behavior
### Steps to reproduce the behavior
-
是用chunk方式发送么?chunk方式需不需要一个tag为一个chunk?可能表述有点问题。谢谢了
-
demo 不能运行啊
-
应该将++cacfp去掉,否则可能造成内存越界死机。