English 中文(简体)
简化从安乐器到服务器的视频[闭门]
原标题:Streaming video from Android camera to server [closed]
Closed. This question needs to be more focused. It is not currently accepting answers.
Closed 1 year ago.
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions.

我看到大量信息,说明如何将服务器的录像带向海底装置,但还不了解其他方式,即卡拉奇。 难道有人会在这里向我指出正确的方向,或者就如何处理这一问题向我提出一些建议?

问题回答

我主办了一个开放源项目,使IP照相机能使用安乐器:

http://code.google.com/p/ipcamera-for-android”rel=“noreferer”>http://code.google.com/p/ipcamera-for-android

记录录像数据与当地统计局的目录相左,而MP4的MDAT MOOV在流出之前首先进行了核对。 现场录像用FLV格式包装,可以通过闪电视频播放,在网络服务器上安装:

Took me some time, but I finally manage do make an app that does just that. Check out the google code page if you re interested: http://code.google.com/p/spydroid-ipcamera/ I added loads of comments in my code (mainly, look at CameraStreamer.java), so it should be pretty self-explanatory. The hard part was actually to understand the RFC 3984 and implement a proper algorithm for the packetization process. (This algorithm actually turns the mpeg4/h.264 stream produced by the MediaRecorder into a nice rtp stream, according to the rfc)

页: 1

我也看着这一点,虽然我没有找到一个很好的解决办法,但我确实设法挖出SIPDroid星录像码:

http://code.google.com/p/sipdroid/source/browse/trunk/src/org/sipdroid/sipua/ui/VideoCamera.java

这里完全是关于向网页发送和摄像机的文章。

http://www.un.org/Depts/DGACM/index_french.htm

  1. Used libstreaming on android app
  2. On server side Wowza Media Engine is used to decode the video stream
  3. Finally jWplayer is used to play the video on a webpage.

I am able to send the live camera video from mobile to my server.using this link see the link

参照上述联系。 这一链接有样本应用。 仅凭您的服务才需要记录。 班级。

Example as: ffmpeg_link="rtmp://yourserveripaddress:1935/live/venkat";

我们能够利用这一链接发送H263和H264型录像。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签