> 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
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
> 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
--- 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