Question

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...

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top