简体   繁体   English

DLNA对iOS视频应用程序的支持

[英]DLNA support for iOS video app

I am developing an video player app on iOS and I am now thinking about how to support DLNA so that my app can mirror its online video to the TV with some DLNA-supported device. 我正在开发iOS上的视频播放器应用程序,现在正在考虑如何支持DLNA,以便我的应用程序可以使用某些DLNA支持的设备将其在线视频镜像到电视。

Notice that the online video is playing on my app via WIFI or cellular network and I could switch it to be played on TV and my app becomes a remote control and a server to the TV. 请注意,在线视频正在通过WIFI或蜂窝网络在我的应用程序上播放,我可以将其切换为在电视上播放,并且我的应用程序成为遥控器和电视的服务器。

Which framework should I use? 我应该使用哪个框架?

I already know Cyberlink and PlatinumKit . 我已经知道CyberlinkPlatinumKit

I have worked on DLNA with iOS and Android device. 我曾在iOS和Android设备上使用DLNA。 I did not used the Cyberlink or PlatinumKit . 我没有使用CyberlinkPlatinumKit I learned how it works and write with swift and java. 我了解了它的工作原理,并使用swift和java编写了代码。

Here is my blog about the subject, if you only want the part of DLNA to find DLNA device and stream the video to the device, then control events like play, pause and seek. 这是我关于主题的博客,如果您只希望DLNA的一部分找到DLNA设备并将视频流传输到该设备,然后控制播放,暂停和搜索等事件。 You could find all the material you need here. 您可以在这里找到所需的所有材料。

https://eliyar.biz/DLNA_with_iOS_Android/ https://eliyar.biz/DLNA_with_iOS_Android/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM