• 大小: 8.79M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: 其他
  • 标签: 采集  上传  视频  iOS  

资源简介

 本demo是利用ios客户端采集音视频数据并通过rtmp上传到nginx服务器上,html5页面可以通过video标签引入.m3u8文件即可播放直播视频

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  LMVideoTest
//
//  Created by lvming on 16/5/23.
//  Copyright © 2016年 lvming. All rights reserved.
//

#import “AppDelegate.h“

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.
    return YES;
}

- (void)applicationWillResignActive:(UIApplication *)application {
    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
    // Use this method to pause ongoin

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-10-24 05:04  LMVideoTest-master\
     文件        6148  2016-10-24 05:04  LMVideoTest-master\.DS_Store
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\
     文件       35726  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\project.pbxproj
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\project.xcworkspace\
     文件         156  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\project.xcworkspace\contents.xcworkspacedata
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\project.xcworkspace\xcuserdata\
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\project.xcworkspace\xcuserdata\lvming.xcuserdatad\
     文件       24138  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\project.xcworkspace\xcuserdata\lvming.xcuserdatad\UserInterfaceState.xcuserstate
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\xcuserdata\
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\xcuserdata\lvming.xcuserdatad\
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\xcuserdata\lvming.xcuserdatad\xcdebugger\
     文件          91  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\xcuserdata\lvming.xcuserdatad\xcdebugger\Breakpoints_v2.xcbkptlist
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\xcuserdata\lvming.xcuserdatad\xcschemes\
     文件        3351  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\xcuserdata\lvming.xcuserdatad\xcschemes\LMVideoTest.xcscheme
     文件         483  2016-10-24 05:04  LMVideoTest-master\LMVideoTest.xcodeproj\xcuserdata\lvming.xcuserdatad\xcschemes\xcschememanagement.plist
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\
     文件         275  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\AppDelegate.h
     文件        2029  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\AppDelegate.m
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\Assets.xcassets\
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\Assets.xcassets\AppIcon.appiconset\
     文件         585  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\Assets.xcassets\AppIcon.appiconset\Contents.json
     文件        1042  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\AudioManager.h
     文件        6456  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\AudioManager.m
     目录           0  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\base.lproj\
     文件        1664  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\base.lproj\LaunchScreen.storyboard
     文件        1590  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\base.lproj\Main.storyboard
     文件        1205  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\Info.plist
     文件        1462  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\RtmpManager.h
     文件       10136  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\RtmpManager.m
     文件         320  2016-10-24 05:04  LMVideoTest-master\LMVideoTest\ViewController.h
............此处省略103个文件信息

评论

共有 条评论