Search found 5 matches

Go to advanced search

by furkanka50
09 Feb 2021 14:28
Forum: VLC for Android and Chrome OS
Topic: libvlc android 25 fps works but 10 fps not works
Replies: 0
Views: 184

libvlc android 25 fps works but 10 fps not works

Hello. I am developing an android app with ndk. I can use libvlc in android project. I can play raw h264 video which is 25fps with following parameters: "--demux=h264", "--h264-fps=25". But when I change the --h264-fps parameter to 10 and I want to play 10fps raw h264 video, give...
by furkanka50
15 Dec 2020 12:26
Forum: Development around libVLC
Topic: libvlc clear surface with black screen after stop operation
Replies: 4
Views: 767

libvlc clear surface with black screen after stop operation

Hello. I am using libvlc. I want to clear surface after stop player. Here is my stop codes. Nothing works as I expected. libvlc_media_player_set_hwnd(m_player->core(), (void*)0); libvlc_media_player_stop(m_player->core()); libvlc_media_player_release(m_player->core()); libvlc_release(m_instance->cor...
by furkanka50
08 Dec 2020 12:31
Forum: Development around libVLC
Topic: libvlc after 12 instances hardware accelerator failed to decode picture error
Replies: 4
Views: 855

Re: libvlc after 12 instances hardware accelerator failed to decode picture error

According to @Rémi Denis-Courmont 's reply, I've just tested ffmpeg mosaic example with 16 seperate videos, it works properly with hardware acceleration. It is not working properly with libvlc. I don't know how to solve this problem.
by furkanka50
04 Dec 2020 08:53
Forum: Development around libVLC
Topic: libvlc after 12 instances hardware accelerator failed to decode picture error
Replies: 4
Views: 855

Re: libvlc after 12 instances hardware accelerator failed to decode picture error

Thanks for your reply. I'll consider that. Do you have any suggestion for me? I am stuck right now
by furkanka50
03 Dec 2020 12:16
Forum: Development around libVLC
Topic: libvlc after 12 instances hardware accelerator failed to decode picture error
Replies: 4
Views: 855

libvlc after 12 instances hardware accelerator failed to decode picture error

Hi all, I am using libvlc 3.0.11 sdk. I have multiple instances of vlc player in my program developed in Qt platform. I am using libvlc_media_new_callbacks API to read data from custom buffer. There isn't any problem until 12 instance of players but when I increase the number of instances, libVLC gi...

Go to advanced search