more exactly
where is the access point, i can conbine the two datasource together
or i just use two threads to send the two streams respectively
i want to design a network multicast class(where can simutaniously transmit the camer stream which capture the teacher's activity and the screengrabber stream which show how is the operation done on his/her computer)
thanks
hmm... intersting...
seems that you'll need to somehow mix two streams together.
1. I dont know how mixing works, so mabe someone else might be able to help you (however, you can still look into merging 2 video data sources, as in Manager.createMergingDataSource() )
2. You can transmit 2 streams to 2 different multicast addresses, which is definitely easier, than mixing
3. Careful with multicast, because it's probably working only within your campus area, but not beyond. I was unfortunate to almost fail my project because i used muticast for video streaming, which of course didnt work on public internet.
I hope someone else can give some ideas, plz.