]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/lib/live-manager.ts
Fix audio encoding params
[github/Chocobozzz/PeerTube.git] / server / lib / live-manager.ts
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