-
Notifications
You must be signed in to change notification settings - Fork 866
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
srt-test-relay usage #1692
Comments
Ok, I've tried with slightly different parameters (I have two signal sources on UDP :9999 and :5555 and passed them as input respectively), but it doesn't reproduce on my machine (if I allow logs, they look ugly, but the transmission didn't break for at least 30 seconds as I ran the test). Can you describe what kind of signal you set up to UDP ports :9999 and :6000? If you could also somehow reach the backtrace at the crash, it would be most helpful. |
@lhh31 Please note that with no response more than 1 month the ticket will be closed soon (about 10 days). |
@ethouris - sorry for the delayed response. I have no signal transmitting on 9999 or 6000 when I start the two relay pipe lines. What exact commands did you try? I can retry them. Here is the backtraces
and
|
Ok, sorry for the delay on my side this time. There is one potential place that I can see might have caused this - the constructor that is on top refers to a pointer, but then, all of these refer to global variables. I can see one possibility: you have the application and the library compiled with different build flags. Please make sure first that you have a clean build. If that's not the case, please try to see at the place where it breaks what exactly is contained in the parameter passed to |
Closing as inactive. |
I am testing out the srt-test-relay binary for testing of a bidirectional link.
Can someone confirm this is the correct usage:
I can see that the connection is started (tcpdump I can see four packets exchanged) but then everything goes badly and crashes (segmentation fault). The line of code that appears to cause the issue is the
srt_recvmsg2: [5003.0] Operation not supported: Bad parameters
. I assume this is because the CLI arguments are incorrectly formatted in some way?Print out from the trace below (using -v -ll debug -lf all)
and
The text was updated successfully, but these errors were encountered: