aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/hls.ts
Commit message (Collapse)AuthorAgeFilesLines
* server: fix HLS playlist formatkontrollanten2021-05-061-6/+5
| | | | Remove prefixed comma when there's no video codec.
* Use got instead of requestChocobozzz2021-03-241-2/+2
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-2/+2
|
* Update server dependenciesChocobozzz2021-02-031-1/+1
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-7/+7
|
* Add ability to save live replayChocobozzz2020-11-091-16/+16
|
* Live streaming implementation first stepChocobozzz2020-11-091-2/+8
|
* Fix video only HLS on iosChocobozzz2020-07-311-2/+6
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Fix duplicate HLS resolution in master playlistChocobozzz2019-11-261-2/+2
|
* Add codec information in HLS playlistChocobozzz2019-11-261-2/+6
|
* Add ability to disable webtorrentChocobozzz2019-11-251-5/+8
| | | | In favour of HLS
* Stronger model typingsChocobozzz2019-08-191-3/+3
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
|
* Move config in its own fileChocobozzz2019-04-111-1/+2
|
* Fix HLS federationChocobozzz2019-04-081-1/+1
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-1/+2
|
* Update P2P media loader peer versionChocobozzz2019-04-081-3/+19
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-3/+3
|
* Add request body limitChocobozzz2019-02-211-1/+2
|
* Use a single file instead of segments for HLSChocobozzz2019-02-111-41/+95
|
* Add hls support on serverChocobozzz2019-02-111-0/+110