| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Works nicenst, but I had to edit UDPSocketPool.cpp manualy.
Just add
theElem->fSocketA->ReuseAddr(); theElem->fSocketB->ReuseAddr();
after line 94.
H.
mpegurl.blog.de
Hi, dont know if it is usefull with QT Broadcaster as well, well, one machine less, the secrets of Apple, but here it comes:
----------------start bla.patch------------ diff -c -w -r1.9 UDPSocketPool.cpp *** UDPSocketPool.cpp 2003/08/15 23:52:53 1.9 --- UDPSocketPool.cpp 2004/12/27 18:32:33 *************** *** 94,99 **** --- 94,102 ---- return NULL; }
+ theElem->fSocketA->ReuseAddr(); + theElem->fSocketB->ReuseAddr(); + // Set socket options on these new sockets this->SetUDPSocketOptions(theElem); -----------------end bla.patch-----------------
Go to "DarwinStreamingSrvr5.5-Source/CommonUtilitiesLib", put bla.patch into that directory
and call "patch -p0 <bla.patch" from the shell
H.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Streaming-server-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/streaming-server-users/email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.