- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
We use QSV H.264 Encoder LA-ICQ BRC to stream live TV to net. It works well in LAN. But in internet, mosaic appeared when bps is high as user bandwidth limited.
How can we limit Max bit rate less than 5Mbps under LA_ICQ BRC?
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
There are two main groups of BRC algorithms in Media SDK.
- Adjust quality to maintain a specified bitrate:CBR, VBR, Lookahead, AVBR
- Allow bitrate to change to maintain a specified quality level: ICQ,LA_ICQ,QVBR
If you need to stay close to a specified bitrate, BRC modes from the first group may be a closer match for that task. From the second group, only QVBR has a target bitrate setting. It isn't available yet for Linux but you could prototype in Windows to see if it has the characteristics you're looking for. Unless you need the lowest possible latency, lookahead BRC may be a good match for Linux.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
it is a hard problem to keep bitrate under control performing constant quality rate control. you may find interesting Google's YouTube research to predict CRF factor deploying NN http://www.streamingmedia.com/Articles/Editorial/Featured-Articles/Conference-Research-Tests-Adaptive-Video-and-Quality-Benchmarks-109907.aspx
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi, Alexey
Thanks for your providing paper about BRC.
If mediaSDK provides LA-ICQ setting at runtime(or based GOP), we can limit burst bitrate by adjusting ICQ value at next GOP. As net play has buffer to endure short time high burst biterate, this may overcome mosaic problem under bandwidth-limite net.
Of cause, intel providing LA-ICQ with maxkbps limiting is the best answer.
