mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
ps to rtmp via source, h264 start code with replace nalulen
This commit is contained in:
parent
194dcf504b
commit
9855e6a715
2 changed files with 36 additions and 4 deletions
|
@ -1413,7 +1413,7 @@ srs_error_t SrsServer::listen_stream_caster()
|
|||
#ifdef SRS_GB28181
|
||||
//init global gb28181 manger
|
||||
if (_srs_gb28181 == NULL){
|
||||
_srs_gb28181 = new SrsGb28181Manger(stream_caster);
|
||||
_srs_gb28181 = new SrsGb28181Manger(this, stream_caster);
|
||||
if ((err = _srs_gb28181->initialize()) != srs_success){
|
||||
return err;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue