-
Notifications
You must be signed in to change notification settings - Fork 456
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
Remote sample source uses wrong channel # for remote sink #2351
Comments
Alright well - this is totally weird. I'm watching in the debugger as And yet -
|
This issue is going to be closed due to inactivity |
If you're debugging optimised code, the debugger may mislead you. Probably better to output the value via qDebug(). I had a quick look, and the value seems to be (eventually) correct. |
When changing settings within the remote sample source, the channel index used in the emitted API call to the remote sink is wrong (255 instead of 0).
The channel value should be set to 0 here, which is called during implicit default construction of
RemoteInputUDPHandler::m_remoteInputBuffer
, which ultimately provides theRemoteMetaDataFEC
instance that holds the channel index value.Capturing traffic during an attempt to change a setting (e.g. remote device Fc) from the remote sample source GUI, this is the resulting HTTP exchange:
The text was updated successfully, but these errors were encountered: