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

2024-01-22 Thread Ross Finlayson
If your server is feeding H.264 NAL units one at a time to a “H264VideoRTPSink”, via a “H264VideoStreamDiscreteFramer”, then each NAL unit *must not* begin with a 0x00 0x00 0x01 ‘start code’. Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

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

2024-01-22 Thread Ayik Ahmet
Greetings thank you for responding, Yes I m using Libav from ffmpeg and the difference between them software codec gives IDR frame in sileces with 001 start code. When I break them and send seperatly all clients accept it but key frames corrupted. When I send IDR frame as one frame without spli