]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/lib/live-manager.ts
Refactor auth flow
[github/Chocobozzz/PeerTube.git] / server / lib / live-manager.ts
2021-02-26  ChocobozzzFix preview upload with capitalized ext
2021-02-18  ChocobozzzDissociate video file names and video uuid
2021-01-28  ChocobozzzSupport transcoding options/encoders by plugins
2021-01-28  ChocobozzzUse a profile manager for transcoding
2021-01-27  ChocobozzzFix live RAM usage when ffmpeg is too slow
2021-01-11  ChocobozzzLog RTMP server error (address already in use)
2020-12-15  ChocobozzzUse -1 for max live duration unlimited
2020-12-09  ChocobozzzLive views update
2020-12-09  ChocobozzzFix live tests
2020-12-04  ChocobozzzLoad video in permanent live after last one ended
2020-12-04  ChocobozzzFix audio issues with live replay
2020-12-03  ChocobozzzAdd permanent live support
2020-11-30  ChocobozzzFix live saving after a server restart
2020-11-30  ChocobozzzFix lint
2020-11-30  ChocobozzzFix high CPU with long live when save replay is true
2020-11-25  ChocobozzzFix audio encoding params
2020-11-25  ChocobozzzSupport encoding profiles
2020-11-25  ChocobozzzExport encoders options in a dedicated struct
2020-11-25  ChocobozzzSplit ffmpeg utils with ffprobe utils
2020-11-17  ChocobozzzProcess remaining segment hashes on live ending
2020-11-13  ChocobozzzCleanup lives on server restart
2020-11-13  ChocobozzzFix live sha segments with multiple resolutions
2020-11-12  ChocobozzzDelay notification when waiting for a live
2020-11-12  ChocobozzzFix live infohash of original resolution
2020-11-10  ChocobozzzTry to fix live segments check
2020-11-09  ChocobozzzUpdate ffmpeg static version for tests
2020-11-09  ChocobozzzHandle views for live videos
2020-11-09  ChocobozzzAdd live server hooks
2020-11-09  ChocobozzzRegenerate miniature on live save
2020-11-09  ChocobozzzAdd live notification tests
2020-11-09  ChocobozzzAdd save replay live tests
2020-11-09  ChocobozzzAdd check constraints live tests
2020-11-09  ChocobozzzAdd check params live tests
2020-11-09  ChocobozzzFix live ending
2020-11-09  ChocobozzzAdd ability to save live replay
2020-11-09  ChocobozzzCheck live duration and size
2020-11-09  ChocobozzzAdd watch messages if live has not started
2020-11-09  ChocobozzzLive streaming implementation first step