Search found 12 matches

Go to advanced search

by topix93
04 Mar 2014 16:50
Forum: Development around libVLC
Topic: libVlc in qml with QtQuick2.0
Replies: 25
Views: 6041

Re: libVlc in qml with QtQuick2.0

thank you very much, now it works really great
by topix93
04 Mar 2014 12:03
Forum: Development around libVLC
Topic: libVlc in qml with QtQuick2.0
Replies: 25
Views: 6041

Re: libVlc in qml with QtQuick2.0

i tried but the problem persists
by topix93
04 Mar 2014 10:28
Forum: Development around libVLC
Topic: libVlc in qml with QtQuick2.0
Replies: 25
Views: 6041

Re: libVlc in qml with QtQuick2.0

yeah now it work... i add this code in basic_2.qml: function stopAndStart(){ vlcPlayer.stop() vlcPlayer.play(vlcPlayer.mrl) } Timer { id: myTimer interval: 10000 //ms running: true repeat: true onTriggered: stopAndStart() } but the videosurface freeze and it does not refresh.. can you help me?
by topix93
04 Mar 2014 09:10
Forum: Development around libVLC
Topic: libVlc in qml with QtQuick2.0
Replies: 25
Views: 6041

Re: libVlc in qml with QtQuick2.0

it works great.. but it crashes when i call vlcPlayer.stop()... maybe is becouse i'm using ubuntu instead of windows/visual studio.. how can i solve this issue?
by topix93
27 Feb 2014 11:00
Forum: Development around libVLC
Topic: libVlc in qml with QtQuick2.0
Replies: 25
Views: 6041

Re: libVlc in qml with QtQuick2.0

i have tried to use vlc-qt and it's working, but unfortunately there is a memory leak on stop and play.. i tried to find where was the leak, but i was not able to find it... i've already reported the bug but with no solution..

i would like to try the wechimera plugin, maybe it's better
by topix93
06 Feb 2014 14:33
Forum: Development around libVLC
Topic: libVlc in qml with QtQuick2.0
Replies: 25
Views: 6041

libVlc in qml with QtQuick2.0

hi, i'm using qt5.2 and vlc 2.1.3 and i need to show a stream rtsp in a qml scene using libvlc. but i don't know how to do that, can anyone help me?

i already made a QWidget that shows me the stream, but now i need to make the same thing in qtquick. it is possible?
by topix93
22 Oct 2013 17:37
Forum: Development around libVLC
Topic: disable logging error message rtsp with libvlc
Replies: 5
Views: 1239

Re: disable logging error message rtsp with libvlc

i get this errors also with normal vlc
by topix93
17 Oct 2013 08:46
Forum: Development around libVLC
Topic: disable logging error message rtsp with libvlc
Replies: 5
Views: 1239

disable logging error message rtsp with libvlc

when i get the stream rtsp from a camera i get this error messages repeatedly: [mjpeg @ 0xae339580] Found EOI before any SOF, ignoring [mjpeg @ 0xae339580] No JPEG data found in image [mjpeg @ 0xae339580] Found EOI before any SOF, ignoring [mjpeg @ 0xae339580] No JPEG data found in image ... ecc. is...
by topix93
04 Oct 2013 12:18
Forum: Development around libVLC
Topic: [SOLVED]libvlc crash on libvlc_new
Replies: 2
Views: 1742

Re: [SOLVED]libvlc crash on libvlc_new

solved after download the source code of vlc-2.0.8 and building it
by topix93
04 Oct 2013 11:17
Forum: Development around libVLC
Topic: [SOLVED]libvlc crash on libvlc_new
Replies: 2
Views: 1742

[SOLVED]libvlc crash on libvlc_new

i'm trying to run a qt application based on libvlc but i get a segmentation fault on the line: m_vlcobj=libvlc_new(sizeof(vlc_args) / sizeof(vlc_args[0]), vlc_args); this is the backtrace ~"#0 0xb7fdd424 in __kernel_vsyscall ()\n" >~"#1 0xb6dd01df in __GI_raise (sig=6) at ../nptl/sysd...

Go to advanced search