https://github.com/noctisatrae/rtmp
https://github.com/noctisatrae/rtmp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noctisatrae/rtmp
- Owner: noctisatrae
- Created: 2024-05-02T15:25:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-14T18:44:36.000Z (10 months ago)
- Last Synced: 2025-01-06T20:29:37.151Z (6 months ago)
- Language: Elixir
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
{01/03/24}
Start both tunnels by running:
```sh
~/ngrok start --all
```HLS works in the browser! Gotta add DASH for Firefox support!
Fixed CORS issues, gotta add persistence to ScyllaDB so I don't need to create the CQL tables every timeHave a good, well-deserved nigt of sleep!
{02/05/2024}
APIV2 => DO I really need to implement the channel by myself. I don't want to go back to Phoenix lolSOLUTION: just listen to update from ScyllaDB using Xandra (in another GenServer) and then send it back to each client individually...
It would be ONE REQUEST for N peers which is quite efficintIn the websock handler, you just create a function called at init/1 that listens for update from Xandra and sends it through WS to the client