Skip to content
Success

Changes

Summary

  1. method for installing tables on database. (commit: 620f751) (details)
  2. adjustemnts in ffprobe packet (commit: c6efb43) (details)
  3. dc current now uses ffprobe to gather current media information (commit: 1e2f041) (details)
  4. using future to make sure ffmpeg processes finish after 60 seconds. (commit: ac3f4b5) (details)
Commit 620f751aaca7331ccca7e646c98a176633a6eaf8 by BerndiVader
method for installing tables on database.
(commit: 620f751)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/mysql/DatabaseConnection.java (diff)
Commit c6efb43e3c5db239a66a96d20864fddf48eddf8a by BerndiVader
adjustemnts in ffprobe packet
(commit: c6efb43)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/ffmpeg/FFProbePacket.java (diff)
Commit 1e2f041b1d4a3f00674335919e863fbcdb5b7de5 by BerndiVader
dc current now uses ffprobe to gather current media information
(commit: 1e2f041)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/Current.java (diff)
Commit ac3f4b5f5da15a98bfd8b706486b3201454ada7c by BerndiVader
using future to make sure ffmpeg processes finish after 60 seconds.
(commit: ac3f4b5)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/Helper.java (diff)