1. 测试第2种(接收28181媒体流)接入方式,摸索了很久,发现rtp流很快就断了。因为参数比较多,不确定是那个参数配置不对。能否给出一个第2种接入方式(接收28181媒体流)的配置文档。 2. 第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; } } 3. 第2种(接收28181媒体流)接入方式。我编译源码的时候,应该用 ./configure --with-gb28181 && make clean && make; 还是用 ./configure && make进行编译呢? 非常感谢!!!
测试第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进行编译呢?
非常感谢!!!