Skip to content

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

License

Notifications You must be signed in to change notification settings

HavenWWH/CDMRDLNATool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

[email protected]

License

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published