mplayer can play video feeds in the myts-6 shell too.
Here is a local public service TV channel streaming video feed:
Code:
#!/bin/sh
### bpmn - play public service channel 12 for brooklyn park mn usa
mplayer http://a986.l2602438985.c26024.n.lm.akamaistream.net/D/986/26024/v0001/reflector:38985 -quiet -framedrop -vo aa:reverse:contrast=50 -vf rotate=1 -monitoraspect 0.7 2>/dev/null
I ran this using mplayer from the "apt-get" debian repository. Launch the script from inside matan's myts-6 version of luigi's console shell.
There are hot-keys to adjust contrast, brightness, dithering-style, etc. -- just read mplayer docs online.