Hi guys,
I recently got the latest code and compiled it to run on Android.
When I play HLS stream I can only play once. When I try to play again, the hls_Thread hangs after 6 times of hls_DownloadSegmentData.
Seems video out is not correctly triggered, I digged into code and found looks like TS demux fails at stream_peek (or peek_stream maybe).
Does anyone have idea of the possible root cause?
Thx!