Search found 4 matches

Go to advanced search

by nlsdg
19 Aug 2010 17:50
Forum: Scripting VLC in lua
Topic: Which feature do you miss in lua ?
Replies: 21
Views: 6689

Re: Which feature do you miss in lua ?

Feature request created :ticket #4083
by nlsdg
19 Aug 2010 00:45
Forum: Scripting VLC in lua
Topic: Which feature do you miss in lua ?
Replies: 21
Views: 6689

Re: Which feature do you miss in lua ?

Well, if I read correctly, you can retrieve items from the media library using playlist.get("media library"), but I don't think you can add items to the library, only to the currently playing playlist. Am I right? If so, adding support for that would be appreciated. At the moment no other ...
by nlsdg
15 Aug 2010 15:37
Forum: Scripting VLC in lua
Topic: Which feature do you miss in lua ?
Replies: 21
Views: 6689

Re: Which feature do you miss in lua ?

You can use the send and recv functions to read and write to a socket.

You are right. The lua binding miss this function. Please fill a feature request on the trac about it (I might forget).
OK, i'll try tweaking my code for receiving.
UDP request is filed as ticked #4060.

Thanks.
by nlsdg
11 Aug 2010 01:03
Forum: Scripting VLC in lua
Topic: Which feature do you miss in lua ?
Replies: 21
Views: 6689

Re: Which feature do you miss in lua ?

Hi, I'm trying to connect to the network in order to search for and connect to UPnP devices. (A long standing wish from many users). In the source I found a undocumented connect_tcp function in the net module. I succesfully used that to connect to a device and send a message, but how do I receive th...

Go to advanced search