RTSP with VLC-QT (Qt4): libvlc: video output creation failed

357 Views Asked by At

I wrote a Qt4 widget to stream network video using vlc-qt library. Of course it works on my PC but I get the following errors when I try and run my application on the target machine (Deb 8):

libvlc: video output creation failed
libvlc: failed to create video output

then waits for a while and starts pushing:

libvlc: cannot estimate delay: Input/output error

Program does not crash, it just keeps pushing above warnings. I can stream from the same address using vlc installed on that pc (vlc rtsp://url), thus, i do not think it is about vlc plugins on the target pc.

0

There are 0 best solutions below