chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
655f756
)
Correct setting of rtp-source-port.
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 14 Mar 2009 11:41:40 +0000
(11:41 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 14 Mar 2009 11:41:40 +0000
(11:41 +0000)
lib/uaudio-rtp.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/uaudio-rtp.c
b/lib/uaudio-rtp.c
index 31e8f57185f0e5498aba4e2d60f2e26f89d8ad21..01be09b52ed1cb638840ba0142db381cba13dcb6 100644
(file)
--- a/
lib/uaudio-rtp.c
+++ b/
lib/uaudio-rtp.c
@@
-307,7
+307,7
@@
static void rtp_configure(void) {
uaudio_set("rtp-destination-port", config->broadcast.s[1]);
if(config->broadcast_from.n) {
uaudio_set("rtp-source", config->broadcast_from.s[0]);
uaudio_set("rtp-destination-port", config->broadcast.s[1]);
if(config->broadcast_from.n) {
uaudio_set("rtp-source", config->broadcast_from.s[0]);
- uaudio_set("rtp-source-port", config->broadcast_from.s[
0
]);
+ uaudio_set("rtp-source-port", config->broadcast_from.s[
1
]);
} else {
uaudio_set("rtp-source", NULL);
uaudio_set("rtp-source-port", NULL);
} else {
uaudio_set("rtp-source", NULL);
uaudio_set("rtp-source-port", NULL);