Skip to content
Success

Changes

Summary

  1. fix: add error handling for missing or unreadable download files in DownloadMedia command (commit: cc1a9de) (details)
  2. fix: replace SimpleEntry with Map.Entry for consistency in FFProbePacket and InfoPacket (commit: e504b5b) (details)
  3. fix: replace SimpleEntry with Map.Entry in startAndWaitForProcess method for consistency (commit: 1d7410f) (details)
  4. fix: rename STATUS enum to PACKET for clarity and update references throughout the EndPoint class (commit: 348043e) (details)
Commit cc1a9dea5e6c2de2841e5c2e02b58379576570d7 by BerndiVader
fix: add error handling for missing or unreadable download files in DownloadMedia command
(commit: cc1a9de)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/DownloadMedia.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/DownloadMedia.java (diff)
Commit e504b5bff3986f3fce14b4391ae4d9ea86336390 by BerndiVader
fix: replace SimpleEntry with Map.Entry for consistency in FFProbePacket and InfoPacket
(commit: e504b5b)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/ffmpeg/FFProbePacket.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/ffmpeg/InfoPacket.java (diff)
Commit 1d7410f787b0b398a09145c469dadb96fdba6f4d by BerndiVader
fix: replace SimpleEntry with Map.Entry in startAndWaitForProcess method for consistency
fix: add DEBUG field to Data class for enhanced configuration options
(commit: 1d7410f)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/Helper.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/config/Data.java (diff)
Commit 348043e07763f23315bc690aeba07ccb1159ea06 by BerndiVader
fix: rename STATUS enum to PACKET for clarity and update references throughout the EndPoint class
(commit: 348043e)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/websocket/EndPoint.java (diff)