> 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
or a specific
individual and purpose and is protected by law. If you are not the intended
recipient, you should delete this message and are hereby notified that any
disclosure, copying, or distribution of this message, or the taking of any
action based on it, is strictly prohibited.
--
> 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
Cc : Sent : "2024-06-26T09:52:41"Subject : "RE: Re: [Live-devel] Technical inquiry"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 (on
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
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