Skip to content
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

Audio stopped after some time in rtsp stream #480

Closed
sharmasulekh87 opened this issue Jul 2, 2024 · 1 comment
Closed

Audio stopped after some time in rtsp stream #480

sharmasulekh87 opened this issue Jul 2, 2024 · 1 comment

Comments

@sharmasulekh87
Copy link

Hello @SuRGeoNix ,
I am using Flyleaf version 3.7.41 and try to play rtsp url having audio stream, but it stopped after 1 minutes approx. The video continues but no audio after that. I have set the MaxAudioFrames count to 4. Although it plays ok with ffplay. I am hereby attaching the logs. Please guide me what more can i add to rectify the issue.

Player_1719903380.log

@SuRGeoNix
Copy link
Owner

SuRGeoNix commented Jul 2, 2024

Hi @sharmasulekh87,

It seems that you set the Demuxer.AllowFindStreamInfo to false, I guess to faster opening the stream. However, that might be the reason for your issue as it does not read properly the stream's codec parameters. You can also try to enable/disable this Audio.FiltersEnabled. Try to increase the MaxAudioFrames even higher 40+. Finally, try to update to the latest FlyleafLib (v3.7.43 fixed a number of issues/improvents with audio).

I cannot see anything in the logs (use trace for flyleaf), also you saying the issue happened 1 minute after and the logs are for 30 seconds.

Regards,
John

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants