Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] WG: /dev/video




> Betreff: [linux-dvb] /dev/video
> 
> =?iso-8859-1?Q?Stephan_D=B4Costa?= writes:
>  > Hi,
>  > 
>  > does anybody know how to set up the driver, so that i can 
> watch the output
>  > at /dev/video i.e. with xawtv? When I tune a station with 
> ntuxzap and start
>  > xawtv i always get:
>  > v4l: timeout
>  > 
>  > Also with tuxview I don't get a picture, but tuxview seems 
> to hang. I can't
>  > press any button there.
>  > 
>  > Please help.
>  > 
> 
> This should work automatically, if you have a DVB-s card. If you have
> a Nova card, you can't use /dev/video because the card has no MPEG
> decoder. You'd need a software decoder.
> It could also be that you do not have the node /dev/video. In that
> case you need to create it with "mknod /dev/video c 81 0".
> Another reason could be that there is another card or USB device that
> uses /dev/video in that case the DVB card would use the next available
> device, i.e. /dev/video1. But if you have another card using
> /dev/video it should be possible to get a picture from that device.
> That is all that comes to mind right now. For more help you should
> have given more information about your system.
> 
> Marcus


My card is a WinTV Nova and I'm using driver version 2002-01-16 on
Suse-Linux 7.3 (kernel 2.4.10-4GB).
My real problem is: I want to stream the received TV-Station.
I've already tried some different methods of streaming (using
the files provided by the DVBVideoLAN Project, using the dvbstream-0.3,
using the Apple-Opensource-Streamingserver), but I never was able to
get a picture on a Windows-PC in the LAN. (dvbstream works fine, 
but the output can only be viewed on a linux-machine).

So I decided to use ffserver and ffmpeg. 
ffmpeg needs a tuned station on /dev/video, grabs it and sends the 
output to the ffserver, which streams it across the LAN (and I think
ffserver can get its input only via http from ffmpeg).
So i need a valid video-source at /dev/video.

Do you know a solution for this problem?

Thanks
Stephan



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index