Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent invalid end watch section warnings | Chocobozzz | 2023-05-10 | 1 | -1/+6 |
| | |||||
* | Add live and viewers otel metrics | Chocobozzz | 2022-07-27 | 1 | -4/+27 |
| | |||||
* | Prevent invalid watch sections | Chocobozzz | 2022-07-12 | 1 | -1/+6 |
| | |||||
* | /!\ Use a dedicated config file for development | Chocobozzz | 2022-07-06 | 2 | -4/+4 |
| | | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated | ||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-20 | 1 | -1/+1 |
|\ | |||||
| * | Relax views federation | Chocobozzz | 2022-06-20 | 1 | -1/+1 |
| | | |||||
* | | Optimize view endpoint | Chocobozzz | 2022-06-17 | 3 | -14/+17 |
|/ | |||||
* | Optimize broadcast job creation | Chocobozzz | 2022-06-17 | 1 | -1/+0 |
| | |||||
* | Reduce error logs | Chocobozzz | 2022-05-18 | 1 | -0/+1 |
| | |||||
* | Improve viewer counter | Chocobozzz | 2022-04-15 | 4 | -105/+197 |
| | | | | More precise, avoid weird decrease, reuse an id to federate viewers | ||||
* | Improve views/viewers documentation | Chocobozzz | 2022-04-15 | 1 | -3/+4 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 3 | -0/+338 |
* Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos |