Search found 34 matches

Go to advanced search

by kostyan
12 Dec 2012 12:21
Forum: VLC for Android and Chrome OS
Topic: No way to redirect VLC debug output to file?
Replies: 9
Views: 1550

Re: No way to redirect VLC debug output to file?

Could you at least state if output to file is broken in Android or if it is working and the problem is on my side?
by kostyan
07 Dec 2012 15:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compiling VLC 2.1.0 for Linux x64
Replies: 2
Views: 811

Re: Compiling VLC 2.1.0 for Linux x64

Just switched to Ubuntu 12.04 64-bit and have the same error on a fresh system.

Did you find any solution for that?

Edit: Seems to be a bug in Ubuntu. Here is a workaround: https://bugs.launchpad.net/ubuntu/+sour ... bug/220935.
by kostyan
05 Dec 2012 17:06
Forum: VLC for Android and Chrome OS
Topic: No way to redirect VLC debug output to file?
Replies: 9
Views: 1550

Re: No way to redirect VLC debug output to file?

To be more specific, vlc on android seems not to understand the options --logmode neither --logfile. In cmdline.c, when the list of possible options is created, neither of those two options is included. That's why, the call to vlc_getopt_long returns 63 (which is '?'). Let me know if you need more i...
by kostyan
28 Nov 2012 15:02
Forum: VLC for Android and Chrome OS
Topic: No way to redirect VLC debug output to file?
Replies: 9
Views: 1550

Re: No way to redirect VLC debug output to file?

The problem is that config_LoadCmdLine returns -1 in libvlc.c:203.
by kostyan
20 Nov 2012 11:12
Forum: VLC for Android and Chrome OS
Topic: No way to redirect VLC debug output to file?
Replies: 9
Views: 1550

Re: No way to redirect VLC debug output to file?

Any hints how to redirect VLC debug output to a file on Android?

Best,
Konstantin
by kostyan
13 Nov 2012 11:40
Forum: VLC for Android and Chrome OS
Topic: No way to redirect VLC debug output to file?
Replies: 9
Views: 1550

Re: No way to redirect VLC debug output to file?

Unfortunately, that does not work. Adding the logfile option causes VLC to crash like this: 3964:11-13 11:28:53.093: V/VLC/LibVLC(7670): Initializing LibVLC 3965:11-13 11:28:53.124: D/VLC(7670): [0x56f15048]: main libvlc VLC media player - 2.1.0-git Rincewind 3966:11-13 11:28:53.124: D/VLC(7670): [0...
by kostyan
08 Nov 2012 15:37
Forum: VLC for Android and Chrome OS
Topic: No way to redirect VLC debug output to file?
Replies: 9
Views: 1550

No way to redirect VLC debug output to file?

Hi,

I am trying to redirect VLC output to file on Android.
I do: vlc --file-logging --logfile /mnt/sdcard/VLCDebug/log.txt --log-verbose 2
However, it does not work.

Appreciate any hints!
by kostyan
08 Nov 2012 09:56
Forum: VLC stream-output (sout)
Topic: http stream with big delay
Replies: 9
Views: 4836

Re: http stream with big delay

Did you try --clock-jitter=0? Not sure if it is relevant in your case but I think that without this option, the client might increase the size of the cache dynamically.
by kostyan
08 Nov 2012 09:37
Forum: General VLC media player Troubleshooting
Topic: --verbose-objects does not work?
Replies: 1
Views: 378

--verbose-objects does not work?

Dear all, I am using: vlc --verbose 2 --file-logging vlc.log --log-verbose 2 ... When I try to cut the output from a certain module by adding, e.g., --verbose-objects=-modulename, nothing happens. Am I using this parameter in a wrong way? I also tried, e.g., --verbose-objects=-access or --verbose-ob...
by kostyan
31 Oct 2012 08:39
Forum: Development around libVLC
Topic: Out-of-tree compilation agains VLC GIT
Replies: 3
Views: 587

Re: Out-of-tree compilation agains VLC GIT

Thanks for your answer. Now I have a follow-up question. When I do pkg-config --libs vlc/src/vlc-plugin.pc (where vlc is the root of VLC GIT tree), I get -L/usr/local/lib -lvlccore . Is it expected behavior that I get this path with -L? Shouldn't I get a path to the libvlccore.so in vlc/src/.libs wi...
by kostyan
30 Oct 2012 17:29
Forum: Development around libVLC
Topic: Extend plugin path via command line
Replies: 9
Views: 1488

Re: Extend plugin path via command line

Ok, I see. That means that with VLC built from GIT there is no way to add a plugin from outside the tree, right?
by kostyan
30 Oct 2012 10:55
Forum: Development around libVLC
Topic: Extend plugin path via command line
Replies: 9
Views: 1488

Re: Extend plugin path via command line

Sure, but TOP_BUILDDIR is set when you compile from GIT.
by kostyan
30 Oct 2012 09:34
Forum: Development around libVLC
Topic: Extend plugin path via command line
Replies: 9
Views: 1488

Re: Extend plugin path via command line

Am I missing something? In vlc.c, line 134, this happens: #ifdef TOP_BUILDDIR setenv ("VLC_PLUGIN_PATH", TOP_BUILDDIR"/modules", 1). setenv ("VLC_DATA_PATH", TOP_SRCDIR"/share", 1); #endif man setenv: The setenv() function adds the variable name to the environ...
by kostyan
30 Oct 2012 08:15
Forum: Development around libVLC
Topic: Extend plugin path via command line
Replies: 9
Views: 1488

Re: Extend plugin path via command line

As far as I see it, vlc.c overwrites the content of the environment variable VLC_PLUGIN_PATH in line 134.
by kostyan
26 Oct 2012 23:45
Forum: Development around libVLC
Topic: Extend plugin path via command line
Replies: 9
Views: 1488

Extend plugin path via command line

Is it possible to provide VLC an additional folder where to look for plugins via command line? Or even to provide a path to a specific plugin file? The only related options I found in the help output and in the forum are --plugin-path and --data-path but both seem to be deprecated.
by kostyan
25 Oct 2012 13:55
Forum: Development around libVLC
Topic: Out-of-tree compilation agains VLC GIT
Replies: 3
Views: 587

Out-of-tree compilation agains VLC GIT

I would like to compile an access module out-of-tree but agains the latest VLC code from the GIT. Is it possible? One problem that I see in http://wiki.videolan.org/OutOfTreeCompile is that is depends on pkg-config to learn about the cflags and libs to be used but this approach does not work when I ...
by kostyan
11 Oct 2012 14:08
Forum: VLC for Android and Chrome OS
Topic: Config file
Replies: 4
Views: 618

Re: Config file

It's working! Thanks!
by kostyan
11 Oct 2012 09:23
Forum: VLC for Android and Chrome OS
Topic: Config file
Replies: 4
Views: 618

Re: Config file

I didn't find any. These are the arguments that are passed to libvlc_new() in libvlcjni.c. The only one I added is --config. const char *argv[] = { "-I", "dummy", "--no-osd", "--no-video-title-show", "--no-stats", "--no-plugins-cache", &quo...
by kostyan
09 Oct 2012 18:09
Forum: VLC for Android and Chrome OS
Topic: Config file
Replies: 4
Views: 618

Config file

Is there any location VLC checks for existence of a config file on Android?

I didn't find one so I added --config /path/to/file to input arguments of libVLC in libvlcjni.c, but VLC seems still not to read the file. What would be the right way to let VLC use a configuration file on Android?
by kostyan
09 Oct 2012 07:32
Forum: Development around libVLC
Topic: Command line or config file?
Replies: 2
Views: 418

Re: Command line or config file?

In fact, I was thinking about using a separate configuration file just for my module, but probably you are right and I should use the VLC configuration file instead.
by kostyan
08 Oct 2012 17:00
Forum: Development around libVLC
Topic: Command line or config file?
Replies: 2
Views: 418

Command line or config file?

Is it possible to find out if a variable of an access module was set via command line or via predefined default value? I want to give higher priority to variable values specified on the command line rather than in the configuration file, but in order for this to work, I need to know if a variable wa...
by kostyan
19 Sep 2012 10:35
Forum: Development around libVLC
Topic: disable caching?
Replies: 9
Views: 4463

Re: disable caching?

I am not sure but --clock-jitter=0 might also be related to that.
by kostyan
19 Sep 2012 10:05
Forum: Development around libVLC
Topic: Get accurate playback position
Replies: 7
Views: 725

Re: Get accurate playback position

Thanks for the reply! I am really not saying that it makes sense to have this information at the access level. Maybe it does and maybe it does not and I have to rethink the design of my code, and since you have more experience here, you are most probably right. At the moment, however, I am just aski...
by kostyan
19 Sep 2012 08:35
Forum: Development around libVLC
Topic: Get accurate playback position
Replies: 7
Views: 725

Re: Get accurate playback position

If it is not defined, then how does a video output know when a frame is late?
by kostyan
18 Sep 2012 17:45
Forum: Development around libVLC
Topic: Get accurate playback position
Replies: 7
Views: 725

Re: Get accurate playback position

I want to know the exact amount of video in the pipe between me (that is, the access module) and the picture on the screen. It should be something around the value I returned replying to ACCESS_GET_PTS_DELAY but I would like to have the exact value.

Go to advanced search