Search found 3 matches

Go to advanced search

by Darkcobra
16 May 2014 02:34
Forum: Development around libVLC
Topic: How to get accurate playback position?
Replies: 5
Views: 1464

Re: How to get accurate playback position?

I understand the basic concept of the pipeline, even if I'm fuzzy on the exact details. And if viewed from the context of the pipeline, I agree that my problem was ill-defined. But in the context of my stated application - synchronizing what the user sees and hears on two separate computers playing ...
by Darkcobra
15 May 2014 04:11
Forum: Development around libVLC
Topic: How to get accurate playback position?
Replies: 5
Views: 1464

Re: How to get accurate playback position?

Although I'd still be interested to hear any more elegant solutions, I have something that seems to work. I poll libvlc_media_player_get_time 40x per second. When the value changes, I save both the value and the system time when it changed. When I want an instantaneous position, my wrapper returns s...
by Darkcobra
12 May 2014 22:46
Forum: Development around libVLC
Topic: How to get accurate playback position?
Replies: 5
Views: 1464

How to get accurate playback position?

I'm trying to synchronize playback on two computers. Seems like a simple enough thing... But I've been working the last four days, and have reached my frustration limit. Here's what I've tried so far: 1) Using VideoLAN with the netsync plugin. It performs a seek when the error reaches a threshold, w...

Go to advanced search