Search found 142 matches

Go to advanced search

by geostein8888
07 May 2017 07:03
Forum: Development around libVLC
Topic: Qt5 widows/Mac and getting maousclicks onto the video
Replies: 3
Views: 393

Re: Qt5 widows/Mac and getting maousclicks onto the video

I thought the function I called is doing exactly this (libvlc_video_set_mouse_input(this->vlcPlayer, false);) or is there another function to disable the mouse input?

Georg
by geostein8888
06 May 2017 19:45
Forum: Development around libVLC
Topic: Qt5 widows/Mac and getting maousclicks onto the video
Replies: 3
Views: 393

Qt5 widows/Mac and getting maousclicks onto the video

Hello, I have a vide app made with Qt5 (Windows and Mac) and need to receive the clicks the user makes on the video screen, I do not need the position, only the info, that he clicked onto the video. I tried setting this void libvlc_video_set_mouse_input( libvlc_media_player_t *p_mi, unsigned on ); t...
by geostein8888
25 Apr 2017 05:15
Forum: General VLC media player Troubleshooting
Topic: vlc drops youtube file before end - gnutls error
Replies: 3
Views: 676

Re: vlc drops youtube file before end - gnutls error

this is only happening with vlc, when I use youtube-dl I can download and play the whole file

georg
by geostein8888
23 Apr 2017 08:39
Forum: General VLC media player Troubleshooting
Topic: vlc drops youtube file before end - gnutls error
Replies: 3
Views: 676

vlc drops youtube file before end - gnutls error

Hello, while playing the following url https://www.youtube.com/watch?v=FiO206ne68A , it starts playing the video but drops the file around 30secs before the end. Here the log of the vlc player: core debug: auto hiding mouse cursor core debug: auto hiding mouse cursor core debug: auto hiding mouse cu...
by geostein8888
29 Dec 2016 13:24
Forum: Development around libVLC
Topic: MacOS and libvlc V3.0.0 nightly still not working
Replies: 7
Views: 2628

Re: MacOS and libvlc V3.0.0 nightly still not working

Hello,
As you can see i set already to verbose level 3 in the code isnt this the same as -vvv?


Georg
by geostein8888
29 Dec 2016 05:07
Forum: Development around libVLC
Topic: MacOS and libvlc V3.0.0 nightly still not working
Replies: 7
Views: 2628

Re: MacOS and libvlc V3.0.0 nightly still not working

i tried to get more, but is is all I get when I set to log level debug on the mac. Do you have some tipps how I can get more? this is my init array for macOS: QVector<QByteArray> vArgs; vArgs.append("--ignore-config"); vArgs.append("--intf=dummy"); vArgs.append("--no-media-l...
by geostein8888
27 Dec 2016 17:38
Forum: Development around libVLC
Topic: MacOS and libvlc V3.0.0 nightly still not working
Replies: 7
Views: 2628

Re: MacOS and libvlc V3.0.0 nightly still not working

i have stie same non speaking logs like starting this month the question I have here is, was there a major change how to use the libs on the mac since 2.2.3? VLC media player - 3.0.0-git Vetinari Copyright © 1996-2016 the VideoLAN team revision 2.2.0-git-10043-g10a24cf configured with ../extras/pack...
by geostein8888
27 Dec 2016 08:59
Forum: Development around libVLC
Topic: MacOS and libvlc V3.0.0 nightly still not working
Replies: 7
Views: 2628

MacOS and libvlc V3.0.0 nightly still not working

Hello, i still cant Play any content back (file or stream from Internet) when i use the libvlc from the nightly builds under Mac. I used here before the 2.2.3 Version where everything worked fine. Now when i start the playback, the lib tries to start something, but stops this without giving an error...
by geostein8888
07 Dec 2016 05:20
Forum: Development around libVLC
Topic: MacOsx libvcl and nightly 3.0.0
Replies: 5
Views: 633

Re: MacOsx libvcl and nightly 3.0.0

here now also the http log: specified demux: any creating demux: access='http' demux='any' location='rodl.zdf.de/none/3sat/11/08/110805_warumsindwirdieeinzigen_ausanderersicht_vh.mp4' file='(null)' looking for access_demux module matching "http": 0 candidates no access_demux modules creati...
by geostein8888
07 Dec 2016 05:15
Forum: Development around libVLC
Topic: MacOsx libvcl and nightly 3.0.0
Replies: 5
Views: 633

Re: MacOsx libvcl and nightly 3.0.0

I could not find right now the http url, but here the log for a local file: `file:///Users/geostein/trilithonBrowser.dev//archive/48558_6VLMfUz34R0.mp4' gives access `file' demux `' path `/Users/geostein/trilithonBrowser.dev//archive/48558_6VLMfUz34R0.mp4' specified demux: any creating demux: access...
by geostein8888
06 Dec 2016 05:01
Forum: Development around libVLC
Topic: MacOsx libvcl and nightly 3.0.0
Replies: 5
Views: 633

Re: MacOsx libvcl and nightly 3.0.0

no http is also not working, even when I open a local file, nothing moves on the vlc player

georg
by geostein8888
04 Dec 2016 15:31
Forum: Development around libVLC
Topic: MacOsx libvcl and nightly 3.0.0
Replies: 5
Views: 633

MacOsx libvcl and nightly 3.0.0

Hello, now while I got my previsous problem with the logs fixed (thanks for the help) I still search for my playback problem. I build fine my app under mac using Qt5.6 and vlc 3.0.0 libs, but when I start the playback, ist not playing anything. in the losg I get now I see only: VLC media player - 3....
by geostein8888
04 Dec 2016 10:29
Forum: Development around libVLC
Topic: libvlc and mac logging under QT
Replies: 1
Views: 311

libvlc and mac logging under QT

Hello, while I have a problem to bring my app to work under libux (vlc 3 libs are not playing any video) I wanted to analyse the logs, but there is nothing in the console log and also the ... vArgs.append("--logfile=logfile.log"); ... libvlc_new(argc, vArgs); parameter is not working - wit...
by geostein8888
24 Nov 2016 13:27
Forum: General VLC media player Troubleshooting
Topic: playing back dash files/streams
Replies: 7
Views: 6501

Re: playing back dash files/streams

I could play fine the urls with the libdash demo app (qtsampleplayer).
after a reboot I'm not getting any longer errors, now the video slider moves and it shows me the video settings under the Codec info menu point, but the screen is black and there is also no sound

Georg
by geostein8888
24 Nov 2016 09:21
Forum: General VLC media player Troubleshooting
Topic: playing back dash files/streams
Replies: 7
Views: 6501

Re: playing back dash files/streams log

hello, here is my lgo for onf of the streams: core debug: processing request item: OfForestAndMen_15s_onDemand_2014_05_09.mpd, node: Wiedergabeliste, skip: 0 core debug: rebuilding array of current - root Wiedergabeliste core debug: rebuild done - 3 items, index 2 core debug: starting playback of ne...
by geostein8888
24 Nov 2016 08:59
Forum: General VLC media player Troubleshooting
Topic: playing back dash files/streams
Replies: 7
Views: 6501

Re: playing back dash files/streams

did you changed anything on the default configuration?
Georg
by geostein8888
24 Nov 2016 06:22
Forum: General VLC media player Troubleshooting
Topic: playing back dash files/streams
Replies: 7
Views: 6501

Re: playing back dash files/streams

that's strange, I tried the nightly builds of the Windows version 2.2.5 and 3.0 (here 32 and 64 bit) what build did you use

Georg
ps. thanks for the reply
by geostein8888
23 Nov 2016 10:16
Forum: General VLC media player Troubleshooting
Topic: playing back dash files/streams
Replies: 7
Views: 6501

playing back dash files/streams

Hello, while I'm not coming forward with the libvlc and dash problem I have, I started now testing the dash playback of the nightly build VLC 3.0.0. Looks like this version against all the info I found in the net is not able to play back any dash stream I tried. here some examples: http://www-itec.a...
by geostein8888
19 Nov 2016 07:47
Forum: Development around libVLC
Topic: connect audio and video stream to libvlc
Replies: 0
Views: 307

connect audio and video stream to libvlc

Hello, I try to implement a player what gets the audio and video stream from libdash (dash streams) and play them together in vlc. I've seen a lot of posts about imem and smem but I could not figure our what I have to use for such a scenario and how. so perhaps somebody did already something like th...
by geostein8888
18 Nov 2016 17:45
Forum: Development around libVLC
Topic: libdash and vlc -> dash stream player
Replies: 1
Views: 760

libdash and vlc -> dash stream player

Hello, while the dash functionality in the vlc player does not play most of the stream (mostly only audio) I want to implement here something by myself using the libdash. I implemented already the part what's reading the stream segments (audio and video) and writes this right now to disc into one fi...
by geostein8888
09 Jan 2016 15:11
Forum: Development around libVLC
Topic: Catch Media error
Replies: 0
Views: 428

Catch Media error

Hello,
While playing back a file i get an Media error, looks like the file is corrupt. Unfortunately i See this only in the log, but the error Event i coonected is not Thron here. How can i get this Info, so I can act on his like initiates a redownload or so

With regards

Georg
by geostein8888
11 Nov 2015 16:11
Forum: Development around libVLC
Topic: playback on mac and memory
Replies: 8
Views: 952

Re: playback on mac and memory

ok, but before this I tested the vlc player (for mac) and get here the same result each time when I push play and then stop, its adding here also 1MB around. This looks for me like a leak, but its the obviously not in my code, while its acting the same on the 2.2.1 player I installed from the DMG fi...
by geostein8888
11 Nov 2015 15:26
Forum: Development around libVLC
Topic: playback on mac and memory
Replies: 8
Views: 952

Re: playback on mac and memory

Hello Rémi, to be here on the save site, I made now a small qt app where I have my player running in, so I'm sure nothing from the rest of the app is producing this problem. I also added a button what is calling libvlc_release(instance). Ii get still the same result, with each start of the video the...
by geostein8888
10 Nov 2015 18:13
Forum: Development around libVLC
Topic: playback on mac and memory
Replies: 8
Views: 952

Re: playback on mac and memory

as you can see in the source for the stop method, I only call libvlc_media_player_stop(this->vlcPlayer); and then perhaps also libvlc_media_player_release(this->vlcPlayer);
I'm not initiating the vlc instance each time I start a new file, I guess this would take longer

Georg
by geostein8888
10 Nov 2015 17:10
Forum: Development around libVLC
Topic: playback on mac and memory
Replies: 8
Views: 952

Re: playback on mac and memory

Hell,
I have to do this also after each stop, even when I start after this another file? In the examples I found even libvlc_media_player_release(this->vlcPlayer); was not called when the stop button gets pushd

Georg

Go to advanced search