• It seems that the code is using React Ref for some operations.

  • The getDuration() function doesn’t work properly with Youtube Live.

    • It returns the same value no matter how many times it is called.
      • It should increase since it’s a live stream.
    • The value gets updated when seeking.
      • I want to find a solution that doesn’t cause any issues with viewing.
    • Is this a problem with the iFrame API?
  • The onSeek function is also not working properly.