Applying that patch will cause playlists in DSS stop working.
I think that the problem is that mp4live binds to the same port for source
and destination. Hence when DSS tries to bind to the same address it fails.
Older versions of mp4live didn't have that behaviour and worked fine with
DSS on the same machine.
Since my test environment had a harddisk crash a couple of weeks ago I
haven't been able to give it a try but if anybody want to do it comment out
the following line of CRtpDestination::start in rtp_transmitter.cpp:
if (m_srcPort == 0) m_srcPort = m_destPort;
Line 753 in my file.
/Sverker
----- Original Message -----
From: "Heiko Recktenwald" <email@hidden>
To: <email@hidden>
Sent: Wednesday, December 21, 2005 8:59 AM
Subject: Re: Darwin and MPEG4IP still a problem?
If you are able to compile the source yourself, it is extremly easy to
change 2 lines of code.
See http://mpeg4ip.blog.de
Anyway, still curious, does a similar problem exist with DSS and QT
Broadcaster?