-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comments
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. |
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... |
@alic63 are you using a non-default codec? Please check the "codecs" entry of your group definition. |
No codec entry in the group definition. 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) |
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. |
I guess it's not the place to ask, but... where can I seek help on the matter ? |
The ***@***.***> mailing list is the right place to ask for
support. You may subscribe at https://lists.galene.org
|
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.
The text was updated successfully, but these errors were encountered: