aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-streaming-playlist.ts
Commit message (Expand)AuthorAgeFilesLines
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-1/+29
* Filter host for channels and playlists searchChocobozzz2021-07-281-1/+1
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-30/+55
* Stricter models typingChocobozzz2021-05-121-1/+2
* Dissociate video file names and video uuidChocobozzz2021-02-181-47/+11
* Upgrade sequelize to v6Chocobozzz2020-12-091-1/+1
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+11
* Live streaming implementation first stepChocobozzz2020-11-091-1/+3
* Split types and typingsChocobozzz2020-06-181-1/+1
* Remove HLS torrentsChocobozzz2020-01-241-2/+10
* Add infohash cacheChocobozzz2020-01-031-1/+15
* Add ability to disable webtorrentChocobozzz2019-11-251-7/+33
* Stronger model typingsChocobozzz2019-08-191-6/+6
* Upgrade sequelizeChocobozzz2019-04-241-3/+3
* Update sequelizeChocobozzz2019-04-241-10/+8
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Update P2P media loader peer versionChocobozzz2019-04-081-3/+19
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-3/+3
* findById -> findByPkChocobozzz2019-02-211-1/+1
* Use a single file instead of segments for HLSChocobozzz2019-02-111-0/+4
* Add hls support on serverChocobozzz2019-02-111-0/+154