[android-developers] Create a pipe file

2011-02-21 Thread Christina Loop
Hello everyone,

I would like to ask, if anyone knows how can we create a file which
acts like a pipe.

For instance I would like it to have 2MB size. The system should
access this file as a FIFO, ie when the space of 2MB is over, the
system should write on the file from the start of it.

Is there any way I can create such a file?

Thank you in advance for your help,
Christina

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Video streaming from android mobile phone to a remote computer

2010-10-07 Thread Christina Loop
Because I was asked by several to share the code I used for capturing
from the camera, here is where I got the idea from:
http://beta.codeproject.com/script/Articles/ViewDownloads.aspx?aid=107270

On 27 Σεπτ, 17:29, Christina Loop chrisandroul...@gmail.com wrote:
 Hello everyone,

 The problem I have is in the implementation of a video streaming
 application. What I need to do is to stream live what I record with
 the androids' camera, to a remote computer. I managed to establish a
 connection between the mobile phone and the computer, but I do not
 know how to send the video.

  I searched through forums, and I found out that in order to send a
 streaming video you have you use the ParcelFileDescriptor. So I
 created an instance of MediaRecorder with encoding H263 and .mp4 file
 format, I created a Socket and then I created a new
 ParcelFileDescriptor connecting it with the socket. If that is correct
 then the android application that I created is functional.

  What I don't know now is what to do at the side of the computer in
 order to receive and view the streaming video. I tried using JMF, but
 it doesn't support .mp4 video files. What do you suggest me to do? Or
 where to look in order to find a solution?

 Thank you in advance,
 Christina

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Video streaming from android mobile phone to a remote computer

2010-09-27 Thread Christina Loop
Hello everyone,

The problem I have is in the implementation of a video streaming
application. What I need to do is to stream live what I record with
the androids' camera, to a remote computer. I managed to establish a
connection between the mobile phone and the computer, but I do not
know how to send the video.

 I searched through forums, and I found out that in order to send a
streaming video you have you use the ParcelFileDescriptor. So I
created an instance of MediaRecorder with encoding H263 and .mp4 file
format, I created a Socket and then I created a new
ParcelFileDescriptor connecting it with the socket. If that is correct
then the android application that I created is functional.

 What I don't know now is what to do at the side of the computer in
order to receive and view the streaming video. I tried using JMF, but
it doesn't support .mp4 video files. What do you suggest me to do? Or
where to look in order to find a solution?

Thank you in advance,
Christina

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Live video streaming

2010-09-22 Thread Christina Loop
Thanks a lot for your reply. I need to send it in streaming mode. I
read somewhere that rtp is not possible in android. And that I need to
send it covered in rtsp. I don't know how this can be achieved. You
would help me a lot if you could give me a hint.

Regards,
Christina

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Live video streaming

2010-09-21 Thread Christina Loop
Hello everyone,

I am trying to develop an android application which will be able to
record a video and send it in real time to a remote computer. The
computer then will play it live. I have managed to establish a
connection between the android and the computer, and to record a video
on the android phone. My problem is, how will I be able to send this
video to the computer? Does anyone have an idea?

Thank you in advance..

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en