Вопрос

I want two applets..

  1. Transmitter applet which transmit the user's screen+audio from mic to getParameter("IP") and getParameter("PORT"). transmition is done after user's click on a "transmit" button and approval.

  2. Receiver applet which receives the transmission from getParameter("IP") and getParameter("PORT") and play it with volume,play/pause,full-screen controls. and can save the stream into mpeg file.

Can anyone suggest how to stream in java from applet to applet?

Thank You, Ronak

Это было полезно?

Решение

I Useed ROBOT Class and JMF.. http://docs.oracle.com/javase/1.4.2/docs/api/java/awt/Robot.html http://grack.com/downloads/school/enel619.10/report/java_media_framework.html

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top