1080p MKV h.264 No Sound/Stuttering Video

I was reading through the help forum for Vero and came across this post: Vero network speed - choppy playback - #7 by henrik

I ran this command sudo ethtool -s eth0 speed 100 duplex full autoneg on and all the movies I tested worked great.

So I am guessing the issues described in that thread was my problem.

So to ensure the Vero always runs 100 duplex I just need to add the following to etc/rc.local?

“sleep 10
sudo ethtool -s eth0 speed 100 duplex full autoneg on”

Correct?