mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SquashSRS4: Fix DTLS config bug, dup Alert bug. 4.0.83
This commit is contained in:
parent
fe1b427462
commit
de65a331f1
9 changed files with 43 additions and 15 deletions
|
@ -2123,6 +2123,8 @@ void SrsSource::update_auth(SrsRequest* r)
|
|||
|
||||
bool SrsSource::can_publish(bool is_edge)
|
||||
{
|
||||
// TODO: FIXME: Should check the status of bridger.
|
||||
|
||||
if (is_edge) {
|
||||
return publish_edge->can_publish();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue