Choose a port that doesn't conmflict with real radio
diff --git a/Demo/sgi/al/unicast.py b/Demo/sgi/al/unicast.py
index 8a53592..8e0c1a8 100755
--- a/Demo/sgi/al/unicast.py
+++ b/Demo/sgi/al/unicast.py
@@ -12,7 +12,7 @@
 
 host = sys.argv[1]
 
-port = 54321
+port = 5555
 if sys.argv[2:]: port = eval(sys.argv[1])
 
 s = socket(AF_INET, SOCK_DGRAM)