Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-03-2006, 05:00 PM
|
#1
|
Member
Registered: May 2005
Posts: 255
Rep:
|
Networking a TV tuner card
I have an ATI All in Wonder VE card in my old desktop. I want to be able to use it on my laptop, but obviously I cant. So I was wondering if it is possible to get access to it from my laptop running linux, and use software to view the stations like VLC or Myth
|
|
|
07-03-2006, 05:36 PM
|
#2
|
Senior Member
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152
Rep:
|
I'm using vlc to stream the output from my tv card over the wireless then vlc on the laptop to view the stream. then I use ssh to change channels. is this kind of what you mean? can you use the tv card with linux now? is it a v4l device? you could probably do this in myth or mplayer to but I'm using vlc. If this is what you want I'll post the scripts I use.
Last edited by johnson_steve; 07-03-2006 at 05:40 PM.
|
|
|
07-03-2006, 08:36 PM
|
#3
|
Member
Registered: May 2005
Posts: 255
Original Poster
Rep:
|
yeah, that is exactly what I mean. Can you show me the script for changing the channels?
|
|
|
07-04-2006, 04:03 PM
|
#4
|
Senior Member
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152
Rep:
|
This is the vlc command I use on the desktop with the tv card:
Code:
vlc -vvv --color v4l:/dev/video0:norm=ntsc:size=400x300:channel=0:adev=/dev/dsp:audio=0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=1600,ab=128,venc=ffmpeg{keyint=80,hurry-up,vt=800000},deinterlace}:std{access=http,mux=ts,url=192.168.0.2:1234}' --ttl 12
for changing channels I just have a terminal open on the laptop sshed into the desktop and run:
Code:
v4lctl setchannel 24
but I'm sure you could put that in a script and tie it to some hot keys or something.
|
|
|
All times are GMT -5. The time now is 01:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|