Skip to content
Success

Changes

Summary

  1. use own gson for config (commit: 669248c) (details)
  2. added custom naming strategy for gson. (commit: b298d55) (details)
  3. added current command for console (commit: 1b445cb) (details)
  4. adjusted probepacket (commit: 0ee76d0) (details)
  5. probepacket now accept lower and upper case fieldnames (commit: 234aa4d) (details)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/config/Config.java (diff)
Commit b298d550f046705c462b6dccd96356825848b4a5 by BerndiVader
added custom naming strategy for gson.
better, safer process loops.
(commit: b298d55)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/Helper.java (diff)
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 1b445cb43c913100f7e10af7208fe91fe67b29bb by BerndiVader
added current command for console
(commit: 1b445cb)
The file was addedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/Current.java
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/Current.java (diff)
Commit 234aa4d7a9784c2e59e4c7a3d1fcad042d6846fd by BerndiVader
probepacket now accept lower and upper case fieldnames
(commit: 234aa4d)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/ffmpeg/FFProbePacket.java (diff)