Re: [Live-devel] Technical inquiry

2024-06-25 Thread Ross Finlayson
> On Jun 25, 2024, at 9:38 PM, 강현구 wrote: > > The doGetNextFrame function should be called when the camera is connected > properly, but it is not working. > Since doGetNextFrame is not called, camera frame data cannot be processed or > transmitted. The problem with your code was that you nee

Re: [Live-devel] Technical inquiry

2024-06-25 Thread 강현구
as you saidI checked the testOnDemandRTSPServer demo application,I also read the FAQ about liveInput-unicast several times.I also implemented and checked a simple sample program.1. Like the testOnDemandRTSPServer demo application, I implemented a file streaming demo program using the H264VideoFileS

Re: [Live-devel] Technical inquiry

2024-06-25 Thread Ross Finlayson
> On Jun 25, 2024, at 6:31 PM, 강현구 wrote: > > Thank you for your quick reply. > > I want to stream via IP unicast. > For this purpose, I am inheriting and using the OnDemandServerMediaSubsession > object. > > You said I was using mixed code. > Please explain what part is wrong or what part o

Re: [Live-devel] Technical inquiry

2024-06-25 Thread 강현구
Thank you for your quick reply.I want to stream via IP unicast.For this purpose, I am inheriting and using the OnDemandServerMediaSubsession object.You said I was using mixed code.Please explain what part is wrong or what part of the code is for multicast streaming.P.S. I checked the testOnDemandRT

Re: [Live-devel] Technical inquiry

2024-06-25 Thread Ross Finlayson
Your problem is that you are mixing code that tries to stream via multicast with code that tries to stream via unicast. You need to decide whether your RTSP server serves a multicast stream (one stream that can be received by potentially multiple receivers on an IP-multicast-enabled network), o

[Live-devel] Technical inquiry

2024-06-25 Thread 강현구
hello.I need help.I would like to RTSP stream the frames captured from the PC screen.When I create SimpleRTPSink() within the createNewRTPSink() function,doGetNextFrame() of FramedSource is called when camera data is receivedHowever, when I create H264VideoRTPSink() within the createNewRTPSink() fu

Re: [Live-devel] Size optimization of the libraries

2024-06-25 Thread Ross Finlayson
> On Jun 25, 2024, at 9:18 AM, Lutz Fiebach wrote: > > Hello live555 Team, > > as I have already written, we are working on an operating system for ingenic > soc based cameras. > We are using live555 as rtsp server. A reminder, if you haven’t already done so, to review: http://live55

[Live-devel] Size optimization of the libraries

2024-06-25 Thread Lutz Fiebach
Hello live555 Team, as I have already written, we are working on an operating system for ingenic soc based cameras. We are using live555 as rtsp server. Do you have any recommendations or tips on how we can remove unneeded components from the libraries and minimize their size? https://github.co