/CDMRDLNATool

投屏工具, 基于MRDLNA第三方的封装, 方便使用

Primary LanguageObjective-COtherNOASSERTION

CDMRDLNATool

CI Status Version License Platform

Example

投屏工具

[[CDDLNATool sharedInstance] searchDevicesBlock:^(NSMutableArray *devicesArray) {

NSLog(@"devices%@", devicesArray);

if (devicesArray.count == 0) return;

[[CDDLNATool sharedInstance] initDLNAWithDevice: devicesArray[0] playUrl: @""];

[[CDDLNATool sharedInstance] startDLNA];

}];

Requirements

Installation

CDMRDLNATool is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'CDMRDLNATool'

Author

513433750@qq.com

License

CDMRDLNATool is available under the MIT license. See the LICENSE file for more info.