CN108810585A - 基于iOS系统手机的投屏方法 - Google Patents
基于iOS系统手机的投屏方法 Download PDFInfo
- Publication number
- CN108810585A CN108810585A CN201810588767.9A CN201810588767A CN108810585A CN 108810585 A CN108810585 A CN 108810585A CN 201810588767 A CN201810588767 A CN 201810588767A CN 108810585 A CN108810585 A CN 108810585A
- Authority
- CN
- China
- Prior art keywords
- screen
- expansion module
- mobile phone
- coding
- broadcast live
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/134—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
- H04N19/146—Data rate or code amount at the encoder output
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/70—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/41—Structure of client; Structure of client peripherals
- H04N21/4104—Peripherals receiving signals from specially adapted client devices
- H04N21/4122—Peripherals receiving signals from specially adapted client devices additional display device, e.g. video projector
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/41—Structure of client; Structure of client peripherals
- H04N21/4104—Peripherals receiving signals from specially adapted client devices
- H04N21/4126—The peripheral being portable, e.g. PDAs or mobile phones
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/436—Interfacing a local distribution network, e.g. communicating with another STB or one or more peripheral devices inside the home
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
本发明公开了基于iOS系统手机的投屏方法,包括以下步骤:S1、在现有的Replaykit框架下集成直播扩展模块,通过直播扩展模块采集屏幕视频流;S2、在直播扩展模块中对采集到的屏幕视频流进行视频编码;S3、通过直播扩展模块与PC端建立TCP连接,并将编码后的数据传输至PC端;S4、PC端对接收到的数据进行解码播放。其应用时,可以提供一种新的投屏方法,克服苹果手机在PC端进行投屏的不便,并且有效提高投屏的效率。
Description
技术领域
本发明涉及手机投屏处理技术,具体涉及基于iOS系统手机的投屏方法。
背景技术
基于iOS操作系统较高的流畅性,现在有很多用户都在使用苹果手机进行娱乐或办公,这样很多时候就会用到苹果手机的投屏功能,苹果手机可以通过访问私有API实现录屏功能或者通过Airplay实现投屏,但iOS9.0之后的系统封闭了屏幕图像获取的API,导致该功能无法使用,而通过Airplay实现投屏还需要有支持Airplay协议的设备来连接苹果手机进行屏幕投影,这样就造成了苹果手机用户在日常娱乐办公时使用投屏功能的不便。
发明内容
本发明针对现有技术存在的不足,提供基于iOS系统手机的投屏方法,其应用时,可以提供一种新的投屏方法,克服苹果手机在PC端进行投屏的不便,并且有效提高投屏的效率。
本发明通过以下技术方案实现:
基于iOS系统手机的投屏方法,包括以下步骤:
S1、在现有的Replaykit框架下集成直播扩展模块,通过直播扩展模块采集屏幕视频流;
S2、在直播扩展模块中对采集到的屏幕视频流进行视频编码;
S3、通过直播扩展模块与PC端建立TCP连接,并将编码后的数据传输至PC端;
S4、PC端对接收到的数据进行解码播放。
优选地,步骤S2中的视频编码采用h264编码。
优选地,在步骤S1中通过直播扩展模块采集屏幕视频流具体包括:
A、解锁手机,从屏幕底部向上滑出控制中心,长按录屏按钮,在弹出的列表中选择直播扩展选项;
B、点击开始直播,将屏幕视频流传输至直播扩展模块。
优选地,在步骤S2中对采集到的屏幕视频流进行视频编码时采用自适应编码:直播扩展模块检测网速,并根据网速自适应调整码率。
本发明具有如下的优点和有益效果:
1、本发明基于iOS系统手机的投屏方法,可以提供一种新的投屏方法,克服苹果手机在PC端进行投屏的不便,使其可以自由在普通PC端上进行投屏播放。
2、本发明基于iOS系统手机的投屏方法,可以有效提高投屏的效率。
3、本发明基于iOS系统手机的投屏方法,操作简单,方便实用。
附图说明
此处所说明的附图用来提供对本发明实施例的进一步理解,构成本申请的一部分,并不构成对本发明实施例的限定。在附图中:
图1为本发明的步骤示意框图。
具体实施方式
为使本发明的目的、技术方案和优点更加清楚明白,下面结合实施例和附图,对本发明作进一步的详细说明,本发明的示意性实施方式及其说明仅用于解释本发明,并不作为对本发明的限定。
实施例1
如图1所示,基于iOS系统手机的投屏方法,包括以下步骤:
S1、在现有的Replaykit框架下集成直播扩展模块,通过直播扩展模块采集屏幕视频流;
S2、在直播扩展模块中对采集到的屏幕视频流进行视频编码;
S3、通过直播扩展模块与PC端建立TCP连接,并将编码后的数据传输至PC端;
S4、PC端对接收到的数据进行解码播放。
实施例2
作为对上述实施例的优化,步骤S2中的视频编码采用h264编码,其具有低码率、图像质量高、容错率强、网络适应性强等优点;在步骤S1中通过直播扩展模块采集屏幕视频流具体包括:A、解锁手机,从屏幕底部向上滑出控制中心,长按录屏按钮,在弹出的列表中选择直播扩展选项;B、点击开始直播,将屏幕视频流传输至直播扩展模块;在步骤S2中对采集到的屏幕视频流进行视频编码时采用自适应编码:直播扩展模块检测网速,并根据网速自适应调整码率,提高传输效率。
以上所述的具体实施方式,对本发明的目的、技术方案和有益效果进行了进一步详细说明,所应理解的是,以上所述仅为本发明的具体实施方式而已,并不用于限定本发明的保护范围,凡在本发明的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。
Claims (4)
1.基于iOS系统手机的投屏方法,其特征在于,包括以下步骤:
S1、在现有的Replaykit框架下集成直播扩展模块,通过直播扩展模块采集屏幕视频流;
S2、在直播扩展模块中对采集到的屏幕视频流进行视频编码;
S3、通过直播扩展模块与PC端建立TCP连接,并将编码后的数据传输至PC端;
S4、PC端对接收到的数据进行解码播放。
2.根据权利要求1所述的基于iOS系统手机的投屏方法,其特征在于,步骤S2中的视频编码采用h264编码。
3.根据权利要求1所述的基于iOS系统手机的投屏方法,其特征在于,在步骤S1中通过直播扩展模块采集屏幕视频流具体包括:
A、解锁手机,从屏幕底部向上滑出控制中心,长按录屏按钮,在弹出的列表中选择直播扩展选项;
B、点击开始直播,将屏幕视频流传输至直播扩展模块。
4.根据权利要求1或2所述的基于iOS系统手机的投屏方法,其特征在于,在步骤S2中对采集到的屏幕视频流进行视频编码时采用自适应编码:直播扩展模块检测网速,并根据网速自适应调整码率。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810588767.9A CN108810585A (zh) | 2018-06-08 | 2018-06-08 | 基于iOS系统手机的投屏方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810588767.9A CN108810585A (zh) | 2018-06-08 | 2018-06-08 | 基于iOS系统手机的投屏方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
CN108810585A true CN108810585A (zh) | 2018-11-13 |
Family
ID=64088891
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810588767.9A Pending CN108810585A (zh) | 2018-06-08 | 2018-06-08 | 基于iOS系统手机的投屏方法 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108810585A (zh) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110324654A (zh) * | 2019-08-02 | 2019-10-11 | 广州虎牙科技有限公司 | 主播端直播视频帧处理方法、装置、设备、系统及介质 |
CN110798700A (zh) * | 2019-11-07 | 2020-02-14 | 网易(杭州)网络有限公司 | 视频处理方法、视频处理装置、存储介质与电子设备 |
CN111918119A (zh) * | 2020-07-24 | 2020-11-10 | 深圳乐播科技有限公司 | Ios系统数据的投屏方法、装置、设备及存储介质 |
CN113301423A (zh) * | 2020-02-21 | 2021-08-24 | 北京奇虎科技有限公司 | iOS终端的远程显示方法、系统、节点管理端、计算机设备及存储介质 |
-
2018
- 2018-06-08 CN CN201810588767.9A patent/CN108810585A/zh active Pending
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110324654A (zh) * | 2019-08-02 | 2019-10-11 | 广州虎牙科技有限公司 | 主播端直播视频帧处理方法、装置、设备、系统及介质 |
CN110798700A (zh) * | 2019-11-07 | 2020-02-14 | 网易(杭州)网络有限公司 | 视频处理方法、视频处理装置、存储介质与电子设备 |
CN113301423A (zh) * | 2020-02-21 | 2021-08-24 | 北京奇虎科技有限公司 | iOS终端的远程显示方法、系统、节点管理端、计算机设备及存储介质 |
CN111918119A (zh) * | 2020-07-24 | 2020-11-10 | 深圳乐播科技有限公司 | Ios系统数据的投屏方法、装置、设备及存储介质 |
CN111918119B (zh) * | 2020-07-24 | 2021-06-08 | 深圳乐播科技有限公司 | Ios系统数据的投屏方法、装置、设备及存储介质 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108810585A (zh) | 基于iOS系统手机的投屏方法 | |
US8819757B2 (en) | Advanced wireless IPTV set top box | |
CN105100878B (zh) | 一种电视节目分享方法及系统 | |
EP2360922A3 (en) | Disposition of video alerts and integration of a mobile device into a local service domain | |
WO2011066099A3 (en) | Method of opportunity-based transmission of wireless video | |
CN103501392A (zh) | 一种利用手机来进行实时音视频拍摄与直播的方法 | |
CN107135417A (zh) | 一种hls协议的投屏方法及系统 | |
MXPA05007353A (es) | Transmisor y receptor de television digital para transmitir y recibir una corriente dual usando datos robustos en una banda lateral residual de nivel 4. | |
KR20060095090A (ko) | 이동통신 단말기를 이용하여 개인방송 서비스 제공 시스템및 서비스 제공 방법 | |
CN103248947A (zh) | 一种视频多屏共享方法及实现该方法的系统 | |
CN102202210B (zh) | 手机播放实时监控视频的方法及播放实时监控视频的手机 | |
CN106101606A (zh) | 一种视频会议的屏幕共享实现装置 | |
CN102131073A (zh) | 无线网络监控设备 | |
CN102752670A (zh) | 减少网络视频传输中马赛克现象的方法、装置及系统 | |
CN105392029A (zh) | 一种hls点播和直播的实现方法及系统 | |
CN101969540A (zh) | 视频通话的实现方法、装置和系统 | |
KR20150027032A (ko) | 방송 인코딩, 레코딩 및 분배 시스템 및 방법 | |
CN108769716A (zh) | 一种高效智能手机投屏方法 | |
CN107801049A (zh) | 一种实时视频传送、播放方法及装置 | |
US20120137320A1 (en) | System and method for streaming multimedia content via a cellular network to mobile multimedia devices | |
CN103024441A (zh) | 一种移动终端播放电视节目的方法 | |
CN104104929A (zh) | 一种远程投影方法、装置及系统 | |
CN104348845A (zh) | 一种Wi-Fi相机接入互联网的系统及方法 | |
CN204681523U (zh) | 一种基于智能操作系统机顶盒的dvb模块 | |
CN208548978U (zh) | 一种4gwifi数字电视盒 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20181113 |
|
WD01 | Invention patent application deemed withdrawn after publication |