Refactor the codebase

This commit is contained in:
Wanjohi
2023-12-14 12:52:47 +03:00
parent 10dbad917b
commit 6e08e1f8f9
6 changed files with 334 additions and 492 deletions

View File

@@ -20,6 +20,17 @@ chrono = "0.4.31"
m3u8-rs = "5.0.4"
isobmff = { git = "https://github.com/LMinJae/isobmff-rs", version = "0.1.0" }
bytes = "1.5.0"
# QUIC
quinn = "0.10"
webtransport-quinn = "0.6.1"
url = "2"
# Crypto
rustls = { version = "0.21", features = ["dangerous_configuration"] }
rustls-native-certs = "0.6"
rustls-pemfile = "1"
mp4 = "0.14.0"
moq-transport = { git = "https://github.com/kixelated/moq-rs", version = "0.2.0" }