We are working on the Android App which required to Play Live Video Stream from one moile to another ,Curently We are using the Parclable FILEDescripter Which is not giving the desired Result.So where I am Wrong Please Suggest.
Here is my Piece of code....
mediaRecorder.setDataSource(ParcelFileDescriptor.fromSocket(socket).getFileDescriptor());
mediaRecorder.prepare();
mediaRecorder.start();
The Error is :
(I try to using ParcelFileDescriptor.fromSocket(client),but it always catch IOException:setDataSourceFD failed.: status=0x80000000)