Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
Read my post, it helps too. If you notice the outcome above, not very many numbers are being given. Something was messed up. Now if you did read my post and still somehow expect me to pull numbers from what I quoted above, then you are smoking crack. When the problem was fixed earlier today and I pointed it to a different video device, it showed up properly and I stopped asking
Oh and I did read the manual pages, it didn't mention much about invalid arguements and random words and a bunch of (null)s being spewed out at me, therefore I asked. Reading the posts properly before responding helps you seem more intelligent.
Last edited by ubuntu-addict; 10-26-2004 at 09:32 PM.
yeah, i noticed it was quite heavy in Mandrake so I used KDETV...but for some reason it seems to run nicer in Ubuntu. Lol, sometimes with computers when they do stupid things I just don't ask questions and just go along with it.
I have a wintv hvr 1600... one of the cards that will not work with mythtv, tvtime, or most of the other tv tuner software... sooo here is a quick script i wrote to allow you to watch tv with vlc. i have my dish network with my ubuntu system connected through the tuner 2 connection set to channel 73. just copy and past the following into a file and make it executable "chmod +x file" and then make a launcher on your desktop which points to that file... if you want to add more channels you can use
dvb-apps or iptv-utils to scan for channels and add them to a playlist in vlc. but this works for my needs.
NOTE: my tv tuner is video0 you may be video1 or some else all together.
--------------------------------------------------------------------------
#!/bin/bash
#Disable mute if enabled
v4l2-ctl -d /dev/video0 --set-audio-input=0
#set channel to 73
ivtv-tune -c73
#launch VLC in PVR stream
vlc pvr:///dev/video0
--------------------------------------------------------------------------
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.