Bash trick of the day
Robert La Ferla
robertlaferla at comcast.net
Sun Mar 25 22:53:09 EDT 2007
On Mar 25, 2007, at 10:23 PM, David Kramer wrote:
> Robert La Ferla wrote:
>> I've created my own similar scripts to do the same thing - mostly
>> out of
>> frustration with MythTV and the desire for something simple and
>> reliable.
>
> Sounds like next month's meeting will be *quite* popular.
Another nifty trick is to use netcat:
cat /dev/video | nc -n CLIENT PORT
Then on the client,
nc -n -l -p PORT | mplayer
Voila - You can watch a tv stream remotely.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the Discuss
mailing list