简体   繁体   English

从iPhone流视频

[英]stream video from iPhone

I have some video files in iPhone library and I am developing iPhone app to stream video from my iPhone to another device. 我的iPhone库中有一些视频文件,我正在开发iPhone应用程序,以将视频从我的iPhone流式传输到另一台设备。

I have already server developed at iPhone side. 我已经在iPhone端开发了服务器。

My question is how can I stream this video files to another device or server from iPhone. 我的问题是如何从iPhone将视频文件流式传输到另一台设备或服务器。

Another question is I have done video segment by apples mediafilesegmenter and generate ts and m3u8 files.I am wondering what is different between if I give link to m3u8 file(which is called http streaming may be) or link to the direct video file (mov,mp4) to the renderer. 另一个问题是我已经通过apples mediafilesegmenter进行了视频分段并生成ts和m3u8文件。我想知道如果我提供m3u8文件的链接(可能称为http流)或直接视频文件(mov ,mp4)到渲染器。

Thanks in Advance 提前致谢

you can use the code I have given in Writing an app to stream video to iPhone to stream the video. 您可以使用在编写应用程序中提供的代码将视频流式传输到iPhone,以流式传输视频。 However the video should be converted using the metadata mover and it should be compatible of playing in iPhone You can use mirovideo converter to do this. 但是,应该使用元数据移动器来转换视频,并且该视频应该与在iPhone中播放兼容。您可以使用mirovideo转换器来执行此操作。

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

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