|
Hi ,
I am developed application in which I am sending audio packet from one platform to another Platform . Basically , I have created two pipeline i.e transmitter & receiver. Transmitter pipeline is running at transmitter side and receiver pipeline is
running at receiver side . Now , it working fine but it half duplex .
Now , I have to create single process in which we can run two pipeline , meaning I have combine both Transmitter and Receiver pipeline in single process .
Both the platform will run same process and able to send audio packet from one platform to another and vice-versa at the
same time , it will be full duplex .
Both the platform will have transmitter and receiver pipeline . I tried with creating two threads one for transmitter and another
receiver .
I am able send audio packet but getting error as :
"Not enforcing symmetric_rates due to race".
This happens when we are multiple streaming .
How to avoid it ??
Is there any another way to create multiple pipeline in same process ,
|