1
0
Fork 0
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:
kyxlx550 2020-06-07 21:40:22 +08:00
parent 194dcf504b
commit 9855e6a715
2 changed files with 36 additions and 4 deletions

View file

@ -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;
}