Search found 6 matches

Go to advanced search

by daSpud99
16 Apr 2019 07:32
Forum: Development around libVLC
Topic: Getting the set time or set position to work with LIBVLC
Replies: 2
Views: 1242

Re: Getting the set time or set position to work with LIBVLC

Thanks, 3.0.6 is the version. Logs? I don't know where they are or how to turn them on or off. Sharing full code might not help much. It is in WinDev. I am using the API calls and no callbacks. I must have the LIbVLC loaded and operating somewhat as the video does play. I have no idea what callbacks...
by daSpud99
15 Apr 2019 11:35
Forum: Development around libVLC
Topic: Getting the set time or set position to work with LIBVLC
Replies: 2
Views: 1242

Getting the set time or set position to work with LIBVLC

In Windows: I tried the RC interface and the keyboard shortcut keys work as expected, but I can't tie the video to a control on the screen so that is out. Then I tried HTTP and that also worked with the keyboard shortcuts, but again no anchor to any control on the screen. With LibVLC I was able to g...
by daSpud99
11 Apr 2019 07:34
Forum: Development around libVLC
Topic: video stops when setting position or time
Replies: 5
Views: 848

Re: video stops when setting position or time

The sample code is found here. https://wiki.videolan.org/LibVLC_Tutorial I am using WinDev and API calls modeled after that sample and that works OK. Now I want to do a bit more like be able to navigate with the keyboard and influence the position in the playing according to my own logic, but that d...
by daSpud99
09 Apr 2019 19:44
Forum: Web and scripting
Topic: How to terminate vlc http
Replies: 1
Views: 1668

How to terminate vlc http

When I am all finished with vlc that was launched with --intf=http how do I terminate it by command?
by daSpud99
09 Apr 2019 00:39
Forum: Development around libVLC
Topic: video stops when setting position or time
Replies: 5
Views: 848

Re: video stops when setting position or time

Thank you for the replies. I don't know what "callback" is so I doubt I am using it. I was just following the sample

I was using both gettime and getposition to see what's what. Settime will move the time to the specified value (and gettime shows that), but the video will not play.
by daSpud99
08 Apr 2019 12:29
Forum: Development around libVLC
Topic: video stops when setting position or time
Replies: 5
Views: 848

video stops when setting position or time

I have a very simple player written in WinDev using the API calls. It works just fine until I try to setPosition or setTime. The video just stops and will not resume. I can pause and resume the playing. Say I have a 10 minute video and I set position to .5. The getTime will return 300000 (or 5 minut...

Go to advanced search