aws-samples / amazon-ivs-player-android-sample

This repository contains sample apps which use the IVS Player Android SDK.
https://docs.aws.amazon.com/ivs/
MIT No Attribution
28 stars 8 forks source link

Caching live-stream videos #3

Open eltehass opened 4 years ago

eltehass commented 4 years ago

Is it possible to pause live stream video and continue from same place where we stopped after some time(10-20 seconds) using your MediaPlayer?

I actually tried to use setMinBuffer, setMaxBuffer and setRebufferToLive methods from com.amazonaws.ivs.player.Player, but they didn't make any effect with next stream https://fcc3ddae59ed.us-west-2.playback.live-video.net/api/video/v1/us-west-2.893648527354.channel.DmumNckWFTqz.m3u8

Can you give any advice or solution to this problem? Thank you in advance

iannparker commented 4 years ago

We don't currently support resuming a live stream from the point it was paused, but I've passed this request on to our internal teams.

eltehass commented 4 years ago

Okay, anyway thank you. We appreciate it very much. It would be very great when you make this feature, especially for our team:)