-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (28 loc) · 1013 Bytes
/
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
33
34
35
36
37
38
39
40
41
42
README gstmythtvsrc
==========
gstmythtvsrc - cmyth based MythTV GStreamer source, loosely based on the version in gst-plugins-bad.
It was written to use GStreamer enabled XBMC as MythTV Frontend, used on the ARM-platform Pandaboard.
Status: Works for me - this is the initial version after a (long) nightly write.
Requirements:
<---------->
GStreamer 0.10
cmyth - http://cmyth.github.com
Author:
<---------->
Erik Andresen - [email protected]
Please contact me for bugs or any suggestions
Compiling and installing:
<---------->
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr
make
make install
When using another installation prefix make sure gstreamer finds it, e.g with
export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10
How to use:
<---------->
Set the uri to the file or channel you want to play, e.g.
gst-launch playbin2 uri=myth://username:[email protected]/channels/7.ts
gst-launch playbin2 uri=myth://username:[email protected]/recordings/17413_20120823161000.mpg
License:
<---------->
GPL