mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
supprot ps jitbuffer different timestamp of audio and video
This commit is contained in:
parent
a617d362da
commit
5864ea3472
3 changed files with 73 additions and 7 deletions
|
@ -303,8 +303,16 @@ private:
|
|||
SrsServer* server;
|
||||
|
||||
SrsPsJitterBuffer *jitter_buffer;
|
||||
SrsPsJitterBuffer *jitter_buffer_audio;
|
||||
|
||||
char *ps_buffer;
|
||||
char *ps_buffer_audio;
|
||||
|
||||
int ps_buflen;
|
||||
int ps_buflen_auido;
|
||||
|
||||
uint32_t ps_rtp_video_ts;
|
||||
uint32_t ps_rtp_audio_ts;
|
||||
|
||||
bool source_publish;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue