[Live-devel] H264 all frames corrupted.

2024-01-21 Thread Ayik Ahmet
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

Re: [Live-devel] H264 all frames corrupted.

2024-01-21 Thread Ross Finlayson
> 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

[Live-devel] Corrupted H264 frames

2024-01-21 Thread Ayik Ahmet
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

Re: [Live-devel] H264 all frames corrupted. (Ayik Ahmet)

2024-01-21 Thread Weber, Patrick
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.

Re: [Live-devel] live555 as videosurveilance system

2024-01-21 Thread Ross Finlayson
> 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