Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DSS and mp4live on the same machine/Bill Mays patch (Cisco)



Works nicenst, but I had to edit UDPSocketPool.cpp manualy.

Just add

theElem->fSocketA->ReuseAddr();
theElem->fSocketB->ReuseAddr();

after line 94.

If you change reflector_buffer_size_sec in streamingserver.xml from 10 to 0, you will get a reasonable fast "TV station" on a laptop, that can transmit worldwide and should be enough in many if not most situations, provided that you have enough bandwidth for DSS.

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

This email sent to email@hidden


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.