pedroSG94 / vlc-example-streamplayer

Example code how to play a stream with VLC
GNU General Public License v3.0
227 stars 93 forks source link

terminating with uncaught exception of type St9bad_alloc: std::bad_alloc" failed #12

Closed ellu15 closed 6 years ago

ellu15 commented 6 years ago

Hii, RTMP video playing is stop after some time and I get following error and after app close. And i uses Nexus 5(Marshmallow 6.0.1) for testing.

A/libc: /usr/local/google/buildbot/src/android/ndk-r14-release/external/libcxx/../../external/libcxxabi/src/abort_message.cpp:74: void abort_message(const char *, ...): assertion "terminating with uncaught exception of type St9bad_alloc: std::bad_alloc" failed

pedroSG94 commented 6 years ago

This look a VLC bug. I can't do anything report it to VLC team: https://code.videolan.org/videolan/vlc-android

ellu15 commented 6 years ago

Thank You.