Re: [Live-devel] using stdin for live555MediaServer

2020-08-24 Thread Simon Brown
On 24/08/2020 15:08, Ross Finlayson wrote: Is there any reason why or how test testOnDemandRTSPServer would be blocking my main program from running? No, but it sounds like there’s something wrong in the way that you’re “spawning the testOnDemandRTSPServer from within my main program and conn

Re: [Live-devel] using stdin for live555MediaServer

2020-08-24 Thread Ross Finlayson
> On Aug 25, 2020, at 1:33 AM, Simon Brown wrote: > >> I suggest doing the following, in order (making sure that each step works OK >> before moving to the next step): >> 1/ Capture ‘stdin’ into a “.ts” file - e.g., running >> cat < your-encoder-source > source.ts >> 2/

Re: [Live-devel] using stdin for live555MediaServer

2020-08-24 Thread Simon Brown
On 21/08/2020 17:33, Ross Finlayson wrote: The main difference between “testMPEG2TransportStreamer” and the “LIVE555 Media Server” (and “testOnDemandRTSPServer”; see below) is that the former streams RTP over UDP multicast, whereas the latter streams (by default) RTP over UDP unicast. It sou