tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
378 stars 110 forks source link

live stream retry issues #179

Open 1nikolas opened 5 years ago

1nikolas commented 5 years ago

hello I have problem with mpeg-ts livestreams. When connection is lost for a bit it retries (by calling MSG_CTRL_RETRY). After stream is started again, video stays on the last frame it was when it started buffering but sound works normally. If I call init(true) on MSG_CTRL_RETRY (instead of init(false) ) it works okay but it takes a bit more to load (because it loads it from start instead of retry). Is there any solution to this? Thanks!