ossrs/srs

[Cannot Reproduce] is WHIP playback broken?

Closed this issue · 3 comments

hi folks, im sending WHIP webrtc - the stream is recognized by srs and the bytes come in - but the playback just spins - any idea ?

whip-2.py

docker-compose.yml

srs. conf:

listen              1935;        # RTMP
max_connections     1000;
srs_log_tank        console;
daemon              off;

http_api {
    enabled         on;
    listen          1985;
}

http_server {
    enabled         on;
    listen          8080;
    dir             ./objs/nginx/html;
}

rtc_server {
    enabled on;
    listen 8000;
    candidate 10.0.0.63;
}

vhost __defaultVhost__ {
    rtc {
        enabled     on;
    }
    hls {
        enabled     on;
        hls_path    ./objs/nginx/html;
    }
    http_remux {
        enabled     on;
        mount       [vhost]/[app]/[stream].flv;
    }
}

I believe you should describe the problem as thoroughly as possible, rather than leaving others to speculate.

update - this is not an SRS issue - it was a client issue and srs works like a champ!