how to transmit both screengrabber stream and camera capture stream

hello, everyone i am a studenti wonder how can i transmit both of the creengrabber stream and camera capture stream at the same timehope that you can give me some suggestions
[202 byte] By [yawhoa] at [2007-10-3 10:58:40]
# 1

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

yawhoa at 2007-7-15 6:24:59 > top of Java-index,Security,Cryptography...
# 2

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.

andreyvka at 2007-7-15 6:24:59 > top of Java-index,Security,Cryptography...
# 3
thanks for your replyis there anyone who have transmitted several streams at the same time?i am in badly need of your helphope that you can give me some advice to solve this problem
yawhoa at 2007-7-15 6:24:59 > top of Java-index,Security,Cryptography...