Results 1 to 3 of 3
Hi all
When I try to play a video from a shared folder in the local network, can I play it without downloading it to my computer before? Thanks...
- 05-07-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 3
Playing video files from shared folders without previously downloading them.
Hi all
When I try to play a video from a shared folder in the local network, can I play it without downloading it to my computer before? Thanks
- 05-07-2006 #2
Of course, just mount the share. It will be treated just like any directory on your hard drive.
In general:
Like:Code:mount -t cifs //remote machine/share /destination directory
SoCode:mount -t cifs //server/share /mnt/serverfiles
...for more.Code:man mount
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-07-2006 #3Just Joined!
- Join Date
- May 2006
- Posts
- 3
Great! Thanks a lot


Reply With Quote