使用 Android 设备进行直播

发布于 2025-01-06 16:50:54 字数 188 浏览 1 评论 0原文

我一直在开发一个 Android 应用程序,它使用 Android 内置摄像头在服务器上实时流式传输视频,任何人都可以从部署在服务器上的我的网站观看该实时流。 那么,任何人都可以帮助我,我应该如何开始我的项目,因为目前我没有方向可以开始。 更具体的例子是:- 就像一个人去野餐,他希望他的朋友和家人看到旅行中发生了什么,他的家人可以现场看到他在做什么......

I have been working on an android app that streams videos live on a server using android built-in camera and anyone can watch that live stream from my website which is deployed on the server.
So can any one help me on how should i start working on my project because at present i have no direction to start with.
More specific example is:-
Like a person goes to a picnic and he wants his friends and family to see whats going on with the tour and his family can see live what he's doing live.....

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

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

发布评论

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

评论(1

我的痛♀有谁懂 2025-01-13 16:50:54

有一个开源项目做了非常类似的事情:
http://code.google.com/p/ipcamera-for-android/

它基本上使用摄像机的 LocalSocket 来读取视频并从网络服务器传输视频。您应该能够在源代码中找到很多信息。

如果您想通过互联网进行流式传输,为了让每个人都能看到,我可以向您推荐 justin.tv 服务,它可以让您将流式传输到整个互联网。如果尝试了一下,效果非常好!

但是,如果没有 wifi,您的连接可能会非常缓慢,除非您将视频转换为较小的尺寸......

There is an open-source project that does a very similar thing:
http://code.google.com/p/ipcamera-for-android/

It basically uses the LocalSocket of the camera to read the video and stream it from a webserver. You should be able to find lots of information in the source code.

If you want to stream over the internet, for everyone to see i can recommend you the service justin.tv which lets you broadcast you stream to the whole internet. If tried it, and it works very good!

However, if there's no wifi you will probably have a very laggy connection, unless you convert the video in a smaller size...

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