How do I cache the packets or load the packet at a specific time without looping? #1196
Unanswered
cool-dev-guy
asked this question in
1. Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to make a gui HLS player,for that i need to load an
.m3u8
file usingav
and it will loop throughcontainer.demux(video_stream)
and get the packets,but i also need seeking facility(forward seek and backward seek), for that i need to store the packets in memmory,is there a way i can cache it to local device
orget the packet at a specific time instead of looping?
or is there any other way?Investigation
Beta Was this translation helpful? Give feedback.
All reactions