Skip to content
New issue

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

接收28181媒体流配置问题 #1

Open
hrdzkj opened this issue Jun 11, 2020 · 0 comments
Open

接收28181媒体流配置问题 #1

hrdzkj opened this issue Jun 11, 2020 · 0 comments

Comments

@hrdzkj
Copy link

hrdzkj commented Jun 11, 2020

  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进行编译呢?

非常感谢!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant