简体   繁体   English

IOS设备的Wowza Media Server实时视频流延迟?

[英]Wowza Media Server Live Video Streaming Delay for IOS devices?

Wowza Media Server running Live Video Streaming. 运行实时视频流的Wowza Media Server。

When I view the live video using RTMP and HLS streaming using wowza examples which has live video players for Flash and IOS. 当我使用wowza示例使用RTMP和HLS流观看实时视频时,该示例具有适用于Flash和IOS的实时视频播放器。 I am able to view video for both but whenever the camera is moved rtmp url shows live video without any delay but HLS stream shows the delay of 10 seconds. 我可以同时查看两者的视频,但是无论何时移动摄像机,rtmp url都会显示实时视频,没有任何延迟,但是HLS流显示了10秒的延迟。

Then I tried running a mobile application using cordova(phonegap) for ios devices. 然后,我尝试使用针对iOS设备的cordova(phonegap)运行移动应用程序。 I am using HTML video tag in cordova application and I am able to view live video on IPad simulator using HLS streaming but whenever the camera moves there is a delay of 25 seconds while viewing the live video on IPad. 我在cordova应用程序中使用HTML视频标签,并且能够使用HLS流在IPad模拟器上查看实时视频,但是每当摄像机移动时,在IPad上查看实时视频都会有25秒的延迟。

Can someone please let me know what configuration needs to be done on Wowza Server Side to reduce this delay in Live video streaming for IOS devices? 有人可以让我知道需要在Wowza服务器端进行哪些配置以减少IOS设备实时视频流中的这种延迟吗?

And also can someone please advice any other player other then HTML Video tag for cordova application? 还可以请他人为Cordova应用程序建议除HTML视频标签以外的其他播放器吗?

Three chunks are required by iOS devices for streaming to begin. iOS设备需要三个块才能开始流式传输。 Each chunk is set to 10 seconds by default.If you use a keyframe interval of 1 frame per second you can lower the cupertinoChunkDurationTarget to 1 second(1000) and get the latency down to closer to 3 seconds. 默认情况下,每个块都设置为10秒。如果您使用每秒1帧的关键帧间隔,则可以将cupertinoChunkDurationTarget降低到1秒(1000),并将延迟降低到接近3秒。

Please check here for more : http://www.wowza.com/forums/content.php?88-Cupertino-Streaming-segmenter-parameters-%28iOS 请在此处查看更多信息: http : //www.wowza.com/forums/content.php?88-Cupertino-Streaming-segmenter-parameters-%28iOS

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

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