Skip to content
Success

Changes

Summary

  1. fixed bug in broadcastrunner (commit: 51f647e) (details)
  2. added default live broadcast title,description and status (commit: e353085) (details)
  3. now creates a packet and set the source to avoid npe (commit: a48a97a) (details)
  4. enum for privacy status to avoid missconfiguration (commit: b6767e2) (details)
  5. cli command to manually create a live broadcast. (commit: cf27310) (details)
  6. refactored initate live broadcast flow (commit: 7e76769) (details)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/ffmpeg/BroadcastRunner.java (diff)
Commit e3530859d662db0a76d389148966b004998c0af2 by BerndiVader
added default live broadcast title,description and status
(commit: e353085)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/config/Config.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/config/ConfigData.java (diff)
Commit a48a97abec27834635cf2f37c245500ef9e07b7f by BerndiVader
now creates a packet and set the source to avoid npe
(commit: a48a97a)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/youtube/packets/ErrorPacket.java (diff)
Commit b6767e297e5b7bbd6645727852698e499d0e6bbb by BerndiVader
enum for privacy status to avoid missconfiguration
(commit: b6767e2)
The file was addedsrc/main/java/com/gmail/berndivader/streamserver/youtube/PrivacyStatus.java
Commit cf27310fda7561b6d402e821a3cfc4b961c11416 by BerndiVader
cli command to manually create a live broadcast.
(commit: cf27310)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/TestCommand.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/StartLiveStream.java (diff)
Commit 7e76769c3fe0ed569de6910b6198109aa34ccb0b by BerndiVader
refactored initate live broadcast flow
(commit: 7e76769)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/ffmpeg/BroadcastRunner.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/youtube/Youtube.java (diff)