Sanghun Lee

Results 31 comments of Sanghun Lee
trafficstars

I started this task today. The video feature is heavily dependent on the platform (e.g. iOS, Android, Web...), making this task very difficult. I need help to support kotlin multiplatform....

@mikedawson Hello mikedawson! I appreciate submit your issue. I think your suggestion is very useful. So, please submit pull request? Thank you!

Hello @Blefish! Thanks for your question. This library provide get exoplayer instance via 'playerInstance' property. I think this is a library bug, please give your code included reproduce this issue?...

@keluokeda Hello, I didn't consider the tablet device. For tablet devices, I think it should be changed to landscape mode or to maintain the direction of the existing screen.

For now, only the built-in controller is available. Do you need custom controller functionality?

@anwarpro Hello! Can you please provide me with the network URL that you are streaming? If ExoPlayer is able to adjust video quality, such as DASH streaming, the controller will...

@anwarpro Could you check the link below? https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest I think the UI to adjust the video quality will be shown while playing via this link.

@itsallan Hello! Could you please upgrade androidx.media3 package version to latest version? I think this issue is related to exoplayer engine.

@itsallan Is it the same if update it to 1.3.1??

Hello @jjfster! I think this issue is because of invoked `seekTo` method before playerItem is not prepared. I suggest register analyticsListener via `addAnalyticsListener` method (in `playerInstance` block), and override `onLoadCompleted`...