You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was writing a program that could pack RTP header before h264 & aac. but I was confused with RTP timestamp field.
If the video codec is h264, the timestamp could be added by 90000/fps with each frame.
I have no idea about the aac.
My aac sample rate is 8000HZ,config=1588 and each frame is 250 ~ 520.
How to calculate the audio rtp timestamp?
The text was updated successfully, but these errors were encountered:
I was writing a program that could pack RTP header before h264 & aac. but I was confused with RTP timestamp field.
If the video codec is h264, the timestamp could be added by 90000/fps with each frame.
I have no idea about the aac.
My aac sample rate is 8000HZ,config=1588 and each frame is 250 ~ 520.
How to calculate the audio rtp timestamp?
The text was updated successfully, but these errors were encountered: