Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Migrate and check changes #611

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

CTLalit
Copy link
Collaborator

@CTLalit CTLalit commented May 23, 2024

  • directly migrate exoplayer -> media3

  • take a note of changes

  • app is compilable and running

  • did not test if features are working fine (in the end we will test)

  • NOTE: JUST FOR OBSERVATION, DO NOT MERGE

- directly migrate exoplayer -> media3
- take a note of changes
- app is compilable and running
- did not test if features are working fine (in the end we will test)

- NOTE: JUST FOR OBSERVATION, DO NOT MERGE
@@ -439,7 +439,7 @@ private static boolean checkForExoPlayer() {
try {
className = Class.forName("com.google.android.exoplayer2.ExoPlayer");
className = Class.forName("com.google.android.exoplayer2.source.hls.HlsMediaSource");
className = Class.forName("com.google.android.exoplayer2.ui.StyledPlayerView");
className = Class.forName("com.google.android.exoplayer2.ui.PlayerView");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is incorrect code and we will change it.

@CTLalit CTLalit requested a review from Anush-Shand June 11, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant