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

fix display buffer #38

Merged
merged 3 commits into from
Aug 7, 2024
Merged

fix display buffer #38

merged 3 commits into from
Aug 7, 2024

Conversation

andreztz
Copy link
Owner

@andreztz andreztz commented Aug 7, 2024

  • Implement log rotation
  • fix(player): Improve HLS stream playback
  • fix: handle None result in DisplayBuffer

    - Add RotationFileHabdler for log rotation (5M, 3 backups)
    - Update log format to include filename in debug mode
    - Configure separate handlers for "xradiosd" and "xradios" loggers
    - Remove global logging configuration
    - Update `mpv` to the last version.
    - Add cache parameters to fix HLS stream playback issues.
    - Add log handler for debugging MPV player issues.
Fix an issue where `result` could be None, causing a crash in
DisplayBuffer. Added a check to ensure `result` is not None before
accessing its values.
@andreztz andreztz merged commit ae08d24 into master Aug 7, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant