RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
140 stars 56 forks source link

vlcPlayer.length for remote video does not work #35

Closed kevkha closed 9 years ago

kevkha commented 9 years ago

I have a JS script junction getTime() to convert "length" to M:S This JsLogic.getTime(vlcPlayer.length) works for local video but not the remote video in the demo.

RSATom commented 9 years ago

It's well known libvlc issue. And this is true for not all sources. All I can offer - use newer version of Vlc (maybe nightly build) in hope it fixed (but sometimes there are no way to get correct length by design).

kevkha commented 9 years ago

Thanks. I observe the same with the latest VLC Player v2.2.0 for Windows.