Greetings,
I am having a problem for h264 rtsp streaming. I have implemented my own source
and sub session and it is working properly with frames that are encoded by
hardware encoder. I started using software encoder and my stream is corrupted.
I have tried to change max nal unit size from enc
> On Jan 18, 2024, at 5:17 AM, Ayik Ahmet wrote:
>
> Greetings,
>
> I am having a problem for h264 rtsp streaming. I have implemented my own
> source and sub session and it is working properly with frames that are
> encoded by hardware encoder. I started using software encoder and my strea
Greetings,
I am having a problem for h264 rtsp streaming. I have implemented my own source
and sub session and it is working properly with frames that are encoded by
hardware encoder. I started using software encoder and my stream is corrupted.
I have tried to change max nal unit size from enc
Could you tell us what you're using for software encoding? If it is FFmpeg, the
packets are made up concatenated NALs; you'll have to break those apart and
send the individual NALs to live555. Otherwise, we'll need more info about your
software encoder.
__
> On Jan 16, 2024, at 6:10 AM, Denis Gottardello
> wrote:
> Some questions: why have you decided to hard code some features like
> "Proxying access-controlled streams", "reuseFirstSource" etc instead of to
> manage them as command line?
I’m not sure what you’re asking here. The documentati