Michal Labedzki
changed
bug 7893
What |
Removed |
Added |
Attachment #9623 Flags |
|
review_for_checkin?
|
Comment # 14
on bug 7893
from Michal Labedzki
Created attachment 9623 [details]
[PATCH 3] RTP: Make addresses more generic and use ensure that used generic
address instead of net address
This patch was created while working on play SBC in RTP Player. Probably solve
potential issue like "detected RTP stream cannot be analysed" (button
"Analyse")
RTP: Make addresses more generic and use ensure that
used generic address instead of net address
Address can be various, not only "IP", for example Bluetooth addr/name.
Also specify address used to find stream by RTP Player to be
generic address (src/dst), not network address (net_src/net_dst),
this allow to find RTP stream where those addresses are not the same.
You are receiving this mail because:
- You are watching all bug changes.