Hi,
i've a great problem with the setting of Darwin Streaming Server on a system with Ubuntu 6.06 Server edition.
i'have just istalled succesfully (with some change) the DSS but when i lunch the DSS Admin web interface i have one problem with Perl script:
after that i've create a PLAYLIST the and click on "save change" i found a page error:
Error - Perl execution failed
Undefined subroutine &playlistlib::CreatePlayListEntry called at /var/streaming/AdminHtml/parse_xml.cgi line 1212.
at the line 1212 in this file i found:
if (&playlistlib::CreatePlayListEntry($plname, \@plsettings, $movieDir, $mp3BroadcastPassword) == 0) {
$confirmMessage = '';
$filename = 'confirm.html';
$dialogHeader = $messages{'PLCreateErrorHeader'};
$dialogText = $messages{'PLCreateErrorText'};
$nextFilename = 'playlists.html';
}
the subroutine "CreatePlayListEntry" is correctly defined on file
playlist-lib.pl
Thank You for your help.
Renato