-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
[Bug report] Hls videos always picks the Highest quality stream intially #501
Comments
@eneim any idea about this ? |
@archie94 Do you have any idea for this issue ? |
Hi @rahulvyas |
Ah okay. One thing I would like to confirm is that if we pass config when initialising ExoPlayerViewHelper it picks the proper HLS stream like (600k,1M,2M etc) but if we do not pass config explicitly then toro player directly picks 2M stream only. Do you have any idea about this behaviour ? Can you share your thoughts on how we can improve startup performance of videos in recyclerview ? We already have AWS Cloudfront Adaptive bitrate videos in our backend |
@archie94 @thiagoricieri @eneim I am trying to improve startup performance of videos in recycleriew. I found one article which suggests to set setAllowChunklessPreparation(true) From this medium article Sounds good, how do I opt-in?
That's it. HlsMediaSource will try to prepare without downloading any media chunks. How do I set this property in ToroPlayer/ExoPlayerViewHelper ? |
Toro Version - im.ene.toro3:toro:3.7.0.2804-SNAPSHOT
Android - Any
Device Name - Any
Issue - When I play an adaptive bit rate HLS stream in toro Recycler view it plays highest resolution stream on wifi, but it waits for 3-4 seconds before playing. How do I fix it to start immedietly ? The same video plays fine on iOS.
Please see videos for more clarification
Android - https://drive.google.com/file/d/1QQ_Ie3IxcHgbD-FQir8zaP5VNEnT7OaL/view?usp=drivesdk
iOS - https://drive.google.com/file/d/1QR1aI_BQCQseWkDiMl-nFlbKMUmFYTZY/view?usp=drivesdk
The text was updated successfully, but these errors were encountered: