简体   繁体   English

在嵌入式设备上从摄像机流传输视频的最佳方法是什么?

[英]What's the best way to stream video from a camera on an embedded device?

I'm using a Samsung S3C6410 to develop a video ( currently no good solution for synchronized video and audio ) streaming application. 我正在使用Samsung S3C6410开发视频(当前对于同步视频和音频没有好的解决方案)流应用程序。

I intended to put this board on a small robot car and stream the video from the camera back to me from 3G network. 我打算将此板放在小型机器人汽车上,并将摄像机中的视频通过3G网络流回到我身上。

Up till now, the best solution I tried is mjpg_streamer. 到目前为止,我尝试过的最佳解决方案是mjpg_streamer。 It's a good open source project and it does what it promises to do. 这是一个很好的开源项目,它可以完成它所承诺的工作。 But what disappoints me is that the performance is not good enough. 但是令我失望的是性能还不够好。

  • It uses HTTP as the way to stream video, which result in lots of wasted bandwidth. 它使用HTTP作为流视频的方式,这导致大量带宽浪费。 My test results for a 1280x720 video is more than 1MB/s, and for 640x480 video is about 300KB/s. 我的1280x720视频的测试结果超过1MB / s,而640x480视频的测试结果大约为300KB / s。

  • It does not stream audio at the same time. 它不会同时流音频。

I found out that the Mjpg-streamer project is developing a module for RTSP streaming, but it's far from completion. 我发现Mjpg-streamer项目正在开发用于RTSP流的模块,但是还远远没有完成。 So I want to know if there are open source projects that meet my requirements(bandwidth efficient, and stream audio at the same time but not necessarily solved with one software only). 因此,我想知道是否有满足我要求的开源项目(带宽效率高,并且可以同时传输音频,但不一定仅使用一种软件即可解决)。

Any help is appreciated. 任何帮助表示赞赏。

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

相关问题 从ARM Linux上的CMOS相机读取流并将其转换为视频/照片 - Read stream from CMOS Camera on arm linux and convert it to video / photo 在 linux 中通过 PCI 将视频数据传输到设备的最佳方式 - Best way to transfer video data to a device over PCI in linux 将视频流(/ dev / video0)从Linux设备传输到Windows设备 - Transferring video stream (/dev/video0) from Linux device to Windows device 带有HTML覆盖层的视频传递的最佳嵌入式系统板/芯片组合是什么? - What is the best embedded system board/chip combination for video pass through with a HTML overlay 摄像机端(而非客户端端)的ONVIF视频流 - ONVIF video stream on camera side (not client side) 从makefile编写makefile的最佳方法是什么? - What is the best way to write a makefile from a makefile 保护数据库连接字符串的最佳方法是什么? - What's best way to secure a database connection string? 在(K)Ubuntu 17.10上安装ruby 2.4的最佳方法是什么? - What's the best way to install ruby 2.4 on (K)Ubuntu 17.10? 在单服务器应用程序中使用memcache的最佳方法是什么? - What's the best way to use memcache with a single-server app? 为 Linux 分发二进制应用程序的最佳方式是什么? - What’s the best way to distribute a binary application for Linux?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM