aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-streaming-playlist.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor model utilsChocobozzz2023-01-101-4/+3
* Option to disable static files auth check/s3 proxyChocobozzz2022-10-271-2/+3
* Use private ACL for private videos in s3Chocobozzz2022-10-241-3/+25
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-6/+15
* Live supports object storageChocobozzz2022-10-041-11/+13
* Add ability to delete a specific video fileChocobozzz2022-08-011-3/+33
* Prevent duplicated HLS playlist on transcodingChocobozzz2022-07-131-5/+6
* Fix buildChocobozzz2021-12-171-2/+2
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+1
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+1
* Add hls to prune storage scriptChocobozzz2021-12-101-0/+9
* Add ability to run transcoding jobsChocobozzz2021-11-181-0/+4
* 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