This repository was archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathREADME
More file actions
42 lines (30 loc) · 1.34 KB
/
README
File metadata and controls
42 lines (30 loc) · 1.34 KB
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
33
34
35
36
37
38
39
40
41
42
dashdemux
GStreamer plugin allowing the playback of MPEG DASH streams.
This code is now obsolete, as the plugin has been merged into gst-plugins-bad:
https://bugzilla.gnome.org/show_bug.cgi?id=690555
The repository is kept here to keep track of what the code was before the
merge, but it shouldn't be used beyond that: if you plan to play DASH streams in GStreamer,
please go to http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html.
The plugin is based on some basic objects defined in the GStreamer HLS
Demux plugin from the gst-plugins-bad module.
Minimum requirements:
- glib 2.32.1
- gstreamer 0.10.36
- gst-plugins-base 0.10.36
- gst-plugins-good 0.10.31
- gst-plugins-bad 0.10.23
The following patches need in addition to be applied:
isomp4 (from gst-plugins-good):
https://bugzilla.gnome.org/show_bug.cgi?id=677535
https://bugzilla.gnome.org/show_bug.cgi?id=678767
https://bugzilla.gnome.org/show_bug.cgi?id=678772
decodebin2 (from gst-plugins-base):
https://bugzilla.gnome.org/show_bug.cgi?id=685938
To build gst-dashdemux:
./autogen.sh
./configure
./make
sudo make install
To launch gst-dashdemux:
gst-launch playbin2 uri=http://www-itec.uni-klu.ac.at/ftp/datasets/mmsys13/redbull_4sec.mpd
gst-launch playbin2 uri=http://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-main-multi/mp4-main-multi-mpd-AV-BS.mpd