[android-developers] Streaming video over RTMP

2012-06-12 Thread Dmitry Kazakov
Hello, I am programming android client that would show video from web camera in real time. The issue is that I get this stream over RTMP protocol. It seems that nobody knows an easy way to do that. I have found a few libs as www.aftek.com/afteklab/aftek-RTMP-library.shtml

[android-developers] Streaming Video From Android

2012-01-16 Thread Asmishra
Hi, I want to stream a video file present in the AVD SD card to a server. I thought there is a way to do it using the mediarecoder. Indeed it does provide the streaming options like the following API == recorder.setOutputFile(pfd.getFileDescriptor()); Here by setting the sock fd we can

[android-developers] Streaming Video

2011-11-03 Thread Siva Prakash
Hi I have list of videos in my storage server from which I want to stream them to phone. What is the best way and protocol (Anything other that HTTP if ) to do this? I dont want to download them to local and show. Thanks -- You received this message because you are subscribed to the Google

Re: [android-developers] Streaming Video

2011-11-03 Thread Chenna Venkatasubbaiah
You can use RTSP to streaming your videos using VideoView and MediaPlayer classes. thanks Chenna On Thu, Nov 3, 2011 at 6:01 PM, Siva Prakash siva.yuvan2...@gmail.comwrote: Hi I have list of videos in my storage server from which I want to stream them to phone. What is the best way and

[android-developers] Streaming video

2011-09-09 Thread hudvin
I am streaming video from server(live555) using rtsp. I can watch video using VLC video, but not on android device. Can you provide me some examples of correct encoded files or format requirements? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Streaming video

2011-09-09 Thread Mark Murphy
This has nothing to do with this list. This is for development with the Android SDK, not for end-user questions for things other than Android. On Fri, Sep 9, 2011 at 6:41 AM, hudvin hud...@gmail.com wrote: I am streaming video from server(live555) using rtsp. I can watch video using VLC video,

[android-developers] Streaming video

2010-12-13 Thread Neilz
Hi all. I need to add a feature to my app which streams video. - One source I have has a file extension of m3u8. I'm unsure as to whether Android can handle this? - I also have to handle an RTSP protocol. This isn't something I'm too familiar with. 1) Is MediaPlayer the right Intent to be use

Re: [android-developers] Streaming video from phone to server

2010-06-15 Thread Maximilian Reß
Hi, maybe this link can help you. http://www.mattakis.com/blog/kisg/20090708/broadcasting-video-with-android-without-writing-to-the-file-system Am 11.06.2010 10:55, schrieb Rijad Sacirovic: Hi, I need a hint (or actually more than one) on how to use the camera for capturing video and

[android-developers] Streaming video from phone to server

2010-06-11 Thread Rijad Sacirovic
Hi, I need a hint (or actually more than one) on how to use the camera for capturing video and streaming it to a server. android.media.MediaRecorder seems to simple for this task i believe? Im in way above my head on this one, i hope you guys can help me. Everything is welcome! ideas, hints,

[android-developers] Streaming Video in Android SDK not working?

2010-05-27 Thread singalashok
Hi Friends, I am new to playing videos in Android Emulator? First of all, is it possible to stream and play live video in Android Emulator? I am using SDK 1.6. If yes, could you please help in fixing the following error? I am using the following code to stream a video file from a server, but i

Re: [android-developers] Streaming video from Android handset - code examples anywhere?

2010-04-27 Thread dillirao malipeddi
Arijasoft has developed android live streaming sdk, which streams from android device to any RTSP server from android device --- rtsp server; Please contact: cont...@arijasoft.com thanks On Tue, Feb 16, 2010 at 11:01 PM, jussi69 jussiniemin...@gmail.com wrote: Hi, I'm in the process of

Re: [android-developers] Streaming video from Android handset - code examples anywhere?

2010-03-15 Thread pankaj anand
you should look at the sip phone sipdroid which is SIP phone for android. If you understand it well then you should be able to do it the same way with the video as well. On Tue, Feb 16, 2010 at 11:01 PM, jussi69 jussiniemin...@gmail.com wrote: Hi, I'm in the process of writing an

[android-developers] Streaming video from Android handset - code examples anywhere?

2010-02-16 Thread jussi69
Hi, I'm in the process of writing an application that would be streaming live video from Android handset into a server that resides in the internet. Are there any code examples that can handle this? I've been trying to search code examples, but could not find any. I have also bought a couple of

[android-developers] Streaming video files endless buffering

2009-12-14 Thread moju
Hello ! I have a problem streaming live video files. When I stream a file say of duration 5 minutes, it stops after streaming 2 to 3 minutes and enters in to endless buffering state. The VideoViews's OnBufferingListener is endlessly executed, however it shows that the buffering is not progressing

[android-developers] Streaming video files to the G1 phone (NEED some Help)

2009-09-17 Thread GP
We are developing web-based online videos for consumers to view (that are steamed down from the web) we also have a mobile send a TEXT message to send a mobile version of the video to your cell phone. We are using MPEG4 and the MPEG4 formats suppot almost every broser based phone on the market...

[android-developers] Streaming video from phone

2009-06-22 Thread Robert
I looked into live video streaming from the phone during Android 1.0, but from what I gathered the framework wasn't there yet. Can anyone let me know if this has changed since the release of 1.5? Thank you. Robert --~--~-~--~~~---~--~~ You received this message

[android-developers] Streaming video with m5 SDK

2008-04-20 Thread Fikre
I'm trying to play videos from a given uri on the m5 SDK. I found some code that plays Progressive Streamable mp4 files. But the code wont play any other video files. Can anyone point me to some good information on how to play video files on the new SDK? or some information on how to convert a