Re: [Live-devel] Get version of shared library binary

2024-04-14 Thread Ross Finlayson
Paul, Thanks for the note. You raised a good point; there was not a way to get the library version at runtime. I have now installed a new version (2024-04-14) of the “LIVE555 Streaming Media” code that fixes this. In particular, you can now use the following definitions extern char c

Re: [Live-devel] Issue with serving raw UDP transport streams using testOnDemandRTSPServer

2024-04-14 Thread Ross Finlayson
> On Apr 10, 2024, at 8:01 AM, Andy Hawkins wrote: > > I made a small modification to the source for testOnDemandRTSPServer to > specify that the input stream to a MPEG2TransportUDPServerMediaSubsession is > 'raw' UDP and tested this against a multicast M2T stream. This seems to work > fine,