Keith,

Follow up to previous - I have it working here.  Assuming you are happy
to edit a couple of files:

1) edit custom-types.conf to include smil in the list of playlist
types, so it says the following on the second line:
rtsppl     rm,ram,rpm,smil  ?   playlist

2) edit Plugins/Alien/RTSP.pm:

remove the line:
next if (!($entry =~ /^rtsp:/));

and replace with:
next if (!($entry =~ /rtsp:/));
if ($entry =~ /(\")(.*)(\")/ ) { 
$entry = $2; 
}


-- 
Triode
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to