Thank's for your reply.
I'm going to be mad
Whith a little dump function on the vlc object, I've the following results:
from SD:
Code: Select all
["sd"] = Table(4)=
{
["add_node"] = function: 000001BD5353E430,
["add_item"] = function: 000001BD5353E610,
["remove_item"] = function: 000001BD5353DCB0,
["remove_node"] = function: 000001BD5353DF20
},
from extensions :
Code: Select all
["sd"] = Table(4)=
{
["is_loaded"] = function: 00000203C4E77D10,
["remove"] = function: 00000203C4E775F0,
["get_services_names"] = function: 00000203C4E774D0,
["add"] = function: 00000203C4E77AD0
},
As vlc.stream() is broken in SD, I should make an extension to access vlc.net to make my own http:get() client, since vlc.net is not available from SD.
BUT with extensions, I can't add a SD item in the left menu and add my retrieved rstp streams link's (and icons). So I need an existing SD .... infinite loop...
So:
2 solutions :
Solution 1:
Make 2 scripts : 1 SD et 1 Extension. The Extension creates the files downloaded by the available vlc.net object. And the SD use the content of these files to add rstp to the SD playlist.
Solution 2:
Wait for VLC4 and see if situation looks better