-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME
34 lines (24 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# gstreamer1.0-plugin-multibox-dvbmediasink
This git is based on pli4 git://git.code.sf.net/p/openpli/gst-plugin-dvbmediasink Branch gst-1.0
It adds support for more boxes then only the et stb's.
Boxes which currently should be ok are:
vuplus series, dm8000 and dm800se
alias : christophecvr
An example off bb file is added.
This is the one I use in openpli with the modern openembedded-oe-core.
How to use :
For dreambox machines (dm8000 and dm800se) add --with-dreambox to DVBMEDIASINK_CONFIG.
For vuplus machines add --with-vuplus .
For dags machines add --with-dags.
Some xtrend boxes need a max pcm rate off 48000.
For those boxes add --with-max-pcmrate-48K
Examples configs :
dreambox dm800se : DVBMEDIASINK_CONFIG = "--with-dreambox --with-pcm --with-wma --with-wmv --with-dtsdownmix --with-eac3"
dreambox dm8000 : DVBMEDIASINK_CONFIG = "--with-dreambox --with-pcm --with-wma --with-wmv --with-dtsdownmix --with-eac3 --with-amr --with-limited-mpeg4v2"
vuplus : DVBMEDIASINK_CONFIG = "--with-vuplus --with-pcm --with-eac3 --with-amr --with-wmv"
Note since 17032015 vuplus added new drivers.
SRCDATE = "20150317"
All old driver vuplus support removed.
VUPLUS audio must run in sync for vuplus add always option --with-vuplus .
vuplus : DVBMEDIASINK_CONFIG = "--with-vuplus --with-pcm --with-eac3 --with-wmv"