Re: [Live-devel] AAC/H264 Closing Down

2014-04-23 Thread Goran Ambardziev
I still have problems with the closing sequence. You suggested that I should: Try closing the 'sinks' before the 'sources'. I did that. I still have problems. I close it like this: Sinks -> StopPlaying Close Sinks Close Sources Close RTCP Inctances... and this is where now I get an error. After

Re: [Live-devel] socket blocking mode

2014-04-23 Thread Ross Finlayson
> The problem is user can remove the cable of TCP stream laptop and it stop > another client steaming UDP. Too bad! As I said before, the write to TCP *has to* be atomic. If the write partly succeeds (i.e., if the initial, non-blocking call to "send()" returned a data count less than that pro

Re: [Live-devel] socket blocking mode

2014-04-23 Thread Yu, Bo
The problem is user can remove the cable of TCP stream laptop and it stop another client steaming UDP. Bo From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, April 23, 2014 10:51 AM To: LIVE555 Streaming Media - development & use Subject: Re:

Re: [Live-devel] socket blocking mode

2014-04-23 Thread Ross Finlayson
> We found a problem that when we use two clients (VLC) on two PC to stream the > live555 based camera (H264 video). One uses TCP mode and another uses UDP > mode. > When we disconnect the network cable on TCP mode PC, the UDP stream on > another PC stopped at the same time. > > We found the p

Re: [Live-devel] Regarding trick mode files

2014-04-23 Thread Ross Finlayson
> If we Must encrypt the transport stream then what parts of the stream should > we leave it in the clear? Should we specifically leave the I-frames? The Transport Stream fields (including the PCR and PID) at the start of each 188-byte Transport Stream 'packet' must all remain unencrypted. Also

[Live-devel] socket blocking mode

2014-04-23 Thread Yu, Bo
We found a problem that when we use two clients (VLC) on two PC to stream the live555 based camera (H264 video). One uses TCP mode and another uses UDP mode. When we disconnect the network cable on TCP mode PC, the UDP stream on another PC stopped at the same time. We found the problem is due to

Re: [Live-devel] Regarding trick mode files

2014-04-23 Thread Nambirajan
Hi Ross, Thanks for your immediate response. We are using testMPEG2TransportStreamTrickPlay utility to generate Transport stream files that represent the FFW and REW operation. If we Must encrypt the transport stream then what parts of the stream should we leave it in the clear? Should