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

Commits on Aug 5, 2024

  1. Implement log rotation

        - 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
    andreztz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4f49d56 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix(player): Improve HLS stream playback

        - Update `mpv` to the last version.
        - Add cache parameters to fix HLS stream playback issues.
        - Add log handler for debugging MPV player issues.
    andreztz committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    60185e0 View commit details
    Browse the repository at this point in the history
  2. fix: handle None result in DisplayBuffer

    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 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    18257ca View commit details
    Browse the repository at this point in the history