PDA

View Full Version : software development: which method to call Player for collecting/reading stream


Ash_J2ME
11-12-2008, 01:14 PM
Hi,,
i developed one player in J2me which play a streams
in chunks each chunk eg: byte [1024] stream;
but it play well stream by stream in Emulator
but not on Mobile Nokia7610
Actualy.
on mobile hole file streams will collect and then play
i used x-wav file for stream

please reply me!!!!!

Ash_J2ME
11-12-2008, 01:21 PM
Hi,,
which method to call Player for collecting/reading stream

read()
or
read(byte[])

or others?

pls reply me

Stream Recorder
11-12-2008, 02:43 PM
Hi,,
which method to call Player for collecting/reading stream

read()
or
read(byte[])

or others?

pls reply me
You can get an open-source stream ripper software and see that.