-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (22 loc) · 1.27 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
# 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
stefansat@telenet.be
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.
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"
For all boxes with drivers from that date or above the --with-vuplus option is not required anymore.
Then the dvbmediasink config for vuplus must be.
vuplus : DVBMEDIASINK_CONFIG = "--with-pcm --with-eac3 --with-amr --with-wmv"