Re: [Live-devel] DeviceSource Translate large frames (fNumTruncatedBytes)

2013-10-15 Thread Ross Finlayson
> “*any* of these packets gets lost,” > > Some questions: > Does it mean that RPT protocol is unreliable? Yes. RTP packets sent over UDP (as they usually are) are unreliable. > So, if 'slices' (NAL units) would be delivered through RPT, can they be > lost too? > Why the 'slices' way is mor

Re: [Live-devel] DeviceSource Translate large frames (fNumTruncatedBytes)

2013-10-15 Thread Смирнов Николай Иванович
a - development & use Subject: Re: [Live-devel] DeviceSource Translate large frames (fNumTruncatedBytes) I try translate H264 video stream by Live555. The hardware video source is the video camera (USB). Class for Live555 video source derived from DeviceSource. The problem in function DeviceS

Re: [Live-devel] DeviceSource Translate large frames (fNumTruncatedBytes)

2013-10-14 Thread Ross Finlayson
> I try translate H264 video stream by Live555. The hardware video source is > the video camera (USB). > Class for Live555 video source derived from DeviceSource. > The problem in function DeviceSource::deliverFrame : > When the newFrameSize > fMaxSize i set fNumTruncatedBytes, but only result is

[Live-devel] DeviceSource Translate large frames (fNumTruncatedBytes)

2013-10-14 Thread Смирнов Николай Иванович
Hi! I try translate H264 video stream by Live555. The hardware video source is the video camera (USB). Class for Live555 video source derived from DeviceSource. The problem in function DeviceSource::deliverFrame : When the newFrameSize >