0

do you Know more infomation about the Mediaplayer ErrorListener?

In my application I got this error

08-09 16:15:43.145: E/MediaPlayer(5972): error (1, -1010)

but I can't figure out which error is.

Dekra
  • 554
  • 5
  • 15

1 Answers1

1

I found the solution testing different use case with Android mediaplayer.

Error ( 1, -1010) is raised when the streaming resources is not available ( 404 Http error)

Dekra
  • 554
  • 5
  • 15