简体   繁体   English

如何使用Flash / Wowza从一系列位图创建视频流

[英]How to create video stream from a sequence of bitmaps with Flash/wowza

Please suggest, googling failed. 请提出建议,Google搜寻失败。

I need to create video stream from a sequence of bitmaps (ie Bitmapdata.draw() ). 我需要从一系列位图(即Bitmapdata.draw())创建视频流。 Is it possible? 可能吗? Seems like I can put anything into Netstream.send(), but should I encode the images manually, or there's some framework feature? 似乎我可以将任何内容放入Netstream.send(),但是我应该手动对图像进行编码,还是有一些框架功能? I plan to use wowza server as backend. 我计划将wowza服务器用作后端。 Any links to examples would be helpful. 到示例的任何链接都将有所帮助。

Thanks. 谢谢。

Stop researching streaming servers (like Wowza) and start researching encoders, like FFmpeg . 停止研究流服务器(例如Wowza),开始研究编码器(例如FFmpeg) Streaming servers are for delivering content, not encoding content. 流服务器用于传递内容,而不是对内容进行编码。 The content you are streaming needs to be encoded into fairly well defined formats/codecs/standards. 您正在流式传输的内容需要被编码为定义明确的格式/编解码器/标准。 EG. 例如。 h264. h264。

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

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