Search found 4 matches

Go to advanced search

by brma
28 Nov 2012 19:24
Forum: Development around libVLC
Topic: libvlc_media_player_stop deadlock
Replies: 12
Views: 7117

Re: libvlc_media_player_stop deadlock

Hi Rémi, I updated the QtPlayer found under "doc\libvlc\QtPlayer" in the source archive. I implemented the dual event loop solution I use to solve my deadlock issue. It compile under windows with msvc2010 and under linux. I haven't linked under Linux though as I have an outdated ubuntu 10....
by brma
28 Nov 2012 13:56
Forum: Development around libVLC
Topic: libvlc_media_player_stop deadlock
Replies: 12
Views: 7117

Re: libvlc_media_player_stop deadlock

Hi eli and Rémi, I followed Rémi's advice : "Your UI thread might have deadlocked itself by not answering the messages from the VLC Direct3D window." I moved all the libvlc interactions on a second event loop. So the widget "lives" on the main event loop and vlc interactions on a...
by brma
27 Nov 2012 16:55
Forum: Development around libVLC
Topic: libvlc_media_player_stop deadlock
Replies: 12
Views: 7117

Re: libvlc_media_player_stop deadlock

Hi Rémi, Thanks for your quick reply. Your understanding of the threads is right, Thread 0 being the main thread and the Qt event loop thread. From your answer, the way I implemented the app could be the cause of the deadlock. I'm not sure about the message answering though. Should I call vlc stop f...
by brma
27 Nov 2012 15:26
Forum: Development around libVLC
Topic: libvlc_media_player_stop deadlock
Replies: 12
Views: 7117

libvlc_media_player_stop deadlock

Hi! I'm using libvlc 2.0.4 in a Qt 4.7 application. The integration was easy and it works well most of the time. The application streams data from a network camera using RTSP/RTP in both h264 video and aac audio. Sometime however, the application freeze on a call to libvlc_media_player_stop. I've tr...

Go to advanced search