We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
版本:v0.37.4 描述:将rtsp视频流接入lalserver后,使用hls、flv、rtsp、rtmp四种方式进行拉流。一段时间后,对比延迟时间。 此时的hls配置信息为,其他类型没有调整。
"hls": { "enable": true, "enable_https": true, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 1000, "fragment_num": 2, "delete_threshold": 2, "cleanup_mode": 2, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }
开启动态检测添加静音AAC数据的功能 "in_session": { "add_dummy_audio_enable": true, "add_dummy_audio_wait_audio_ms": 150 },
"in_session": { "add_dummy_audio_enable": true, "add_dummy_audio_wait_audio_ms": 150 },
实际应用中,flv应该与rtsp流相差1-2s这样,请问下这个该如何优化。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本:v0.37.4
描述:将rtsp视频流接入lalserver后,使用hls、flv、rtsp、rtmp四种方式进行拉流。一段时间后,对比延迟时间。
此时的hls配置信息为,其他类型没有调整。
"hls": { "enable": true, "enable_https": true, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 1000, "fragment_num": 2, "delete_threshold": 2, "cleanup_mode": 2, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }
开启动态检测添加静音AAC数据的功能
"in_session": { "add_dummy_audio_enable": true, "add_dummy_audio_wait_audio_ms": 150 },
实际应用中,flv应该与rtsp流相差1-2s这样,请问下这个该如何优化。
The text was updated successfully, but these errors were encountered: