1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

srt publish core dump bug (#2429)

* solve srt push bugs

Co-authored-by: shiwei <shiwei05@kuaishou.com>
This commit is contained in:
Alex.CR 2021-06-24 22:03:18 +08:00 committed by GitHub
parent a594678e3d
commit 67ac720b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 17 deletions

View file

@ -89,7 +89,7 @@ private:
int get_sample_rate(char sound_rate);
void rtmp_write_work();
srs_error_t rtmp_write_work();
private:
virtual srs_error_t rtmp_write_packet(char type, uint32_t timestamp, char* data, int size);