Adding a SD from an extension
Posted: 08 Apr 2021 22:03
Hello !
I need to add rtsp streams on a custom SD on the left panel under "Podcasts", "Jamendo Selections", "Icecast Radio Directory" from an extension (not a sd script !)
I've tried :
But il fails
logs :
Any Ideas ?
Thx
I need to add rtsp streams on a custom SD on the left panel under "Podcasts", "Jamendo Selections", "Icecast Radio Directory" from an extension (not a sd script !)
I've tried :
Code: Select all
t = vlc.sd.add('Test')
vlc.msg.dbg(t)
logs :
main debug: looking for services_discovery module matching "Test": 9 candidates
main debug: no services_discovery modules matched
main error: no suitable services discovery module
lua debug: -2
Any Ideas ?
Thx