Search found 8 matches

Go to advanced search

by buzz_lightyear
20 Oct 2015 13:09
Forum: VLM
Topic: scene-prefix not working with VLM anymore?
Replies: 2
Views: 4535

scene-prefix not working with VLM anymore?

Hello, i am using scene vfilter to generate thumbnails of many live stream inputs with VLM. This was/is working fine with VLC version 1.1.13, but it doesn't work with vlc 2.1.6 and above up to current version 2.2.1. Here's my vlm config (shortened to one service only): del all new test broadcast ena...
by buzz_lightyear
07 Jul 2010 16:21
Forum: Scripting VLC in lua
Topic: Lua for stream syncing?
Replies: 10
Views: 2794

Re: Lua for stream syncing?

thanx & have a nice day
buzz
by buzz_lightyear
07 Jul 2010 15:44
Forum: Scripting VLC in lua
Topic: Lua for stream syncing?
Replies: 10
Views: 2794

Re: Lua for stream syncing?

No you can only use v:execute_command(cmd). Might be adding something to do v:setup.test.input() is a good idea but not for the moment. If you want this feature, fill a ticket in the trac (trac.videolan.org) yes, that would be a great addition to vlc, that you can "natively" control all t...
by buzz_lightyear
07 Jul 2010 14:36
Forum: Scripting VLC in lua
Topic: Lua for stream syncing?
Replies: 10
Views: 2794

Re: Lua for stream syncing?

thank you... Looking at the list, is this the whole vlm object access? 395 VLM 396 --- 397 vlm(): Instanciate a VLM object. 398 399 v = vlc.vlm() 400 v:execute_command( "new test broadcast" ) -- execute given VLM command 401 402 Note: if the VLM object is deleted and you were the last pers...
by buzz_lightyear
07 Jul 2010 13:06
Forum: Scripting VLC in lua
Topic: Lua for stream syncing?
Replies: 10
Views: 2794

Re: Lua for stream syncing?

In the telnet.lua script you can add a command that will loop forever (or for an given number of loops) and ask the parameters from the vlm object and synchronize the streams. The only difference is the fact that with a custom command in the telnet.lua file you do not have to parse the output as yo...
by buzz_lightyear
06 Jul 2010 15:57
Forum: Scripting VLC in lua
Topic: Lua for stream syncing?
Replies: 10
Views: 2794

Re: Lua for stream syncing?

I think you can do this by modifiying the telnet lua interface to ad a command that synchronize the streams on demand. Hi ivoire, thanx for answer... yes, that is very right. ;) The question is, how exactly can i do that? By parsing the "show" output? That one i do in perl already. My ide...
by buzz_lightyear
30 Jun 2010 10:17
Forum: Scripting VLC in lua
Topic: Lua for stream syncing?
Replies: 10
Views: 2794

Lua for stream syncing?

Hi all, i am trying to solve stream syncing problem and would like to ask for some help or advice, please... The setup new high_01 broadcast enabled loop setup high_01 input "black_sheep_4_3.mpg_HIGH.ts" setup high_01 input "Lost_in_Space_4_3.mpg_HIGH.ts" setup high_01 output #st...

Go to advanced search