diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index bc8c2318f1..03871a3c4c 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -974,7 +974,7 @@
checkbox
Other networking protocols
This will help raise or lower the priority of other protocols higher than most traffic.
- MSRDP,PPTP,IPSEC,StreamingMP3,IRC,DNS,HTTP,SMTP,POP3,ICMP,IMAP,SMB
+ MSRDP,PPTP,IPSEC,StreamingMP3,IRC,DNS,HTTP,SMTP,POP3,ICMP,IMAP,SMB,RTSP
true
ezshaper->step6->enable
@@ -1225,7 +1225,27 @@
Microsoft SMB Protocol and friends
-
+
+
+ RTSP
+ ezshaper->step6->rtsp
+ select
+
+
+
+
+
+ RealTime streaming protocol
+
Next
submit
@@ -1398,7 +1418,12 @@
/* Microsoft SMB and friends */
$othersplist[] = array('SMB1', 'tcp', '445', '445', 'both', $_POST['smb']);
$othersplist[] = array('SMB2', 'tcp', '137-139', '137-139', 'both', $_POST['smb']);
- }
+
+
+ if($_POST['rtsp'] != "") {
+ /* realtime streaming protocol */
+ $othersplist[] = array('RTSP1', 'tcp', '554', '554', 'both', $_POST['rtsp']);
+ } }
/* XXX: add some more protocols here! */