P2P media streaming
Hello,
i am trying to implement a small demo P2P application which involved PC and mobile devices. I wanted to split a media into byte chunks and store them on different peer. If a peer wants to watch a file, it will need to fetch each chuck from different peers one after another.
What media format (audio and video) J2ME MMAPI supports? For example my nokia N80 supports mp4 and 3gp formats does the MMAPI supports those also?.
it seems that streaming with RTP/RTSP has been quite tricky if i believed other thread, would it be possible to just send byte to a mobile device and play each chunck separately?
Can i split any kind of media in byte chunck? Or is there some kind of formatting issues?
Any other advises which could help me would be welcome. I will post my streaming code when i get it to work.
thanks a lot
sebastien

