Hi ALL:
VLC will show framerate as 60 when view streaming from IPNC, seems the root cause is we fixed the timeScale as 60, is there any side effect for set the params_h264.timeScale to framerate?
Any comments would be appreciate!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi ALL:
VLC will show framerate as 60 when view streaming from IPNC, seems the root cause is we fixed the timeScale as 60, is there any side effect for set the params_h264.timeScale to framerate?
Any comments would be appreciate!
Tracy,
That should be OK. You should also set NumUnitsinTicks as 1 and timeStamp should increment as 0, 1, 2, 3 ....and so on. Please see Appendix A of the H.264 encoder user guide for details.
regards
Yashwant