Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Advanced Android 13.1: Step 4 Task 2. Play Video on the Internet #17

Open
kevinb67 opened this issue Aug 19, 2020 · 0 comments
Open

Advanced Android 13.1: Step 4 Task 2. Play Video on the Internet #17

kevinb67 opened this issue Aug 19, 2020 · 0 comments

Comments

@kevinb67
Copy link

Describe the problem
My project throws a filenotfoundexeption when it runs. The file is an mp4 file stored at Google Storage. It's stored in a bucket marked public to internet.

2020-08-19 00:09:48.064 8519-8519/com.example.simplevideoview W/MediaPlayer: Couldn't open https://storage.googleapis.com/...
java.io.FileNotFoundException: No content provider: https://storage.googleapis.com/appvideo_bucket/cuttingoutstencils.mp4

In which lesson and step of the codelab can this issue be found?
Lesson number + step number. (e.g., Lesson 1.1, Step 1.3)
Advanced Android 13.1, Step 4

How to reproduce?
What are the exact steps to reproduce the problem?
I run the app. The app runs, the video view runs, the "buffering..." text shows for 30 seconds. Then the app stops. The video never plays.

Versions

  1. What version of Android Studio are you using?
    Android Studio 4.0.1

  2. What API level are you targeting?
    29

Additional information
Add any other context about the problem here.

codelab: advanced-android

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant