Fix #169 : missing pids in RTCP and DESCRIBE messages when transforming#179
Fix #169 : missing pids in RTCP and DESCRIBE messages when transforming#179lars18th wants to merge 1 commit intoBarracuda09:masterfrom
Conversation
… transforming When doing the translation the pid list is empty. This fixes this issue.
|
Hi @Barracuda09 , This fixes this: #169 (comment) |
Barracuda09
left a comment
There was a problem hiding this comment.
Thanks for looking into this!
I have to look at it some more to see why this is needed, as I thought it was already fixe
|
Hi @Barracuda09 , The problem (I feel) is because the current implementation of the "virtual" frontend used for the transformation is not "updated". See this part of the code (as example): In the concrete DeviceData Regards. |
|
Hi @lars18th I have looked and tested this without this fix, but here it seems to work as fixed with 7107fa5 I have a test with this translation: With this request: I get the PIDs in the describe Here you can see that the original request with freq and pids are filled in |
When doing the translation the pid list is empty. This fixes this issue.