Skip to content
Success

Changes

Summary

  1. return pair with output and error string. (commit: 22b2bdb) (details)
  2. handle outout and error string from process. (commit: 4e8a541) (details)
  3. fixed issue with embeded title length > 255 (commit: 2ebfa1c) (details)
  4. added downloader update at startup (commit: 1d666d0) (details)
  5. minor adjustments. (commit: 46a1c75) (details)
Commit 22b2bdba992da6649f60d8e0df6483f9adaecc72 by BerndiVader
return pair with output and error string.
(commit: 22b2bdb)
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)
Commit 4e8a541938da912d0b82233dfd8011cd490e0458 by BerndiVader
handle outout and error string from process.
(commit: 4e8a541)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/Helper.java (diff)
Commit 2ebfa1c22c5b2b5a9539560fc03c9bd4942589cf by BerndiVader
fixed issue with embeded title length > 255
(commit: 2ebfa1c)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/DownloadMedia.java (diff)
Commit 1d666d026afe027a0597786a92deb7953d5689d9 by BerndiVader
added downloader update at startup
(commit: 1d666d0)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/YAMPB.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/youtube/OAuth2.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/youtube/Broadcast.java (diff)