i have error from VLC when i streaming camera ip use RTSP
-
qt.qpa.xcb: QxcbConnection: XCB error: 3 (BadWindow), sequence: 830 resource id : 8475519, major code : 40 (TranslateCoords), minor code: 0
i have message from vlc , my camera work on ffplay but when i use vlc is not work. i use ubuntu 22 from orange PI
-
qt.qpa.xcb: QxcbConnection: XCB error: 3 (BadWindow), sequence: 830 resource id : 8475519, major code : 40 (TranslateCoords), minor code: 0
i have message from vlc , my camera work on ffplay but when i use vlc is not work. i use ubuntu 22 from orange PI
@L4zyM0nday It is better to ask VLC project
-
@L4zyM0nday It is better to ask VLC project
@jsulm yes i did
-
qt.qpa.xcb: QxcbConnection: XCB error: 3 (BadWindow), sequence: 830 resource id : 8475519, major code : 40 (TranslateCoords), minor code: 0
i have message from vlc , my camera work on ffplay but when i use vlc is not work. i use ubuntu 22 from orange PI
@L4zyM0nday Do you get that message if you use vlc to play a video file? This might have nothing to do with your camera
-
@L4zyM0nday Do you get that message if you use vlc to play a video file? This might have nothing to do with your camera
@ChrisW67 thanks for reply, yes i have that message from vlc and qt
-
qt.qpa.xcb: QxcbConnection: XCB error: 3 (BadWindow), sequence: 830 resource id : 8475519, major code : 40 (TranslateCoords), minor code: 0
i have message from vlc , my camera work on ffplay but when i use vlc is not work. i use ubuntu 22 from orange PI
@L4zyM0nday ffplay uses FFmpeg and VLC may use gstreamer on Linux.
run command
strace vlc
to see if some libs or plugins related to xcb are not installed -
@ChrisW67 thanks for reply, yes i have that message from vlc and qt
@L4zyM0nday said in i have error from VLC when i streaming camera ip use RTSP:
yes i have that message from vlc and qt
Ok, so this Qt-related message has nothing to do with your camera or ability to stream from it: you get the message when a camera is not in play.
In any case, this looks like a common enough warning and not a fatal problem. See, for example, QTBUG-87141.