SteinerOk / libvlc-sdk-android

LibVLC for Android, Android TV and ChromeOS.
GNU General Public License v2.0
31 stars 10 forks source link

libvlc decoder: failed to create video output #6

Open dhruvkelawala opened 4 years ago

dhruvkelawala commented 4 years ago

E/VLC ( 5850): [0000007d31561a90/17e2] libvlc decoder: failed to create video output E/VLC ( 5850): [0000007d0a6b2c90/1813] libvlc window: request 1 not implemented E/VLC ( 5850): [0000007d0a6b2c90/1813] libvlc window: request 1 not implemented E/VLC ( 5850): [0000007d36444c90/17e3] libvlc video output: video output creation failed E/VLC ( 5850): [0000007d31561a90/17e3] libvlc decoder: failed to create video output E/VLC ( 5850): [0000007d63675d50/1814] libvlc window: request 1 not implemented E/VLC ( 5850): [0000007d63675d50/1814] libvlc window: request 1 not implemented E/VLC ( 5850): [0000007daeb51e90/17e4] libvlc video output: video output creation failed E/VLC ( 5850): [0000007d31561a90/17e4] libvlc decoder: failed to create video output E/VLC ( 5850): [0000007d0a6b2c90/1815] libvlc window: request 1 not implemented E/VLC ( 5850): [0000007d0a6b2c90/1815] libvlc window: request 1 not implemented E/VLC ( 5850): [0000007db20aa690/17d3] libvlc video output: video output creation failed E/VLC ( 5850): [0000007d31561a90/17d3] libvlc decoder: failed to create video output E/VLC ( 5850): [0000007d31561a90/1777] libvlc decoder: buffer deadlock prevented E/VLC ( 5850): [0000007d63675d50/1816] libvlc window: request 1 not implemented E/VLC ( 5850): [0000007d63675d50/1816] libvlc window: request 1 not implemented E/VLC ( 5850): [0000007dae8a7e90/17e0] libvlc video output: video output creation failed W/AudioTrack( 5850): restartIfDisabled(5860): releaseBuffer() track 0x7d34861000 disabled due to previous underrun, restarting

Having this error while trying to use VLC on my Flutter project. It's related to native player that's why I am asking here. Hope you can help.

Link to the repo: https://github.com/dhruvkelawala/flutter_vlc_player/tree/o3

alr2413 commented 4 years ago

I have the same issue.