简体   繁体   English

从DVR输入到wowza,然后从wowza输出到Web应用程序

[英]Input to wowza from a DVR and then output from wowza to a web application

I have a set of cameras connected to a DVR which stores the streams from the camera. 我有一组连接到DVR的摄像机,该摄像机存储摄像机的流。 I was wondering if it is possible to to configure WOWZA to be able to pull videos from the DVR(a different machine than the one WOWZA is hosted on) and then stream them back to a web application. 我想知道是否可以将WOWZA配置为能够从DVR(与托管WOWZA的计算机不同的计算机)上提取视频,然后将其流回Web应用程序。

This is the acrhitecture: 这是结构:

图式

It is also important for me to mention that in the web application I need to have the following abilities(which means WOWZA will have to support them): 对于我来说,提及Web应用程序中的我需要具有以下能力也很重要(这意味着WOWZA将必须支持它们):

  • Simple play/pause functionality 简单的播放/暂停功能
  • Resume if pause was pressed 恢复是否按下了暂停
  • Ability for seek (AKA jump to time) 寻求能力(又名跳时)
  • FastForward – meaning playing the video in different speeds(in addition to the regular X1 speed) FastForward –意味着以不同的速度播放视频(除了常规的X1速度)

Is it possible to implement something like that and how? 是否可以实现类似的方式以及如何实现?

You didn't mention file format. 您没有提及文件格式。 Wowza does not transcode and perhaps your DVR files are not in a format suited to live streaming. Wowza不会转码,也许您的DVR文件的格式不适合实时流式传输。

Sorenson Squeeze has the ability to watch a folder for new files that appear, transcode them, optionally move them to another folder (even across the network), and then have those videos published via your web server. Sorenson Squeeze可以监视文件夹中是否有出现的新文件,并对它们进行转码,还可以选择将它们移动到另一个文件夹(甚至通过网络),然后通过您的Web服务器发布这些视频。

If you add Wowza and configure it to point to the output folder of Sorenson Squeeze, then you can stream the video via your web server. 如果添加Wowza并将其配置为指向Sorenson Squeeze的输出文件夹,则可以通过Web服务器流式传输视频。 Once the video is streaming, all the 4 features you mentioned (ie- play/pause, resume, seek and adjust play speed) are available. 视频流传输后,您提到的所有4个功能(即播放/暂停,恢复,搜索和调整播放速度)均可用。

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

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