The playlist runs fine in VLC as expected, probe()ing and parse()ing correctly.
Problem occurs when I try to stream said playlist (File > Streaming). Playlist items run in VLC but refuses to stream.
Is there something I need to include in the lua script to help it along or is this functionality not available in VLC?
Example values returning to VLC in parse function:
Code: Select all
table.insert( p, { path = path; name = ' '; description = ' ' } )
VLC Version 1.0.5. running on Windows XP