【发布时间】:2014-02-11 10:17:14
【问题描述】:
我们正在开发 Android 应用程序,该应用程序需要从一个 moile 播放实时视频流到另一个 moile,目前我们正在使用 Parclable FILEDescripter,它没有给出所需的结果。所以我错了,请提出建议。
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)
【问题讨论】: