* [Bluez-devel] Help with l2cap broadcast programming
@ 2006-04-24 0:28 Marcos P
2006-04-24 11:16 ` Fwd: " Marcos P
0 siblings, 1 reply; 6+ messages in thread
From: Marcos P @ 2006-04-24 0:28 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1: Type: text/plain, Size: 823 bytes --]
Hello
I would like to ask for some help with broadcast with l2cap. I am designing
a video server with bluetooth.
I have been successful in implementing a H263 video server, which is able to
stream video when is contacted by the clients; the server is able to send
unicast video to each client requesting the video. This was easy to
implement by following the examples provided the guided in how to program
bluetooth by Albert Huang.
But now I need to broadcast video to the group of clients that contact the
piconet, It will be also useful if it is possible to broadcast to parked
devices. I haven't been able to find examples with bluez that allow me to
set-up this type of transmission.
Any help with c commands, guides or examples will be greatly appreciated.
Regards
Marcos Paredes Farrera
[-- Attachment #2: Type: text/html, Size: 1279 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Fwd: Help with l2cap broadcast programming
2006-04-24 0:28 [Bluez-devel] Help with l2cap broadcast programming Marcos P
@ 2006-04-24 11:16 ` Marcos P
2006-04-24 15:58 ` [Bluez-devel] " Brad Midgley
0 siblings, 1 reply; 6+ messages in thread
From: Marcos P @ 2006-04-24 11:16 UTC (permalink / raw)
To: marcel, bluez-devel
[-- Attachment #1: Type: text/plain, Size: 1147 bytes --]
This is my first post, but it seems that the e-mails are not reaching the
list. Maybe I am doing something wrong.
Marcos
---------- Forwarded message ----------
From: Marcos P <mparedesx@gmail.com>
Date: Apr 24, 2006 1:28 AM
Subject: Help with l2cap broadcast programming
To: bluez-devel@lists.sourceforge.net
Hello
I would like to ask for some help with broadcast with l2cap. I am designing
a video server with bluetooth.
I have been successful in implementing a H263 video server, which is able to
stream video when is contacted by the clients; the server is able to send
unicast video to each client requesting the video. This was easy to
implement by following the examples provided the guided in how to program
bluetooth by Albert Huang.
But now I need to broadcast video to the group of clients that contact the
piconet, It will be also useful if it is possible to broadcast to parked
devices. I haven't been able to find examples with bluez that allow me to
set-up this type of transmission.
Any help with c commands, guides or examples will be greatly appreciated.
Regards
Marcos Paredes Farrera
[-- Attachment #2: Type: text/html, Size: 1688 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] Fwd: Help with l2cap broadcast programming
2006-04-24 11:16 ` Fwd: " Marcos P
@ 2006-04-24 15:58 ` Brad Midgley
2006-04-24 16:14 ` Brad Midgley
0 siblings, 1 reply; 6+ messages in thread
From: Brad Midgley @ 2006-04-24 15:58 UTC (permalink / raw)
To: bluez-devel
Marcos
I saw both messages fwiw. The mailing list can be very slow.
You're not using AVDTP to do your unicast video service are you? I don't
see any accommodation for broadcast in the AVDTP spec fwiw.
The core spec talks about broadcast... lt_addr is all 0, llid = 10, ptt
= 0. I looked around for examples using bluez but couldn't find any.
Brad
> This is my first post, but it seems that the e-mails are not reaching
> the list. Maybe I am doing something wrong.
>
> Marcos
>
> ---------- Forwarded message ----------
> From: * Marcos P* <mparedesx@gmail.com <mailto:mparedesx@gmail.com>>
> Date: Apr 24, 2006 1:28 AM
> Subject: Help with l2cap broadcast programming
> To: bluez-devel@lists.sourceforge.net
> <mailto:bluez-devel@lists.sourceforge.net>
>
> Hello
>
> I would like to ask for some help with broadcast with l2cap. I am
> designing a video server with bluetooth.
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] Fwd: Help with l2cap broadcast programming
2006-04-24 15:58 ` [Bluez-devel] " Brad Midgley
@ 2006-04-24 16:14 ` Brad Midgley
2006-04-24 16:48 ` Brad Midgley
0 siblings, 1 reply; 6+ messages in thread
From: Brad Midgley @ 2006-04-24 16:14 UTC (permalink / raw)
To: bluez-devel
Hey
> The core spec talks about broadcast... lt_addr is all 0, llid = 10, ptt
> = 0. I looked around for examples using bluez but couldn't find any.
I did some more digging and about a year ago Marcel was discussing this.
It sounds like an API for broadcast has not been hammered out and there
may not be an implementation at the lowest (hci) layer.
Brad
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] Fwd: Help with l2cap broadcast programming
2006-04-24 16:14 ` Brad Midgley
@ 2006-04-24 16:48 ` Brad Midgley
2006-04-24 23:14 ` Marcos P
0 siblings, 1 reply; 6+ messages in thread
From: Brad Midgley @ 2006-04-24 16:48 UTC (permalink / raw)
To: bluez-devel
Hey
>>The core spec talks about broadcast... lt_addr is all 0, llid = 10, ptt
>>= 0. I looked around for examples using bluez but couldn't find any.
If bluez really can't do this now, you can get it using the affix stack.
We just can't discuss affix here unless it's in the context of improving
bluez.
(There's a special place in hell reserved for replying to myself twice
here :)
Brad
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] Fwd: Help with l2cap broadcast programming
2006-04-24 16:48 ` Brad Midgley
@ 2006-04-24 23:14 ` Marcos P
0 siblings, 0 replies; 6+ messages in thread
From: Marcos P @ 2006-04-24 23:14 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]
Thank you Brad, for your answer. I am not using AVDTP, we have our own
algorithm to deliver video. The video stream is sent by modifying the
packetization and delivery scheme. For example sending 1 video slice per
packet and delivering each packet with times closer to a Real time
streamming. In this case the broadcast scheme in the bluetooth standard [*]
seems like a good way to stream video to different clients. In this case the
clients performance will be observed at different distances, and because
they are only in a listening state and the broadcast delivery is not
dependant to the buffer in the client; it is a good case study to analyse
the degradation of service at different positions.
at this time, I was starting to analyse how to use raw sockets in HCI and
l2cap to see if I was able to activate the broadcast mode, however if the
broadcast support is not in the bluez stack shall I then move to the AFFIX
stack???
It is really a pity that the bluez lacks the support for broadcast. I
kindly like the TCP/IP sockets similarity of socket programming with bluez.
Regards Marcos
*
http://www.bluetooth.com/Bluetooth/Learn/Works/Data_Transport_Architecture.htm
On 4/24/06, Brad Midgley <bmidgley@xmission.com> wrote:
>
> Hey
>
> >>The core spec talks about broadcast... lt_addr is all 0, llid = 10, ptt
> >>= 0. I looked around for examples using bluez but couldn't find any.
>
> If bluez really can't do this now, you can get it using the affix stack.
> We just can't discuss affix here unless it's in the context of improving
> bluez.
>
> (There's a special place in hell reserved for replying to myself twice
> here :)
>
> Brad
>
>
[-- Attachment #2: Type: text/html, Size: 2820 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-04-24 23:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-24 0:28 [Bluez-devel] Help with l2cap broadcast programming Marcos P
2006-04-24 11:16 ` Fwd: " Marcos P
2006-04-24 15:58 ` [Bluez-devel] " Brad Midgley
2006-04-24 16:14 ` Brad Midgley
2006-04-24 16:48 ` Brad Midgley
2006-04-24 23:14 ` Marcos P
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.