SAP parser discards valid announcements
There's some bug in SAP connection line parsing - valid announcements are discarded with:
sap debug: SDP connection infos not supported: IN IP4 233.10.47.89/20
This is a regression from 0.8.6
There's some bug in SAP connection line parsing - valid announcements are discarded with:
sap debug: SDP connection infos not supported: IN IP4 233.10.47.89/20
This is a regression from 0.8.6
changed title from SAP parser discards valid announces to SAP parser discards valid announcements
It's a SDP generated by the miniSAPserver...
Looking at the code, I suspect the problem is that inet_pton is now being used in modules/services_discovery/sap.c, but Win32 does not have it.
There is inet_pton replacement for Win32 in src/network/io.c - but it probably doesn't work.
assigned to @Courmisch
Fixed by 8cec5b21
added Status::fixed label
closed
Unfortunately still the same problem (trunk-20080810-0006 nighly build).
removed Status::fixed label
reopened
Fixed by e584675c
added Status::fixed label
closed
VideoLAN code repository instance