-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
记录的 FLV 的 FPS 从 60 更改为 62.5 - 严重问题 #Bug #201
Comments
Whatever input FPS is provided, the recorded file's FPS is always wrong. |
简单来说,这是由于ffmpeg推流时,会把原始flv中metadata中的duration字段去除,而lalserver录制的flv,metadata完全使用rtmp的metadata导致的。 现阶段,你可以使用lal中app/demo/pushrtmp替代ffmpeg推流,来解决这个问题。 请问为什么这是一个critical problem? 我好评估处理的优先级。 |
经过数小时的研究,我认为我们需要在 lal 的
我已经对此进行了测试,它解决了问题。 |
Fixed, try again. |
This resolves the issue, Thank you! I'll test a bit more and then close the issue. |
Nice to hear that. |
流式传输 60 FPS 的示例视频文件会将其录制文件的 FPS 更改为 62.5 FPS
OBS 或 WireCast 流媒体软件也存在同样的问题
我在下面附上了 lal 录音文件的输入和输出. 我认为这是一个严重的问题
Input file:
Recorded file:
English:
Streaming a sample video file at 60 FPS changes the FPS of the recorded file to 62.5 FPS.
The same problem is with OBS or WireCast streaming software.
I have attached the input and output from lal recording files below
This is a critical problem
input_frame_counter_4k_60fps.zip
output_lal_recorded_file.zip
another_sample_file.mp4
#Bug
The text was updated successfully, but these errors were encountered: