If you want to be able to stream from a
Visiontech Kfir card, you need to install its Linux drivers.
Download the latest release of the drivers from the drivers download
page of the LinuxTV web
site
.
Uncompress the tarball and follow the instructions
written in the INSTALL file to compile and install
the drivers
.
If you have a VIA chipset, you need to disable USB
in the BIOS
.
/dev/video
is the device corresponding to the Kfir card
,
192.168.0.42
is either
:
the IP address of the machine you want to unicast
to
;
or the DNS name the machine you want to unicast
to
;
or a multicast IP address
.
12
is the value of the TTL (Time To
Live) of your IP packets (which means that the stream will be
able to cross 11 routers)
.
7.2.3. Stream with VLS
There is no command line interface for this input
for the moment, so you will have to use the configuration file
.
Here is a typical configuration file
vls.cfgto run VLS with a VisionTech Kfir
encoding card
:
# vls.cfg (VLS configuration file)
# Example of the VideoLAN HOWTO for the Visiontech Kfir encoding card
BEGIN "Inputs"
kfir = "video"
END
BEGIN "kfir"
# Visiontech Kfir device
Device = "/dev/video"
# Stream type (default is "Mpeg2-PS")
Type = "Mpeg2-PS"
END
BEGIN "Channels"
channel1 = "network"
END
BEGIN "channel1"
# Unicast or multicast IP address
DstHost = "192.168.0.42"
# Destination port
DstPort = "1234"
# If it's a multicast IP address, uncomment the line below
#Type = "multicast"
# If it's a multicast IP address, set the "Time To Live" below
#TTL = "12"
END
BEGIN "LaunchOnStartUp"
command1 = "start video channel1 kfir"
END
Once you have adapted the configuration file above,
run VLS
:
The Linux Tutorial completely respects the rights of authors and artists to decide for themselves if and how their works can be used, independent of any existing licenses. This means if you are the author of any document presented on this site and do no wish it to be displayed as it is on this site or do not wish it to be displayed at all, please contact us and we will do our very best to accommodate you. If we are unable to accommodate you, we will, at your request, remove your document as quickly as possible.
If you are the author of any document presented on this site and would like a share of the advertising revenue, please contact us using the standard
Feedback Form.
Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.
Help us cut cost by not downloading the whole site!
Use of automated download sofware ("harvesters") such as wget, httrack, etc. causes the site to quickly exceed its bandwidth limitation and therefore is expressedly prohibited.
For more details on this, take a look
here