give me some simple example for streaming video player.
i got a error in api demo.
Error is:
Command PLAYER_INIT completed with an error or info PVMFErrCorrupt android
thanks...
give me some simple example for streaming video player.
i got a error in api demo.
Error is:
Command PLAYER_INIT completed with an error or info PVMFErrCorrupt android
thanks...
This error occurs due to data corruption being detected. A typical example is when an invalid media stream is encountered in datapath.
(from here)
Hence, your problem is probably not with your code, but with what you are trying to stream.