-
Notifications
You must be signed in to change notification settings - Fork 25
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
How can I access the audio/video being captured by gst-meet? + Connection reset after 2 minutes issue. #32
Comments
Your GStreamer pipeline template:
Should create There does seem to be a problem here:
The xmpp-parsers |
|
Instead of blindly looking at the code, I would recommend to use match Jingle::try_from(element) {
Ok(jingle) => { … },
Err(err) => error!("Jingle element failed to parse: {err}"),
} Doing so everywhere will lead to a much better debugging experience. |
Yes absolutely, improvements to error handling in general would be welcomed! |
|
@serenaraju I'm going to close this issue, please let me know if you are still hitting issues with the latest code. |
I am currently having two problems with gst-meet:
@jbg
The text was updated successfully, but these errors were encountered: