简体   繁体   English

将网络摄像头提要发布到Flash Media Server

[英]Publish webcam feed to Flash Media Server

I have a fairly high-end webcam (snc-rz25n) that I need to rebroadcast using the Flash Media Server. 我有一个相当高端的网络摄像头(snc-rz25n),需要使用Flash Media Server重新广播。 I can get the picture as MPEG-4 (not h.264). 我可以将图片获取为MPEG-4(而不是h.264)。 So I need to transcode to h.264 and publish at multiple bitrates to FMS. 因此,我需要将代码转码为h.264并以多种比特率发布到FMS。

The only solution I have been able to come up with thus far is to transcode the stream using ffmpeg and then also use ffmpeg to downconvert the stream (for the multiple bitrates) and then publish all of these transcoded streams to FMS via custom Java code (using Red5). 到目前为止,我唯一能想到的解决方案是使用ffmpeg对流进行转码,然后还使用ffmpeg对流进行下转换(针对多个比特率),然后通过自定义Java代码将所有这些转码后的流发布到FMS(使用Red5)。

Surely there is a better way. 当然有更好的方法。 Flash Live Media Encoder is not going to work. Flash Live Media Encoder无法正常工作。 The camera is on the network, not direct connected, and I need a linux solution. 相机在网络上,没有直接连接,我需要一个Linux解决方案。

I believe you have found the best solution until FMS supports live transcoding. 我相信,直到FMS支持实时转码,您才能找到最佳解决方案。 I know that Wowza (FMS competitor) is planning on a feature similar to this for Q4 20111. 我知道Wowza(FMS竞争对手)正计划在20111年第4季度推出与此功能类似的功能。

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

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