Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

video files over network

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
14 posts • Page 1 of 1
Author
Message
whiskers
n00b
n00b
Posts: 45
Joined: Sun Jul 17, 2005 12:07 am

video files over network

  • Quote

Post by whiskers » Sun Sep 04, 2005 1:01 am

when in windows, i could stream files from another windows computer and play it on this one without having to copy the file on to the computer. I cant find a way to do that on linux. any suggestions?

thanks
Top
denstark
l33t
l33t
User avatar
Posts: 654
Joined: Mon Jun 02, 2003 6:49 pm
Location: sd.ca.us
Contact:
Contact denstark
Website

  • Quote

Post by denstark » Sun Sep 04, 2005 1:30 am

If you used nfs, and just mounted the share on the other computer, i think it would do what you wanted it to
Blog

Code: Select all

denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Top
whiskers
n00b
n00b
Posts: 45
Joined: Sun Jul 17, 2005 12:07 am

  • Quote

Post by whiskers » Sun Sep 04, 2005 3:06 am

couldja clear up what nfs is? it has to be a seperate server with that filesystem on it right?
im just trying to get media files from another computer.
Top
denstark
l33t
l33t
User avatar
Posts: 654
Joined: Mon Jun 02, 2003 6:49 pm
Location: sd.ca.us
Contact:
Contact denstark
Website

  • Quote

Post by denstark » Sun Sep 04, 2005 3:11 am

whiskers wrote:couldja clear up what nfs is? it has to be a seperate server with that filesystem on it right?
im just trying to get media files from another computer.
Its like mounting filesystems over the network. So you can share, say, /movies on one computer, mount it on the other one, and it will be like you have that same /movies on that computer. Its pretty easy to set up.
Blog

Code: Select all

denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Top
whiskers
n00b
n00b
Posts: 45
Joined: Sun Jul 17, 2005 12:07 am

  • Quote

Post by whiskers » Sun Sep 04, 2005 4:12 am

couldja tell me how, or point me to a tutorial? that would be much appreciated. thanks
Top
denstark
l33t
l33t
User avatar
Posts: 654
Joined: Mon Jun 02, 2003 6:49 pm
Location: sd.ca.us
Contact:
Contact denstark
Website

  • Quote

Post by denstark » Sun Sep 04, 2005 12:46 pm

whiskers wrote:couldja tell me how, or point me to a tutorial? that would be much appreciated. thanks
http://syscrash.hopto.org/syspages/showpage.php?id=2

That is a great nfs tutorial, it makes it so easy to set up.
Blog

Code: Select all

denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Top
whiskers
n00b
n00b
Posts: 45
Joined: Sun Jul 17, 2005 12:07 am

  • Quote

Post by whiskers » Sun Sep 04, 2005 3:49 pm

this requires that i have a central server on which the files must be. is there any way i could mount the drive on another computer and play the files like that?
Top
denstark
l33t
l33t
User avatar
Posts: 654
Joined: Mon Jun 02, 2003 6:49 pm
Location: sd.ca.us
Contact:
Contact denstark
Website

  • Quote

Post by denstark » Sun Sep 04, 2005 4:00 pm

whiskers wrote:this requires that i have a central server on which the files must be. is there any way i could mount the drive on another computer and play the files like that?
This doesn't require you to have a "central" server, just a server. It will do just like you said, mount the drive on another computer and you can play them just like that.
Blog

Code: Select all

denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Top
GaMMa
l33t
l33t
User avatar
Posts: 684
Joined: Fri Aug 23, 2002 7:17 pm
Location: USA

  • Quote

Post by GaMMa » Sun Sep 04, 2005 4:10 pm

NFS is a solution, and samba is also another solution. All you have to do is emerge samba and you'll be all set. I've only used gnome, and things work fine there, but heres what you have to do in gnome.

Make sure you have the samba USE flag enabled by putting it in /etc/make.conf then do a emerge -auD world --newuse and make sure gnome-vfs is included in the upgrade. Gnome applications have smb:// (samba protocol) support, so you can simple open a directory in nautilus, find a video stream, double click it and open it in totem. Gedit supports opening text files over this network.

The great thing about this is that you don't have to make any changes to the Windows computer, things will just work. You can choose your own directories you want to share back in samba, and I think either http://www.gentoo-wiki.com or the Gentoo documentation pages have a guide on that.
Ubuntu Linux Dapper Drake running Gnome-2.14.1
[Website | Screenshot | Portage Guide]
Top
whiskers
n00b
n00b
Posts: 45
Joined: Sun Jul 17, 2005 12:07 am

  • Quote

Post by whiskers » Sun Sep 04, 2005 4:42 pm

GaMMa wrote:NFS is a solution, and samba is also another solution. All you have to do is emerge samba and you'll be all set. I've only used gnome, and things work fine there, but heres what you have to do in gnome.

Make sure you have the samba USE flag enabled by putting it in /etc/make.conf then do a emerge -auD world --newuse and make sure gnome-vfs is included in the upgrade. Gnome applications have smb:// (samba protocol) support, so you can simple open a directory in nautilus, find a video stream, double click it and open it in totem. Gedit supports opening text files over this network.

The great thing about this is that you don't have to make any changes to the Windows computer, things will just work. You can choose your own directories you want to share back in samba, and I think either http://www.gentoo-wiki.com or the Gentoo documentation pages have a guide on that.
is there a way to do it with kde? ex. emerge totem and gnome?
thanks
Top
DooBeDooBeDo
Apprentice
Apprentice
User avatar
Posts: 220
Joined: Wed Aug 21, 2002 9:50 pm
Location: UK

  • Quote

Post by DooBeDooBeDo » Sun Sep 04, 2005 6:40 pm

Same way with KDE add samba USE flag and emerge --newuse kde
Top
whiskers
n00b
n00b
Posts: 45
Joined: Sun Jul 17, 2005 12:07 am

  • Quote

Post by whiskers » Sun Sep 04, 2005 7:31 pm

but what do i do next? when i try to play the file with realplayer, it downloads it from the other computer first before playing it. this can get annoying with larger files. kaffeine simply says that it can only play local files.
Top
denstark
l33t
l33t
User avatar
Posts: 654
Joined: Mon Jun 02, 2003 6:49 pm
Location: sd.ca.us
Contact:
Contact denstark
Website

  • Quote

Post by denstark » Sun Sep 04, 2005 7:39 pm

whiskers wrote:but what do i do next? when i try to play the file with realplayer, it downloads it from the other computer first before playing it. this can get annoying with larger files. kaffeine simply says that it can only play local files.
It SHOULD just download a buffer and continue to download the rest as its playing...
Blog

Code: Select all

denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Top
thawn
n00b
n00b
Posts: 41
Joined: Tue Aug 31, 2004 4:21 pm

how about mplayer?

  • Quote

Post by thawn » Sat Sep 23, 2006 3:37 pm

This does not work with mplayer for me
I have gnome-light, samba and mplayer installed
i have gnome-vfs emerged with the samba use flag
but whenever I try to open a file on a windows share it simply says:

Code: Select all

Couldn't display "smb://....".
any ideas?
Top
Post Reply

14 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic