I'm looking for some help in getting the new broadcaster API sample code to
work. Has anybody tried this successfully.
My usher broadcaster is setup as 192.168.1.1 and the client is 192.168.1.2.
The sdp file and .xml file reflect the broadcaster as 192.168.1.1.
The broadcaster side appears to startup ok, but I don't believe the
connection is ever being made to the client. Using Interarchy, I see the
broadcaster have connections to local ports 6970, 6971. The client has open
connections to local ports 2656, 2657. There is at least some connection
attempted as evidenced by the network traffic taken from the client (see
below).
Any help is appreciated. Setup is QT 5.0.2 running on both broadcast side
(TiG4) and client side (PBG3). Input source is from a DV camera.
Am able to successfully test TCP and UDP using Interarchy standalone.
Thanks.
casey
From client stream 2656:
>
> Send option management request (T_OPTMGMT_REQ = 108).
>
> Receive option management ack (T_OPTMGMT_ACK = 131).
>
> Send bind request (T_BIND_REQ = 101).
> Bind to port 2656
> Connection Indication Number = 1
>
> Receive bind ack (T_BIND_ACK = 122).
> Bind to port 2656
> Connection Indication Number = 1
>
> Send option management request (T_OPTMGMT_REQ = 108).
>
> Receive option management ack (T_OPTMGMT_ACK = 131).
From client stream 2657:
>
> Send option management request (T_OPTMGMT_REQ = 108).
>
> Receive option management ack (T_OPTMGMT_ACK = 131).
>
> Send bind request (T_BIND_REQ = 101).
> Bind to port 2657
> Connection Indication Number = 1
>
> Receive bind ack (T_BIND_ACK = 122).
> Bind to port 2657
> Connection Indication Number = 1
>
> Send option management request (T_OPTMGMT_REQ = 108).
>
> Receive option management ack (T_OPTMGMT_ACK = 131).