Release 1.0.3
Increase retry count and improve video format handling Updated the `tryCount` default value in `GetVideoBytesAsync` from 3 to 5 to allow more retry attempts. Modified the `contentType` check to support all video formats by matching `"video/"` instead of only `"video/mp4"`. Adjusted the sequence of `PostAsync` and `Task.Delay` calls for better operation flow.