如何流式传输实时视频

发布于 2024-07-09 11:47:23 字数 432 浏览 11 评论 0原文

我正在寻找一种解决方案,使我能够在一个位置设置实时视频源,并通过互联网在远程位置观看视频流。

目标是提供实时的高质量视频培训课程,远程用户可以在自己的位置观看。

任何技术都会起作用。 高品质是必须的。 我最熟悉 C# 和 Microsoft 解决方案。

以下是我对其工作原理的理解:

对于提供商

  1. 获取相机(我目前有一个高清摄像机)
  2. 将相机插入计算机(如何,视频采集卡?)
  3. 使用软件捕获视频(什么软件?)
  4. 使用软件串流至客户端 (什么软件?)

客户端

  1. 使用软件指向视频源 (什么软件?)
  2. 将电脑插入投影仪

I'm looking for solutions that will allow me to have a Live Video feed setup at one location and, via the internet, watch the video stream at a remote location.

The goal is to have a live high quality video training session that remote users can watch from their own locations.

Any technology will work. High Quality is a must. I'm most familiar with C# and Microsoft solutions.

Here is how I understand it might work:

For Provider

  1. Get Camera (I currently have a high definition video camera)
  2. Plug Camera into computer (How, video capture card?)
  3. Use Software to Capture video (What software?)
  4. Use Software to stream to client (What software?)

For Client

  1. Use Software to point to Video Source (What Software?)
  2. Plug Computer into Projector

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

抹茶夏天i‖ 2024-07-16 11:47:23

我认为 DaCast 是您的最佳选择,这是一个自助直播平台。 当您注册帐户后,距离第一次直播还有 20 分钟。 只要您有网络摄像头,您就可以轻松地通过互联网进行直播。 您只需将 DaCast 频道页面的链接发送给所有观众,他们就可以在任何位置观看直播。 此外,您可以将代码嵌入到您自己的网站或博客中,然后您的观众也可以观看它!

I think the soultion for you is DaCast, a self-service platform for live streaming. When you sign up an account, you are 20 minutes away from your first streaming. As long as you have a webcam, you can easily stream live throughout the internet. You can somply send a link of your DaCast channel page to all viewers, they can watch the stream at any location. Also, you can embed the code to your own web site or blog, then your viewers can watch it, too!

深居我梦 2024-07-16 11:47:23

您是否尝试过视频 LAN 客户端 (VLC) 他们能够从摄像机或视频文件流式传输/捕获视频。

http://www.videolan.org/vlc/

(底部有一个复选框用于流式传输/保存选项的新对话框)

http://ashishware.com/Video.shtml

Have you tried Video Lan Client (VLC) They have ability to stream/capture video from either a video camera or video file.

http://www.videolan.org/vlc/

(there is a checkbox at the bottom of the new dialog for streaming/saving options)

http://ashishware.com/Video.shtml

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文