[Cannot Reproduce] is WHIP playback broken?
Closed this issue · 3 comments
listaction commented
hi folks, im sending WHIP webrtc - the stream is recognized by srs and the bytes come in - but the playback just spins - any idea ?
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;
}
}
duiniuluantanqin commented
I believe you should describe the problem as thoroughly as possible, rather than leaving others to speculate.
listaction commented
Fair comment. When I try with this config, playback does not happen. Just keeps spinning.
…________________________________
From: Haibo Chen (陈海博) [email protected]
Sent: Thursday, October 23, 2025 6:27:43 PM
To: ossrs/srs ***@***.***>
Cc: Kaarthik N Ramaswamy ***@***.***>; Author ***@***.***>
Subject: Re: [ossrs/srs] is WHIP playback broken? (Issue #4540)
[https://avatars.githubusercontent.com/u/4254164?s=20&v=4]duiniuluantanqin left a comment (ossrs/srs#4540)<#4540 (comment)>
I believe you should describe the problem as thoroughly as possible, rather than leaving others to speculate.
The text provided is an em dash, which is a long dash used in punctuation.
Reply to this email directly, view it on GitHub<#4540 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AABT2X6HY65DTVO3RDHI65T3ZF6A7AVCNFSM6AAAAACJ62EJZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTINBQGI2TQNJUGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
`TRANS_BY_GPT4`
listaction commented
update - this is not an SRS issue - it was a client issue and srs works like a champ!