Skip to content
Success

Changes

Summary

  1. minor improvements and adjustments (commit: c62dc14) (details)
  2. prettyfied the layout a bit (commit: a5f4c58) (details)
  3. avoid possible deadlocks while waiting for ffprobe process to be finished. (commit: 402cf0b) (details)
  4. added more thread safety. (commit: 635c745) (details)
  5. thread safety (commit: 0693c87) (details)
  6. same name for dc and cli command (commit: 6575b47) (details)
  7. removed double check (commit: f8e5d12) (details)
Commit c62dc1418c3245544e01ee13c411fccce7dfddfc by BerndiVader
minor improvements and adjustments
(commit: c62dc14)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/DiscordBot.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/Helper.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/ffmpeg/InfoPacket.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/ffmpeg/FFProbePacket.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/DownloadMedia.java (diff)
The file was modifieddownload.php (diff)
Commit 402cf0b77eca2edc667d1af64b26059df38a8102 by BerndiVader
avoid possible deadlocks while waiting for ffprobe process to be finished.
creating thumbnails for download page now resize depending on the larger dimension.
(commit: 402cf0b)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/Helper.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/ffmpeg/BroadcastRunner.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/MessageInfo.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/BroadcastInfo.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/Current.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/StreamInfo.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/Play.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/ProgressInfo.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/Current.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/DownloadMedia.java (diff)
Commit 6575b471092559c79d1254b9826a6ca20edf9dd0 by BerndiVader
same name for dc and cli command
(commit: 6575b47)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/LivestreamsById.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/LivestreamInfo.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/DiscordBot.java (diff)