first pass at something ready to try/test
[iceplex.git] / plex.pls
index a1bd1cc..b3f8d25 100644 (file)
--- a/plex.pls
+++ b/plex.pls
@@ -64,7 +64,7 @@ $dbh->disconnect;
 my $mountpoint = md5_hex($cgi->remote_host. $$. time. int(rand(4294967296)));
 
 #signal encoder to start streaming to mountpoint & wait for confirmation
-ssh($server, 'yashout', $filename, $mountpoint );
+ssh($server, 'yashout', $filename, $mountpoint, $port );
 
 #send file back to client browser