简体   繁体   English

如何在Windows上使用ffserver进行简单的视频流传输?

[英]How to do Simple video streaming with ffserver on windows?

I found a tutorial for configuring server here http://www.organicdesign.co.nz/Simple_video_streaming_with_ffserver 我在http://www.organicdesign.co.nz/Simple_video_streaming_with_ffserver找到了配置服务器的教程

but it is for linux... how to do such thing on windows? 但它是为Linux ...如何在Windows上做这样的事情? (with a real web cam) (使用真实的网络摄像头)

不要以为ffserver存在于windows上,我的建议是设置一个linux框(ubuntu?)并在那里玩ffserver :)

Although, I too have read, in older posts, that builds for Windows are non-existing, this morning I found (not me, but google) this blog: https://www.virag.si/2012/11/streaming-live-webm-video-with-ffmpeg/ 虽然,我也读过,在较旧的帖子中,Windows的构建是不存在的,今天早上我发现(不是我,但谷歌)这个博客: https//www.virag.si/2012/11/streaming-现场WEBM视频与-的ffmpeg /

Comes with a small guide also! 还附带一个小导游!

But as an alternative to ffserver, I would recommend rtmplite (you need python, but is extremely easy to use - at least in dev), or if you have java experience and alot of patience and time, red5 ! 但作为ffserver的替代品,我建议rtmplite (你需要python,但是非常容易使用 - 至少在开发中),或者如果你有java经验和很多耐心和时间, red5

download and install ICECAST server. 下载并安装ICECAST服务器。 It works for windows and ffmpeg and lets you live stream a video in mp4 and webm which you can publish and showcase online with html and php. 它适用于windows和ffmpeg,让你在mp4和webm中直播视频,你可以用html和php在线发布和展示。 Its the easiest way. 这是最简单的方法。 I wish someone had told me this but I had to figure this out, thru trial and error. 我希望有人告诉我这个,但我必须通过反复试验来解决这个问题。 If this doesn't work for you type live stream server software on google search engine. 如果这不适用于您在谷歌搜索引擎上键入实时流服务器软件。 http://icecast.org/ code that should configure it with ffmpeg https://www.ffmpeg.org/doxygen/2.4/icecast_8c_source.html . http://icecast.org/应使用ffmpeg https://www.ffmpeg.org/doxygen/2.4/icecast_8c_source.html配置它的代码。 ffserver does no work for windows and its a huge waste of time. ffserver对Windows无效,浪费时间。

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

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