| |
VideoPlex Xpress Linux SDK Library
The library SDK consists of two parts.
The Remux library is used to convert transport streams to program streams and is
provided in binary form only. Vpxp library is a wrapper around the driver's
ioctl controls and is provided with the source code. Source code for sample
players is also included.
Download the
SDK in RPM format.
Installation
Instructions
Install the SDK using the following rpm command:
rpm -ihv VPXpressSDK-0.5-1.i686.rpm
All files are installed to the /opt/SDK/VPXpress/libSDK directory.
Using the Library
The header files are located in /opt/SDK/VPXpress/libSDK/include. Static and shared libraries
are located in /opt/SDK/VPXpress/libSDK/lib. To
recompile the libvpxp library, type `make' in the
/opt/SDK/VPXpress/libSDK directory.
Using the Players
To play a program stream, use the vout
application.
To play a transport stream, use the remux
application.
To recompile the players, type 'make' in the
/opt/SDK/VPXpress/libSDK directory.
You can use a small tcl application - remux.tcl
- as a front-end to both players.
|