Hi Sarah
I have been able to see the video over X11 forwarding, but it's very slow. I executed following script, then I could see the video on Putty and Xming.
sudo sh -c "echo 'ForwardAgent yes' >> /etc/ssh/ssh_config"
sudo sh -c "echo 'ForwardX11 yes' >> /etc/ssh/ssh_config"
sudo sh -c "echo 'ForwardX11Trusted yes' >> /etc/ssh/ssh_config"
sudo sh -c "echo 'X11Forwarding yes' >> /etc/ssh/sshd_config"
Now I have to setup VNC over SSH tunnel. Could you please advise how I can do that?