views:

378

answers:

2

Can anyone please direct me to learn something about Bluetooth video streaming programming using j2se and j2me technologies as i want to stream live video from pc to mobile phone through Bluetooth.

I am caputring video using jmf and then converting the captured video to 3gp format. I want to stream this video to mobile phone(I have transferred stored video using OBEX protocol to mobile phone).

I have no idea about Bluetooth video streaming concept.

Any technical information would greatly help me.

Thank You.

A: 

So you'd need to make a client/server connection between the PC and the mobile phone, using JSR 82 (with an implementation such as BlueCove for the PC). It's up to you whether the PC or the phone is the client or server, but plenty of examples of how to set it up such as this one. If the handset supports JSR 82 but not OBEX, you'll need to implement that yourself too.

When you've figured out how to do an OBEX PUT of the file from PC to mobile, then for streaming, pass the InputStream into Manager.createPlayer(), and you should have video streaming over Bluetooth.

HTH

funkybro
A: 

try to use 3 bt sreamers with rgb. red, green and blue.

sneek