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

The server said: Write to disk: no usable tracks found #207

Open
ian-kelling opened this issue Jul 24, 2024 · 7 comments
Open

The server said: Write to disk: no usable tracks found #207

ian-kelling opened this issue Jul 24, 2024 · 7 comments

Comments

@ian-kelling
Copy link

This error message pops up occasionally when recording is enabled and someone starts sharing their screen or webcam, but it doesn't seem to affect the recording.

@jech
Copy link
Owner

jech commented Jul 24, 2024

Thanks for the report. That happens if the client announces a new stream but the RTP data doesn't arrive straight away. We currently have a hard-coded timeout of 200ms.

https://github.com/jech/galene/blob/master/rtpconn/rtpconn.go#L625

I'm not too keen on just increasing the timeout, since it'd delay pubishing streams in all cases. I'll try to see whether it's possible to have a large maximal timeout, but interrupt the wait as soon the RTP data arrives.

@alci63
Copy link

alci63 commented Oct 22, 2024

I get the same error, but no recording is done: the recording directory was created, as well as a subdirectory for my group, but there is nothing in it...

@jech
Copy link
Owner

jech commented Oct 22, 2024

@alic63 are you using a non-default codec? Please check the "codecs" entry of your group definition.

@alci63
Copy link

alci63 commented Oct 22, 2024

@alic63 are you using a non-default codec? Please check the "codecs" entry of your group definition.

No codec entry in the group definition.
Maybe the point is in the way I'm testing: both users are on the same computer, in two distinct Firefox session (one plain session, and one Incognito session). Might that be the reason ?

EDIT: just tested with another PC and I get the same result.

That said codec might be strange, as video is very "greyish" (in contrast the galene demo server)

@jech
Copy link
Owner

jech commented Oct 22, 2024

video is very "greyish"

This indicates that the client couldn't establish an RTP connection with the server: there's something wrong with your network setup. So it's a different issue altogether.

@alci63
Copy link

alci63 commented Oct 22, 2024

I guess it's not the place to ask, but... where can I seek help on the matter ?
(I'm in a setup with NAT and reverse proxy for http, and port forwarding for 1194 (tcp/udp) and port-range udp. Tested ok with netcat)...

@jech
Copy link
Owner

jech commented Oct 22, 2024 via email

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

No branches or pull requests

3 participants