thedude500
Lurker
Hello all,
I'm using the Camera stream method to stream video from my phone to a remote server using sockets and the ParcelFileDescriptor method described here.
It works perfectly with Nexus One and Desire, but when I run the exact same app on Samsung Galaxy S it goes crazy:
prepare() succeeds, but start() fails with no indicative exception (an exception saying "start() failed" is thrown), and the log contains hunders of lines like this:
"Recording is not ready (iPeer .... iState 2 iWriteState 1 iClockState 0), frame dropped"
any ideas?
I'm using the Camera stream method to stream video from my phone to a remote server using sockets and the ParcelFileDescriptor method described here.
It works perfectly with Nexus One and Desire, but when I run the exact same app on Samsung Galaxy S it goes crazy:
prepare() succeeds, but start() fails with no indicative exception (an exception saying "start() failed" is thrown), and the log contains hunders of lines like this:
"Recording is not ready (iPeer .... iState 2 iWriteState 1 iClockState 0), frame dropped"
any ideas?