Re: [Live-devel] Help with live streaming h.264 frames

2024-04-24 Thread Ross Finlayson
> On Apr 24, 2024, at 1:46 PM, Flavio Alves > wrote: > > My first implementation uses the approach you mentioned. I implemented it > using x264 and it worked fine. > > But my requirement is to use the Nvidia Jetson Nano hardware encoder. Nvidia > provides an API to handle the encoder. This

Re: [Live-devel] Help with live streaming h.264 frames

2024-04-24 Thread Flavio Alves
Hi Ross, Thank you for your response. Indeed ... I'm struggling with the latency challenge. My first implementation uses the approach you mentioned. I implemented it using x264 and it worked fine. But my requirement is to use the Nvidia Jetson Nano hardware encoder. Nvidia provides an API to ha

Re: [Live-devel] Using live555 to advertise multicast UDP

2024-04-24 Thread Ross Finlayson
> On Apr 24, 2024, at 2:24 AM, Jonathan Brady via live-devel > wrote: > > I have an application which already outputs (none RTP) video via multicast, I > would like to use a Live555 server to simply "advertise" these streams via an > RTSP connection in it's SDP without actually serving the d

[Live-devel] Using live555 to advertise multicast UDP

2024-04-24 Thread Jonathan Brady via live-devel
--- Begin Message --- Hello, I have an application which already outputs (none RTP) video via multicast, I would like to use a Live555 server to simply "advertise" these streams via an RTSP connection in it's SDP without actually serving the data.  How can I go about doing this? Regards, Jo