[Live-devel] streaming big H264 I frame out, image broken

2017-10-13 Thread Eric_Hsieh
Hi Rose, We are working on a camera. It is a pure ethernet camera with 1080p@30fps and max bitrate is 8Mbit/s or higher. Now, we are facing the image broken problem when I frame size over 100,000 bytes. I found this, http://live-devel.live.narkive.com/LBpgaBLU/errors-when-streaming-hd-h-264-usi

[Live-devel] application to stream multiple recorded files concurrently

2017-10-13 Thread Hardik Sangani
Hi, We are using cloud space for storage where we keep our recorded files there, now we want to setup environment where if our user can stream any recorded files present there. i know about the test applications live555 provides, but we want to develop something dynamically that one application is

[Live-devel] Backend Camera receiving DESCRIBE request in REGISTER's success response (200 OK) from Proxy Server

2017-10-13 Thread Durgesh Tanuku
Hi Ross, We are using live555 library (proxyServer) for proxying the back-end Camera streams to end clients in one of our applications. Recently I was trying to write a Camera simulation application (using live555 2017.09.12) to test our Proxy Server. This Camera simulation app Registers an RTSP

Re: [Live-devel] streaming big H264 I frame out, image broken

2017-10-13 Thread Ross Finlayson
> Here you said: > > The solution is to not send very large I-frames as single NAL units. > > Instead, you should encode these I-frames into multiple 'slice' NAL units. > > Could you please give me some tips if we would like to do “encode these > I-frames into multiple 'slice' NAL units” at li