Search found 13 matches

Go to advanced search

by eclip5e
20 Dec 2006 18:31
Forum: VLM
Topic: adding a time-seek feature.
Replies: 15
Views: 7860

Hi, I'm seeing time update problems with the VLM and seek to time control commands. (Works fine with seek to percentage). This is a fresh install of the 0.8.6 release. If i issue seek commands via the telnet or web VLM interface and specify a time previous to the current playback position (time A), ...
by eclip5e
23 Oct 2006 18:04
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling latest svn trunk (17130) fails
Replies: 4
Views: 1647

Its a problem with the newer version of cygwin, not the build process. The folks on IRC seem to think that going to the older version should help. Try it and report back here about the results.
by eclip5e
19 Oct 2006 17:52
Forum: VLM
Topic: wrong time & length in web interface
Replies: 19
Views: 8216

W00t! Fixed. Thanks to dionoea for the quick turnaround on this, its helped with our project a lot! Fix part 1: https://trac.videolan.org/vlc/changeset/17130 Fix part 2: https://trac.videolan.org/vlc/changeset/17140 What is the bug triage process to set fixed/closed/verified for bug #779? https://tr...
by eclip5e
18 Oct 2006 18:56
Forum: VLM
Topic: wrong time & length in web interface
Replies: 19
Views: 8216

I talked to a few guys on IRC about problems with the win32 nightlies, and finally got the new trunk build as of this morning: 0.9.0-svn-20061018-1453. I tested it on a 2 hour broadcast, and the time failed again, resulting in a negative value. <instance name="default" state="playing&...
by eclip5e
18 Oct 2006 14:39
Forum: VLC media player for Windows Troubleshooting
Topic: Nightlies not so "nightly"
Replies: 2
Views: 641

Clearify: The branch built, but not the trunk
by eclip5e
18 Oct 2006 14:35
Forum: VLC media player for Windows Troubleshooting
Topic: Nightlies not so "nightly"
Replies: 2
Views: 641

Nightlies not so "nightly"

It seems nightly builds for the win32 release stopped building since the 14th of October, any info?
by eclip5e
17 Oct 2006 23:58
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling latest svn trunk (17130) fails
Replies: 4
Views: 1647

Compiling latest svn trunk (17130) fails

I checked out the latest from subversion this afternoon after #779 was fixed, and the build process fails due to a problem with a file generated during the compilation process. after running make: srcdir=.. builddir=.. ../toolbox --update-version if gcc -mno-cygwin -std=gnu99 -DHAVE_CONFIG_H -I. -I....
by eclip5e
17 Oct 2006 22:39
Forum: VLM
Topic: wrong time & length in web interface
Replies: 19
Views: 8216

Great, thanks! Would you mark the bug as fixed, and wait for a tirage period?
by eclip5e
17 Oct 2006 22:07
Forum: VLM
Topic: wrong time & length in web interface
Replies: 19
Views: 8216

Sorry, I meant this:

Code: Select all

var_Get( p_sys->p_input, "time", &val); sprintf( time, "%d" , (int)(val.i_time / 1000000) );
Any suggestions? (I don't code c).
by eclip5e
17 Oct 2006 21:20
Forum: VLM
Topic: wrong time & length in web interface
Replies: 19
Views: 8216

Could the problem be casting a number that is too large into an int?

http://trac.videolan.org/vlc/browser/tr ... ttp.c#L522

Code: Select all

var_Get( p_sys->p_input, "time", &val); sprintf( time, "%d" , (int)(val.i_time / 1000000) );
by eclip5e
17 Oct 2006 18:31
Forum: VLM
Topic: wrong time & length in web interface
Replies: 19
Views: 8216

I can't give you any time estimate :) I do this durring my free time (and for free). You can file the bug under "HTTP interface" or any equivalent category in trac. Source code for the http interface is in modules/control/http/ Thanks for the help, If we could find where the problem occur...
by eclip5e
17 Oct 2006 15:59
Forum: VLM
Topic: wrong time & length in web interface
Replies: 19
Views: 8216

Which component should we file it under?

Due to some deadlines, we would need a fix for this ASAP (In the next week or 2). Where in the code is this problem, perhaps we could file a bug fix.
by eclip5e
16 Oct 2006 21:04
Forum: VLM
Topic: wrong time & length in web interface
Replies: 19
Views: 8216

Was this filed as a bug in Trac? Could we get the Bug number so we could follow the status? It would also help as to where in the codebase this bug is happening.

thanks.

Go to advanced search