mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

RTMP playing problem - freeze after video stop streaming #60

Closed BogdanBoryslavskyi closed 7 years ago

BogdanBoryslavskyi commented 7 years ago

When RTMP streaming is stop, I'm not get any event and exceptions, and app is freeze.

My init options: ArrayList options = new ArrayList(); options.add("--file-caching=1500"); options.add("--avcodec-hw=vaapi"); options.add("--network-caching=1500"); options.add("--live-caching==1500"); options.add("--no-plugins-cache"); options.add("--avcodec-fast"); options.add("--avcodec-skiploopfilter=4"); options.add("--avcodec-dr"); options.add("-vvv");

BogdanBoryslavskyi commented 7 years ago

Is freeze even if internet is gone. When stream is stop, I think something create infinity loop, because even phone is freeze. OnNativeCrashListener - not calling.

lexius commented 7 years ago

The same problem here (RTSP stream)