| Reply | « Previous Thread | Next Thread » |
|
hi every one
i'm working on project that wants stream video between mobile phones using bluetooth. i want to send the captured video in real time with minimum delay can any body suggest the steps that i will need to do. thanks |
|
You have record small clips and use another thread to send the previously recorded clip over bluetooth (while at the same time recording the next clip in another thread)
Hartti |
|
Quote:
real time video streaming with bluetooth is it possible? wat fone and how did u di that?pls help me. Thanx |
| username27 |
| View Public Profile |
| Find all posts by username27 |
|
I think you have to use the workaround I defined above
Hartti |
|
I'm affraid bluetooth is much to slow for streaming video. (barely fast enogh for mp3)
In my similar project - sending as much as possible captured jpegs between bluettooth devices - i reached a speed about 50KBit/s (SE K800i to Nokia 6230i, L2Cap MTU=672/48 (Data/Chunk-Confirm). Yeah it works, but it takes about 5s to get a new 640x480 jpeg. |
| audiosport |
| View Public Profile |
| Find all posts by audiosport |
|
Hi everybody
what we did in that problem is that we used two threads one to capture the video and the other to send it so it worked as follows: as the phone records a new clip , it sends the previous one and so on . off course there is a delay that came from the time between capturing and sending the clip . overall that technique is just a compromise and not a real solution . good luck . Mina Samy . |
|
Hi,
oh! that's great. i'm working on project that wants stream video between mobile phone and pc using bluetooth. So can u tell me the approach (APIs to transfer via bluetooth) for this? thanks. |
| sri.karri@indiatimes.com |
| View Public Profile |
| Find all posts by sri.karri@indiatimes.com |
|
Hi
you will have to use the bluetooth API JSR-82 and the mobile media API JSR-135 you can find documentation on forum nokia thanks |
|
sri.kalli u'll have to implement all logic which starts up recording on the right time, sends the stuff through bluetooth and on the receiving part stitches all received data into one piece...
i.e : the bnluetooth api will only allow u to send data, and the media api will only allow u to record, so there is no api which will do it all for u, just so u know ;) |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Can I streaming Video from internet on S60 3rd edition? | jianyu_21 | Mobile Java Media (Graphics & Sounds) | 8 | 2008-04-25 06:15 |
| Video Streaming Buffer | alessiobwb | Symbian Media (Graphics & Sounds) | 1 | 2007-07-22 09:03 |
| Video play back for 2nd time | nagkumar | Mobile Java Tools & SDKs | 0 | 2007-03-05 14:06 |
| 7650 Bluetooth Modem with Toshiba Tecra 9000 Windows XP - RESOLVED Now! | d0lph1n | Bluetooth Technology | 5 | 2003-02-07 12:25 |
| Nokia DTL-4 and Socket Bluetooth Card - What is the real story? | cansana | Bluetooth Technology | 0 | 2002-07-29 05:33 |