Search found 413 matches

Go to advanced search

by ivoire
28 Aug 2012 10:28
Forum: Scripting VLC in lua
Topic: [LUA] Insert multi tree subnodes in Playlist
Replies: 1
Views: 1773

Re: [LUA] Insert multi tree subnodes in Playlist

Hello, If I understand correctly your question, you should have a look at the SD and playlist parser for metachannels. In fact the SD for metachannels (http://git.videolan.org/?p=vlc.git;a=blob;f=share/lua/sd/metachannels.lua;h=da593c4886836f1cbc10ea9e5164b0ef5cd29513;hb=HEAD) fetchs a list of categ...
by ivoire
07 Sep 2011 11:21
Forum: VLC media player Feature Requests
Topic: Motion-Detection Filter for VLC?
Replies: 13
Views: 62140

Re: Motion-Detection Filter for VLC?

modules/video_filter/motiondetect.c
To use it, just select the modtion detection filter in the list of available video filters.
by ivoire
07 Sep 2011 11:11
Forum: Development around libVLC
Topic: [SOLVED] Custom input (imem?)
Replies: 7
Views: 14037

Re: Custom input (imem?)

So if I understand correctly, your application will give the packet that it received using UDP directly without any demuxing or anything ? In this case you must use imem as an access plugin that will act like a wrapper around open/read/close calls. For this you should create an item with imem:// as ...
by ivoire
04 Sep 2011 11:49
Forum: Contribute and help the VideoLAN project
Topic: Can Work on DOcumentation... it's interesting...
Replies: 2
Views: 3357

Re: Can Work on DOcumentation... it's interesting...

Most part of the documentation are written in the VideoLAN wiki : http://wiki.videolan.org This wiki is not really well written so if you have time and motivation to improve the articles and write new one (like tutorials or article about specific features), you are really welcome. That's an importan...
by ivoire
04 Sep 2011 11:47
Forum: Development around libVLC
Topic: [SOLVED] Custom input (imem?)
Replies: 7
Views: 14037

Re: Custom input (imem?)

It depends on how you want to distribute this work.
You can either use libvlc and distribute your application that work on top of libvlc or you can create an access module that will do this trick and distribute as a module of vlc.
by ivoire
02 Sep 2011 13:02
Forum: VLC media player Feature Requests
Topic: Android version ?
Replies: 19
Views: 3875

Re: Android version ?

HumHum, sory I had wrongly read the logs : could you try again to launch make and paste the full error message if it fails ?
by ivoire
01 Sep 2011 11:00
Forum: Scripting VLC in lua
Topic: Random Video Parts Playlist
Replies: 8
Views: 7771

Re: Random Video Parts Playlist

First: have a look at this article about extenssions: http://jpeg.dinauz.org/blog/index.php?p ... ons-in-VLC
Then if you have some question: just ask :)
by ivoire
01 Sep 2011 10:59
Forum: VLC media player Feature Requests
Topic: Android version ?
Replies: 19
Views: 3875

Re: Android version ?

The contribs do not have any configure step but only the boostrap and build ones.
So the steps are ./bootstrap and then make.
The make will fetch the source and build them for you.

About your error : it seems that the patch cannot apply.
by ivoire
30 Aug 2011 17:28
Forum: VLC media player Feature Requests
Topic: Android version ?
Replies: 19
Views: 3875

Re: Android version ?

make
by ivoire
30 Aug 2011 17:25
Forum: Scripting VLC in lua
Topic: Random Video Parts Playlist
Replies: 8
Views: 7771

Re: Random Video Parts Playlist

You can create an interface lua script that will change the file to play every 5 seconds. (it can be an interface script or just an extenssion that run when launched).
This is fairly easy to do using the playlist obejct.
You can have a look at playlist object methods called next(), random(), ...
by ivoire
30 Aug 2011 17:23
Forum: Scripting VLC in lua
Topic: file specific loop script?
Replies: 3
Views: 1611

Re: file specific loop script?

You can have a look at the lua extensions that are provided along vlc. For example the imdb extenion can be usefull for you.
I think what you need is a small dialog bow that change the behavior of the playlist when launched and when the button provided by this dialog box is pressed.
by ivoire
19 Aug 2011 10:45
Forum: Scripting VLC in lua
Topic: problem with scripting VLC from terminal
Replies: 1
Views: 1190

Re: problem with scripting VLC from terminal

How are you launching vlc with the rc interface ?
What kind of error do you have when trying to play the video ? (you can launch vlc with "-vvv" to have more log messages)
by ivoire
29 Jul 2011 13:21
Forum: VLC media player for Windows Troubleshooting
Topic: Multciasting with Axis M7001
Replies: 12
Views: 11046

Re: Multciasting with Axis M7001

1) have you tried with the latest vlc version ?
2) do you have the logs ?
by ivoire
29 Jul 2011 13:20
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6282

Re: Android and libvlc plugin problems

I haven't tried that much libvlc on the emulator because that's really slow and you can't use NEON instructions but I think you should at least launch libvlc without too many problems on the emulator. (using a real device is really more convenient).
by ivoire
28 Jul 2011 13:03
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6282

Re: Android and libvlc plugin problems

Have you tried to use directly the libvlcjni.c and modify it to meet your needs ?
by ivoire
28 Jul 2011 10:57
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6282

Re: Android and libvlc plugin problems

What do you have in your libvlcjni.h ?
by ivoire
28 Jul 2011 09:37
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6282

Re: Android and libvlc plugin problems

The definition is autogenerated (look at libvlcjni.h) from the list of available modules.
by ivoire
28 Jul 2011 09:04
Forum: Coffee Corner
Topic: Android Tablets
Replies: 3
Views: 2888

Re: Android Tablets

VLC on android is working quite well but some features are missing in the UI so it has to be fixed before a beta.
by ivoire
28 Jul 2011 08:56
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6282

Re: Android and libvlc plugin problems

Ok I understand your problem. If you look at http://git.videolan.org/?p=vlc/vlc-android.git;a=blob;f=extras/package/android/vlc-android/jni/libvlcjni.c;h=cede8f2410293e883f730c7c58c7a133f2412dba;hb=HEAD#l194 (extra/packages/android/vlc-android/jni/libvlcjni.c) you will see that we do not call libvlc...
by ivoire
27 Jul 2011 14:13
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6282

Re: Android and libvlc plugin problems

--enable-static-modules is a switch for the configure script not CFLAGS or CXXFLAGS.
by ivoire
26 Jul 2011 14:36
Forum: VLC media player for Windows Troubleshooting
Topic: xp, vlc 0.9.8 and 1.1.7(11)
Replies: 4
Views: 1000

Re: xp, vlc 0.9.8 and 1.1.7(11)

Hum stupid question: isn't udp://@239.1.1.1:8888 the right mrl (with the '@') ?
by ivoire
26 Jul 2011 10:42
Forum: VLC media player for Windows Troubleshooting
Topic: xp, vlc 0.9.8 and 1.1.7(11)
Replies: 4
Views: 1000

Re: xp, vlc 0.9.8 and 1.1.7(11)

Do you have the logs ?
by ivoire
26 Jul 2011 10:38
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6282

Re: Android and libvlc plugin problems

You must use the cofnfigure script present in extra/packages/android/configure.sh (it will do that for you)
by ivoire
25 Jul 2011 11:24
Forum: VLC media player Feature Requests
Topic: Proof of Play with VLC
Replies: 7
Views: 1146

Re: Proof of Play with VLC

You can create an extension that does this work. (lua extension).
by ivoire
25 Jul 2011 11:22
Forum: Development around libVLC
Topic: stream video in mac using libvlc
Replies: 1
Views: 741

Re: stream video in mac using libvlc

There is no specific API for streaming in libvlc. You should pass the comand line options to the libvlc_new function.
A specific API must be designed one day but not any developper has time for it (or are paid to do it unfortunately).

Go to advanced search