We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
测试第2种(接收28181媒体流)接入方式,摸索了很久,发现rtp流很快就断了。因为参数比较多,不确定是那个参数配置不对。能否给出一个第2种接入方式(接收28181媒体流)的配置文档。
第2种(接收28181媒体流)接入方式。如果我加上webrtc、http+flv的配置(如下),那么是否也支持分发FLV流、RTC流了呢? rtc_server { enabled on; listen 8000; candidate 10.203.7.59; } vhost defaultVhost { http_remux { enabled on; mount [vhost]/[app]/[stream].flv; } rtc { enabled on; bframe discard; } }
第2种(接收28181媒体流)接入方式。我编译源码的时候,应该用 ./configure --with-gb28181 && make clean && make; 还是用 ./configure && make进行编译呢?
非常感谢!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
测试第2种(接收28181媒体流)接入方式,摸索了很久,发现rtp流很快就断了。因为参数比较多,不确定是那个参数配置不对。能否给出一个第2种接入方式(接收28181媒体流)的配置文档。
第2种(接收28181媒体流)接入方式。如果我加上webrtc、http+flv的配置(如下),那么是否也支持分发FLV流、RTC流了呢?
rtc_server {
enabled on;
listen 8000;
candidate 10.203.7.59;
}
vhost defaultVhost {
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
}
rtc {
enabled on;
bframe discard;
}
}
第2种(接收28181媒体流)接入方式。我编译源码的时候,应该用
./configure --with-gb28181 && make clean && make;
还是用 ./configure && make进行编译呢?
非常感谢!!!
The text was updated successfully, but these errors were encountered: