|
|
5 năm trước cách đây | |
|---|---|---|
| .. | ||
| buid | 5 năm trước cách đây | |
| build | 5 năm trước cách đây | |
| config | 5 năm trước cách đây | |
| include | 5 năm trước cách đây | |
| lib | 5 năm trước cách đây | |
| test | 5 năm trước cách đây | |
| util | 5 năm trước cách đây | |
| Make.rules | 5 năm trước cách đây | |
| Makefile | 5 năm trước cách đây | |
| README.md | 5 năm trước cách đây | |
| deploy | 5 năm trước cách đây | |
| getVersion | 5 năm trước cách đây | |
| setup | 5 năm trước cách đây | |
All the dvb-applications are deployed on the Desktop of the pi device in the following maner:
/home/pi/Desktop
├── lib
├── test
├── util
Use SSH in order to use the applications: ssh pi@
The default passowrd is: raspberry
Note The TVHeadend service can be accessed the following way: :9981 user: pass: admin admin
Before start using the dvb-apps stop the tvheadend service since it is also using the /dev/dvb/adapter0 interfaces:
$ cd /etc/init.d $ sudo ./tvheadend stop
Libraries libdvbapi - Interface library to digital TV devices. libdvbcfg - Library to parse/create digital TV channel configuration files. libdvbsec - Library for Satellite Equipment Control operations. libucsi - Fast MPEG2 Transport Stream SI table parsing library. libdvben50221- Complete implementation of a CENELEC (European Committee for Electrotechnical Standardization) EN 50221 CAM stack. libdvbmisc - Miscellaneous utilities used by the other libraries.
Utils
test
diseqc: Sends various diseqc sequences on a SAT frontend.
set22k: Legacy tone switching for SAT frontends.
setvoltage: Legacy voltage switching for SAT frontends.
setpid: Set video and audio PIDs in the demux (only for hardware MPEG decoder)
video: tiny video watching application
**test_sections: Hex dump of section data from stream.**
test_sec_ne: Like test_sections, but also test Not-Equal filter mode.
**test_pes: Hex dump of PES data from stream.**
test_tt: Demonstrate teletext decoding from PES data.
test_av: Test audio and video MPEG decoder API.
test_vevent: Test VIDEO_GET_EVENT and poll() for video events
test_stc: Test DMX_GET_STC.
test_stillimage: Display single iframes as stillimages
test_dvr: Record a partial transport stream of selected PIDs to a file or a full stream if supported by the hardware
https://www.linuxtv.org/wiki/index.php/Testing_your_DVB_device https://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps