<div dir="ltr">In home streaming is basically a high bandwidth low latency way of streaming a game so you can play it on another machine. I'm not sure if this is the best list to talk about this on, but since it involves wifi, fq-codel, and cake, this seems like the best place maybe, I did start by talking about this on the forums, but I think I've basically reached the end of what documented configuration can do on the current LEDE, and perhaps what can be done currently period. That said maybe I can offer up this use case and help things improve in the future.<br><br><a href="https://forum.lede-project.org/t/sqm-for-video-streaming-and-steam-in-home-streaming-over-wifi/8494/23">https://forum.lede-project.org/t/sqm-for-video-streaming-and-steam-in-home-streaming-over-wifi/8494/23</a>  <br><br>I've actually managed to get game streaming mostly smooth, but there's still an occasional stutter (latency increase from ~5ms to around 100ms, then it goes away again) that I haven't figured out. happy to provide more information if it'll help this use case. note, the additional options mentioned in the forum on src/desthost seem to actually make things worse.<br><br><div>config queue</div><div>        option debug_logging '0'</div><div>        option verbosity '5'</div><div>        option enabled '1'</div><div>        option interface 'eth0.2'</div><div>        option upload '5500'</div><div>        option linklayer 'ethernet'</div><div>        option overhead '18'</div><div>        option qdisc_advanced '0'</div><div>        option qdisc 'cake'</div><div>        option script 'layer_cake.qos'</div><div>        option download '38000'</div><div><br></div><div>config queue</div><div>        option enabled '1'</div><div>        option interface 'wlan1'</div><div>        option qdisc_advanced '1'</div><div>        option squash_dscp '1'</div><div>        option squash_ingress '1'</div><div>        option ingress_ecn 'ECN'</div><div>        option egress_ecn 'NOECN'</div><div>        option qdisc_really_really_advanced '1'</div><div>        option itarget '1ms'</div><div>        option etarget '1ms'</div><div>        option download '260000'</div><div>        option upload '260000'</div><div>        option linklayer 'none'</div><div>        option debug_logging '1'</div><div>        option verbosity '10'</div><div>        option qdisc 'fq_codel'</div><div>        option script 'simplest.qos'</div><div><br></div><div><br></div><div><br></div></div><div dir="ltr">-- <br></div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Caleb Cushing<div><br></div><div><a href="http://xenoterracide.com">http://xenoterracide.com</a></div></div></div>