100mslive / 100ms-android

Android Video Conferencing App using 100ms SDK
https://100ms.live
MIT License
88 stars 38 forks source link

AN-1361, AN-1434 hls player seekbar #640

Closed AniketSK closed 6 months ago

AniketSK commented 6 months ago
  1. The size of the play/rewind/forward buttons are a bit too small, I'm not sure why. The SVG says 64px, the size isn't really being constrained at runtime.
  2. The round drawable for scrubber_drawable isn't being loaded. Look into DvrControls for the component responsible.
  3. It loads UI from the xml player_controls.xml and adds a few methods.
  4. The time isn't being displayed. Should be easy to load from the player object.
  5. if(showDvrControls || true) { is being used right now in HlsFragment since DVR info isn't coming from the server, remove the condition when it is.