Skip to content

Commit

Permalink
Oops. Small fix to get realtime RTP clients like iTunes for Windows
Browse files Browse the repository at this point in the history
(and others) working again.
  • Loading branch information
systemcrash committed Jan 8, 2022
1 parent bb1375f commit ae8ffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ap2-receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def do_SETUP(self):
ctl_msg = f"control_port={streamobj.control_port}"
res.append(ctl_msg)
SCR_LOG.debug(ctl_msg)
data_msg = f"data_port={streamobj.data_port}"
data_msg = f"server_port={streamobj.data_port}"
res.append(data_msg)
SCR_LOG.debug(data_msg)
ntp_msg = f"timing_port={timing_port}"
Expand Down

0 comments on commit ae8ffe2

Please sign in to comment.