Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video daemon #144

Merged
merged 53 commits into from
Dec 21, 2023
Merged

Video daemon #144

merged 53 commits into from
Dec 21, 2023

Conversation

griffobeid
Copy link
Contributor

@griffobeid griffobeid commented Sep 23, 2023

How to test:

RUST_LOG=info cargo run --bin video-daemon --release -- --meeting-id abc --user-id griffin1 https://transport.rustlemania.com

Known Issues

  • Decode errors on UI

Copy link
Member

@darioalessandro darioalessandro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

I will test it tonight buddy!!

actix-api/src/webtransport/mod.rs Outdated Show resolved Hide resolved
let opt = Opt::parse();
let mut client = Client::new(opt).expect("failed to create client");
client.connect().await.expect("failed to connect");
let camera_config = CameraConfig {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is starting to look better!!

Dockerfile.video-daemon Outdated Show resolved Hide resolved
@darioalessandro
Copy link
Member

@griffobeid I got it to work :)

Please take a look at the reconnect logic because right now is just making the video-daemon crash.

screenrecording5-2023-12-16_22.03.00.mp4

@griffobeid griffobeid merged commit e02127b into main Dec 21, 2023
1 check passed
@griffobeid griffobeid deleted the video-daemon branch December 21, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants