Search found 3 matches

Go to advanced search

by AdrianCT
23 Feb 2022 23:12
Forum: Development around libVLC
Topic: live555 exception - select() fails: Bad file descriptor, socket numbers used in the select() call: 0(r)...
Replies: 4
Views: 2458

Re: live555 exception - select() fails: Bad file descriptor, socket numbers used in the select() call: 0(r)...

Do you know if this is something introduced in a recent version of libVLC or live555? It might have been incidentally working until recently. Which versions did you use when it worked and when it started failing? Did your code change too? It was VLC 2.1 from what I can see, and it was compiled with...
by AdrianCT
22 Feb 2022 23:58
Forum: Development around libVLC
Topic: live555 exception - select() fails: Bad file descriptor, socket numbers used in the select() call: 0(r)...
Replies: 4
Views: 2458

Re: live555 exception - select() fails: Bad file descriptor, socket numbers used in the select() call: 0(r)...

If you have multiple playback instance using live555, then since live555 is not thread safe, it can lead to failure currently. Thanks for the reply and apologies for the late response. Do you know if this is something introduced in a recent version of libVLC or live555? We have previously been able...
by AdrianCT
01 Feb 2022 07:56
Forum: Development around libVLC
Topic: live555 exception - select() fails: Bad file descriptor, socket numbers used in the select() call: 0(r)...
Replies: 4
Views: 2458

live555 exception - select() fails: Bad file descriptor, socket numbers used in the select() call: 0(r)...

Hi, I am developing a QWidget that wraps VLC (3.0.16), using libvlc media player API functions to set the RTSP URL, play, pause etc. The code compiles and I can use multiple instances of the widget in my Qt based program (WinCC OA), and I can successully play, pause and stop RTSP streams from an ext...

Go to advanced search