Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,6 @@ class TransformerTFLite : Fragment() {
* Video and audio assets
*/
private const val URI_VIDEO1 =
"https://storage.googleapis.com/exoplayer-test-media-1/mp4/android-screens-10s.mp4"
"https://storage.googleapis.com/androiddevelopers/samples_assets/exoplayer-test-media-1/mp4/android-screens-10s.mp4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,12 @@ class TransformerVideoComposition : Fragment() {
* Video and audio assets
*/
private const val URI_VIDEO1 =
"https://storage.googleapis.com/exoplayer-test-media-1/mp4/android-screens-10s.mp4"
"https://storage.googleapis.com/androiddevelopers/samples_assets/exoplayer-test-media-1/mp4/android-screens-10s.mp4"
private const val URI_VIDEO2 =
"https://storage.googleapis.com/exoplayer-test-media-0/android-block-1080-hevc.mp4"
"https://storage.googleapis.com/androiddevelopers/samples_assets/exoplayer-test-media-0/android-block-1080-hevc.mp4"
private const val URI_IMAGE =
"https://developer.android.com/static/images/media/overview/migrate-to-media3_1440.png"
private const val URI_AUDIO =
"https://storage.googleapis.com/exoplayer-test-media-0/play.mp3"
"https://storage.googleapis.com/androiddevelopers/samples_assets/exoplayer-test-media-0/play.mp3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<string name="media_player_activity_demo_description">Demo of an ExoPlayer instance in tabletop mode</string>
<!-- Big Buck Bunny video provided by the Blender Foundation.
(c) copyright 2008, Blender Foundation / www.bigbuckbunny.org -->
<string name="media_url_mp4">https://storage.googleapis.com/exoplayer-test-media-0/BigBuckBunny_320x180.mp4</string>
<string name="media_url_mp4">https://storage.googleapis.com/androiddevelopers/samples_assets/exoplayer-test-media-0/BigBuckBunny_320x180.mp4</string>
<string name="toggle_rear_display">Toggle Rear Display Mode</string>
<string name="rear_display_activity">Rear Display Mode</string>
<string name="rear_display_activity_demo_description">Demo of the Rear Display Mode</string>
Expand Down
Loading