Hi everyone, As part of my final year project, I have to develop a prototype to stream video over bluetooth. So far, I found a simple rtsp java application that could stream video over TCP/IP.
What I think now is that I want to open Serial Port Connections insteand of TCP, UDP sockets to transmit datas because Bluetooth many bluetooth stack doesn't support TCP/IP. I have problem with this step . As I am novice in Bluetooth Java Application, Do you have any suggestion or recommendation ? Your help would be very appreciated. Thanks
|