Thanks Norman for your reply. Interesting!!
Since we are trying to build both client and server which work on a P2P model, I was wondering if anyone had tried building something similar in the past. We have to simulate streaming the same on both the P2P server and the client as well using Mina. Server will have to reforward the incoming stream from the client to other clients in the session. Some sample code would help. Pat Norman Maurer-3 wrote: > > Hi, > > maybe its a bit diffrent but I wrote a TCPSoundStreamer with MINA. I use > "BARIX" Hardware on the other side which handle raw TCP Streams and > stream the mp3 via MINA as client. I use the StreanerWriteFilter to > stream the mp3 ( which is stored in mysql). > If you have concrete questions just ask ;-) > > bye > Norman > > Pat Chang - 1973 schrieb: >> I think streaming the data over UDP is the solution. I am not too sure >> how to >> do it with Mina though! Block wise of shooting data will probably >> deteriorate the performance down and may not be the optimal way to do it. >> >> I think Java provides a interesting way to do the audio / video >> streaming. >> Since Mina offers a nice platform to program, we have considered it. >> >> >> Adam Fisk-3 wrote: >> >>> Don't you still need to write it in some form of blocks, though? What >>> would >>> you do with raw UDP sockets that would be any different? >>> >>> On 9/5/07, Pat Chang - 1973 <[EMAIL PROTECTED]> wrote: >>> >>>> Hi Friends, >>>> >>>> We are planning to build a P2P audio / video, client / server >>>> application. >>>> >>>> The question is: >>>> Here, since we are not sending data in blocks using session.write(), we >>>> need >>>> to stream the audio / video data as they arrive from the microphones. >>>> Taking >>>> the same chat example, would it be possible for us to build a P2P audio >>>> / >>>> video streaming client / server? What do you advise? >>>> >>>> Pat >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/P2P-Audio---Video-streaming-tf4382175s16868.html#a12492300 >>>> Sent from the Apache MINA Support Forum mailing list archive at >>>> Nabble.com >>>> . >>>> >>>> >>>> >>> >> >> > > > -- View this message in context: http://www.nabble.com/P2P-Audio---Video-streaming-tf4382175s16868.html#a12516249 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
