ka9q / ka9q-radio

Multichannel SDR based on fast convolution and IP multicasting
GNU General Public License v3.0
147 stars 32 forks source link

decode_status: fix ssrc decoding #31

Closed pinkavaj closed 1 year ago

pinkavaj commented 1 year ago

We are connecting to output, so the SSRC is labeled as output althought from our perspective it is input

ka9q commented 1 year ago

Oh, I see why. It still works because 'control' is getting the front end's output SSRC via the 'input' SSRC field from radiod. And even though radiod also uses decode_fe_status() it also gets the correct SSRC when it calls rtp_process(). So yeah, it's a bug, but one that didn't cause any problems. They can be hard to find!