Skip to content

Commit ae8ffe2

Browse files
committed
Oops. Small fix to get realtime RTP clients like iTunes for Windows
(and others) working again.
1 parent bb1375f commit ae8ffe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ap2-receiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def do_SETUP(self):
696696
ctl_msg = f"control_port={streamobj.control_port}"
697697
res.append(ctl_msg)
698698
SCR_LOG.debug(ctl_msg)
699-
data_msg = f"data_port={streamobj.data_port}"
699+
data_msg = f"server_port={streamobj.data_port}"
700700
res.append(data_msg)
701701
SCR_LOG.debug(data_msg)
702702
ntp_msg = f"timing_port={timing_port}"

0 commit comments

Comments
 (0)