- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Is it possible to change the decoder "configuration" to output a frame immidiately after the compressed frame was consumed?
I changed the sample_decode sample to decode frames i receive over the net, and it seems like only after ~10 frames are consumed, only then frames start being output.
The raw h264 stream (sequence of NALs basically) was created using the x264 library with flags that include zero_latency and there supposed to be no real need for the decoder to see the next frames.
I would really appreciate help on this since it puzzles me a lot!
I changed the sample_decode sample to decode frames i receive over the net, and it seems like only after ~10 frames are consumed, only then frames start being output.
The raw h264 stream (sequence of NALs basically) was created using the x264 library with flags that include zero_latency and there supposed to be no real need for the decoder to see the next frames.
I would really appreciate help on this since it puzzles me a lot!
1 솔루션
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
Please check out the following thread on the same topic, let us know if you have any further questions.
http://software.intel.com/en-us/forums/showthread.php?t=83994
Regards,
Please check out the following thread on the same topic, let us know if you have any further questions.
http://software.intel.com/en-us/forums/showthread.php?t=83994
Regards,
Petter
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
Please check out the following thread on the same topic, let us know if you have any further questions.
http://software.intel.com/en-us/forums/showthread.php?t=83994
Regards,
Please check out the following thread on the same topic, let us know if you have any further questions.
http://software.intel.com/en-us/forums/showthread.php?t=83994
Regards,
Petter
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thank you very much!
That's precisely the information i was looking for :)
That's precisely the information i was looking for :)
