Search found 21 matches

Go to advanced search

by viewport
03 Sep 2011 05:44
Forum: VLC media player for Windows Troubleshooting
Topic: Time elapsed is wrong for long movies
Replies: 9
Views: 1020

Re: Time elapsed is wrong for long movies

The file most prolly has messed up info. If you think VLC indexes that file incorrectly, then share us a sample file so I can open trac ticket for this. Sigh. Ok, lemme try to rephrase this. If VLC plays back .srt files against real time, instead of against the movies' "Time Elapsed" figu...
by viewport
01 Sep 2011 09:33
Forum: VLC media player for Windows Troubleshooting
Topic: Time elapsed is wrong for long movies
Replies: 9
Views: 1020

Re: Time elapsed is wrong for long movies

Erm, can we make one? I can help. Given that VLC is very adaptable, able to play just about any format, it seems a shame that a big part of it (subtitles) should be defeated by some incompatibilities. Like I said, the movie plays back just fine. Only problem is the "Time Elapsed" info. VLC...
by viewport
26 Aug 2011 17:25
Forum: VLC media player for Windows Troubleshooting
Topic: Time elapsed is wrong for long movies
Replies: 9
Views: 1020

Re: Time elapsed is wrong for long movies

I don't understand. Actually, the video concerned plays perfectly in VLC. Just that VLC reads back the "time elapsed" wrong. I've checked this with so many other movies. It's the length; this movie is more than 3 hours long. Other movies show the "Time elapsed" just fine. And con...
by viewport
25 Aug 2011 12:33
Forum: VLC media player for Windows Troubleshooting
Topic: Time elapsed is wrong for long movies
Replies: 9
Views: 1020

Re: Time elapsed is wrong for long movies

No, I didn't remux the movie, but I suspect it can work to remove any VLC-incompatible issues. I'm hoping that VLC's handling of subtitles' timing can be based on real clock, not couple to the "time elapsed" of the movie. That way, whether or not VLC can get the correct elapsed timing of t...
by viewport
24 Aug 2011 10:37
Forum: VLC media player for Windows Troubleshooting
Topic: Time elapsed is wrong for long movies
Replies: 9
Views: 1020

Time elapsed is wrong for long movies

The movie is more than 3 hours long. VLC shows it (in "time position, time elapsed" at bottom right) as 02:58:10 Since the time elapsed is wrong, attaching a .srt file to the movie won't play the subtitle correctly. All other movies can use said .srt file. Is this a known bug? Seems I've s...
by viewport
14 Apr 2009 15:10
Forum: Development around libVLC
Topic: Ability to "set position" (rewind/forward) with streams
Replies: 4
Views: 1394

Re: Ability to "set position" (rewind/forward) with streams

Yes, but you have the idea.
Where can I find the list of variables? "position" is one of them? var.c?
by viewport
14 Apr 2009 12:36
Forum: Development around libVLC
Topic: Ability to "set position" (rewind/forward) with streams
Replies: 4
Views: 1394

Re: Ability to "set position" (rewind/forward) with streams

var_SetInteger( "position"... )
Isn't the first parameter supposed to be a instance or object?
by viewport
12 Apr 2009 02:33
Forum: Development around libVLC
Topic: libvlc_media_player_get_time returns
Replies: 7
Views: 2407

Re: libvlc_media_player_get_time returns

Additionally, I have implemented a callback function on the libvlc_MediaPlayerTimeChanged event and that only gets call 4 times a second. Is there anyway to increase this frequency? Well, there you go. :P The answer from Remi Denis-Courmont might have answered your question indirectly. About the on...
by viewport
11 Apr 2009 15:38
Forum: Development around libVLC
Topic: Ability to "set position" (rewind/forward) with streams
Replies: 4
Views: 1394

Ability to "set position" (rewind/forward) with streams

Can libVLC let me do rewind/forward with streams? Not from the video server end, but from the client (viewer) end instead. Can the client send a "set position" command to the video streaming server?
by viewport
11 Apr 2009 15:36
Forum: Development around libVLC
Topic: libvlc_media_player_get_time returns
Replies: 7
Views: 2407

Re: libvlc_media_player_get_time returns

Additionally, I have implemented a callback function on the libvlc_MediaPlayerTimeChanged event and that only gets call 4 times a second. Is there anyway to increase this frequency? You are lucky already. For some media, that function is stuck on returning the "furthest time position played ti...
by viewport
28 Feb 2009 06:46
Forum: Development around libVLC
Topic: can't make bin on extra/contrib
Replies: 0
Views: 327

can't make bin on extra/contrib

Did a `./bootstrap mingw32'. Then a `make bin'.

I get a:

make: *** No rule to make target 'using-bin', needed by 'bin'. Stop.
by viewport
28 Feb 2009 06:45
Forum: VLC media player for Windows Troubleshooting
Topic: can't make bin on extra/contrib
Replies: 1
Views: 141

can't make bin on extra/contrib

Did a `./bootstrap mingw32'. Then a `make bin'.

I get a:

make: *** No rule to make target 'using-bin', needed by 'bin'. Stop.
by viewport
28 Feb 2009 05:23
Forum: VLC media player for Windows Troubleshooting
Topic: Problems compiling vlc on Debian for Win32
Replies: 1
Views: 140

Problems compiling vlc on Debian for Win32

Do I have to install QT? The compile instructions didn't mention anything about installing QT. The `make' problem log: In file included from ./components/sout/profile_selector.hpp:32, from ./ui/sout.h:30, from dialogs/sout.hpp:33, from dialogs_provider.cpp:46: ./ui/profiles.h: In member function â€$...
by viewport
28 Feb 2009 05:23
Forum: Development around libVLC
Topic: Problems compiling vlc on Debian for Win32
Replies: 0
Views: 391

Problems compiling vlc on Debian for Win32

Do I have to install QT? The compile instructions didn't mention anything about installing QT. The `make' problem log: In file included from ./components/sout/profile_selector.hpp:32, from ./ui/sout.h:30, from dialogs/sout.hpp:33, from dialogs_provider.cpp:46: ./ui/profiles.h: In member function â€$...
by viewport
25 Feb 2009 11:23
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC issue, playlist and mediainstance
Replies: 1
Views: 195

Re: JVLC issue, playlist and mediainstance

Is there no one from the developer side of things here? I tried the "Development around libVLC" forum, and there's no response there either. I figured out part of the cause. This issue happens with .mpg, but not with .wmv. Oh... please don't tell me I have to give up VLC for Microsoft's Di...
by viewport
25 Feb 2009 06:38
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC issue, playlist and mediainstance
Replies: 1
Views: 195

JVLC issue, playlist and mediainstance

MediaPlayer mediaPlayer = playlist.getMediaInstance(); long oldTime = mediaPlayer.getTime(); // Assume it's 10 secs here. System.out.println("oldTime: " + mediaPlayer.getTime()); mediaPlayer.setTime(oldTime - (5 * 1000)); // rewind by 5 secs. // Let it run for a couple of seconds. System.o...
by viewport
25 Feb 2009 04:36
Forum: General VLC media player Troubleshooting
Topic: JVLC playlist issues (MediaList and MediaListPlayer objects)
Replies: 9
Views: 2690

Re: JVLC playlist issues (MediaList and MediaListPlayer objects)

Hi Filippo, Thanks for your answer. What do you mean with "native side"? VLC's C (original) source code? If so, do you know if VLC developers know about this issue? By the way, do you expect a new JVLC release due to next (and first) VLC 0.9 stable release? Thank you a lot for your time, ...
by viewport
23 Feb 2009 11:28
Forum: Development around libVLC
Topic: Compiling/Assembly JVLC
Replies: 0
Views: 582

Compiling/Assembly JVLC

I hit a problem following the instructions on http://trac.videolan.org/jvlc/wiki/developers . UnsatisfiedLinkError: jnidispatch (/com/sun/jna/win32-x86/jnidispatch.dll) not found in resource path Can we start a jvlc-dev forum or mailing list? I would really like to help out in the jvlc development. ...
by viewport
23 Feb 2009 09:43
Forum: Development around libVLC
Topic: New to JVLC
Replies: 3
Views: 1170

Re: New to JVLC

Hi! I'm new too. Can I help out with JVLC? I intend to put JVLC project into Eclipse. Some help will be much appreciated. Where do I get the source, actually? I've found only tags (release branches?). I figured it out. I downloaded the entire vlc repository with git. I configured a Java project in ...
by viewport
23 Feb 2009 06:44
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC how to make it works?
Replies: 17
Views: 4092

Re: JVLC how to make it works?

you have a path problem. run it from "C:/Program Files/VideoLAN/VLC/" I've tried "--plugin-path=D:\" and "--plugin-path=D:/". The libvlc.dll is in the D:\ folder. And I still get the UnsatisfiedLinkError, unable to get the library 'libvlc' loaded. Running WinXP, Eclips...
by viewport
23 Feb 2009 02:40
Forum: Development around libVLC
Topic: New to JVLC
Replies: 3
Views: 1170

Re: New to JVLC

Hi! I'm new too.

Can I help out with JVLC? I intend to put JVLC project into Eclipse. Some help will be much appreciated. Where do I get the source, actually? I've found only tags (release branches?).

Go to advanced search