Notice that the network streams identified from the SAP Discoverer in IOS are no longer displayed in this release of VLC for IOS.(See code below). Its still there in VLCLib but just not displayed.
Is there an issue with SAP streams or has this been accidentally removed? If there is an issue with SAP, what is the problem as I am looking in this area at the moment and using vlc to identify
network video transports.
Cheers for any info
John
Code: Select all
/* if (SYSTEM_RUNS_IOS7_OR_LATER)
_sectionHeaderTexts = @[@"Universal Plug'n'Play (UPNP)", @"File Transfer Protocol (FTP)", @"Network Streams (SAP)"];
else*/
_sectionHeaderTexts = @[@"Universal Plug'n'Play (UPNP)", @"File Transfer Protocol (FTP)"];