Voice chat over bluetooth between Android & Python (pybluez) -


i need stream live audio between android , python (pybluez).

at first, i've thought sip, i've understood works on android internet , not bluetooth.

so - solution i'm thinking on send voice data on sockets, in project: https://github.com/deanthomson/android-udp-audio-chat

my big issue solution bluetooth sockets has no "udp mechanism". rfcomm bluetooth sockets connection oriented, tcp sockets, , i'm worrying can lead bad audio transfer speeds..

should use method transfer 2-way live audio on bluetooth?


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -