OK, this will be done in the next release of the software.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
> Regarding the proposed change it work for me.
> Just one comment you may want to do something like that only
>> #ifdef USE_SIGNALS
>> // Ignore the SIGPIPE signal, so that clients on the same host that are
>> killed
>> // don't also kill us:
>> #ifdef SO_NOSIGPIPE
>> int set_opti
as well. What I'm missing is the code to convert ES to
> PES and
> streaming of metadata as part of TS. Is that supported as well ? If
> not can you
> please explain how can I add missing features.
>
> Thanks a lot.
>
> Felix.
>
>
> --
>
> Message: 2
> Date: Fri, 2
> I have an issue on Mac OSX where the RTSPClient was throwing SIG_PIPE
> whenever the TCP connection from the server was terminated (server timeout or
> crash).
> Trying to USE_SIGNALS as below did not work and we were still crashing when
> the connection was dropping:
> #ifdef USE_SIGNALS
>