- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Jeffrey
I have sent you a message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page