1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

wget example added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@695 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-05-05 12:33:27 +00:00
parent df29331ce3
commit 642f92aa28

View File

@ -191,6 +191,8 @@ server:
rar p ast-nssvcd.rar | mplayer -vo xmga -fs -
With an asf grabber or http dump program you can play from the net.
wget ftp://micorsops.com/something.avi -O - | mplayer -
(however we planned to add direct asf/http/ftp inputs with seeking and other
stuff, but for now it's a good workaround)