Re: [Live-devel] Corrupted h264 frame when encoding bitrate is high

2024-02-07 Thread Ayik Ahmet
And I have another question, is there anysource type in live55 that I can put Rtp packages directly not Nal units? I would like to test that I will split my Nal units into Rtp packages and I want to push them. From: Ayik Ahmet Sent: Wednesday, February 7, 2024

Re: [Live-devel] Corrupted h264 frame when encoding bitrate is high

2024-02-07 Thread Ayik Ahmet
From: live-devel on behalf of Ross Finlayson Sent: Tuesday, February 6, 2024 3:18 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Corrupted h264 frame when encoding bitrate is high > On Feb 7, 2024, at 3:16 AM, Ayik Ahmet wrote: >

Re: [Live-devel] Corrupted h264 frame when encoding bitrate is high

2024-02-06 Thread Ayik Ahmet
, February 6, 2024 3:08 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Corrupted h264 frame when encoding bitrate is high > On Feb 7, 2024, at 3:01 AM, Ayik Ahmet wrote: > > Greetings, My rtsp server works well when encoding frame is under 3mbps in &g

[Live-devel] Corrupted h264 frame when encoding bitrate is high

2024-02-06 Thread Ayik Ahmet
Greetings, My rtsp server works well when encoding frame is under 3mbps in full hd frame. After this value I see corrupted frames sometimes. I have increades OutputPacket::maxSize to even 12 Megabytes but still same problem. I have each frame as 1 slice. Is there any configuration I can set fro

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

2024-01-22 Thread Ayik Ahmet
Ayik From: live-devel on behalf of Weber, Patrick Sent: Thursday, January 18, 2024 9:24 PM To: live-devel@lists.live555.com Subject: Re: [Live-devel] H264 all frames corrupted. (Ayik Ahmet) Could you tell us what you’re using for software encoding? If it is

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

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

Re: [Live-devel] Getting jitter value

2023-12-01 Thread Ayik Ahmet
023, at 11:27 PM, Ayik Ahmet wrote: > > Hello, I want to get jitter from my RTPSink, but I cant get > RTPTransmissionStatsDB by using > > RTPTransmissionStatsDB& transmissionStatsDB() const { return > *fTransmissionStatsDB; } > > because RTPTransmissionStatsDB doesnot ha

[Live-devel] Getting jitter value

2023-11-30 Thread Ayik Ahmet
Hello, I want to get jitter from my RTPSink, but I cant get RTPTransmissionStatsDB by using RTPTransmissionStatsDB& transmissionStatsDB() const { return *fTransmissionStatsDB; } because RTPTransmissionStatsDB doesnot have any contructor. How can I obtain this class instance to get jitter? Ozg

[Live-devel] Bitrate estimation.

2023-11-29 Thread Ayik Ahmet
Hello, I have implemented a RTSP server based on live555 from my live source it works well with h264 and mjpeg. My question is that is there any feature of live555 such as estimated bitrate for provided frames. By this way I can control my codec while encoding h264 frames. Thanks in advance Ahm