English 中文(简体)
流传或收听来自 可能访问 Apache 服务器的 麦克风的现场音频?
原标题:streaming or listening to live audio from mic over apache server possible?

我拥有Fedora13 Linux家庭服务器和Zoneminder服务机,供我自己的家庭安全系统使用。我可以用许多摄像头和IP摄像头视频对家庭进行视觉监控。 但我听不到任何声音,如水探测警报、火灾警报或窃贼警报。

是否有办法监听来自主机服务器在互联网上的麦克风的现场声音? 我已经为区显示器配备了 Apache 家服务器, 所以, 我认为它必须和 Apache 服务器一样, 因为连接 Apache 服务器的 80 号端口无法与其他应用程序共享。 由于家用和工作的防火墙, 并且由于唯一的动态IP 地址, 我看不到其他方法, 只有 Apache 服务器 。

如果我能将录音监听程序嵌入区模网页,那将是非常可取的。但目前,我只想随时听家里的任何实时声音。只要是实时的,而且超过80个港口,比如在SSH的VNC,互联网上的单独应用程序就很好。

我查看了Icecast2 和 Ices,但由于防火墙,这似乎很难或不可能。我考虑用 sox Linux 应用程序检测任何声音,并将声音文件作为电子邮件附件发送,但剂量似乎不符合我的需要。

任何建议我都会非常感激 谢谢

问题回答

如果您在家里可以静静地进入装有麦克风的Linux机器,您可以做以下工作,在声音/噪音周围监听它。

假设您在家中的 Linux 机器上安装了 < 坚固 > acord ,在本地的机器上安装了 < 坚固 > aplay (两者在 Linux Ubuntu 上都有协议和剧本)

ssh username@your_home_device_ip  arecord -f cd -t wav  | aplay -

希望这能帮上忙





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签