Android Question SimpleExoPlayer Error Code 403

Ivan Leal

Member
Licensed User
Longtime User
Hello everyone.

I'm trying to play a short video through SimpleExoPlayer using a URL and I get the following message:

Error: com.google.android.exoplayer2.upstream.HttpDataSource$InvalidResponseCodeException: Response code: 403

The file permissions are set unrestricted.

The command line is:
sources.Add(player1.CreateUriSource("http://www.forestsoftware.com.br/nicholas/Conteudos/Landscape - 757.mp4"))


Anyone have any ideas?
 
Top