-
Notifications
You must be signed in to change notification settings - Fork 0
/
rss.xml
80 lines (63 loc) · 2.87 KB
/
rss.xml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>David Wiesner</title>
<description>David Wiesner</description>
<link>http://DavidWiesner.github.io</link>
<pubDate>30. Jan, 2015</pubDate>
<item>
<title>David Wiesner - Home</title>
<link>http://DavidWiesner.github.io/</link>
<pubDate>12. Dec, 2012</pubDate>
<description/>
</item>
<item>
<title>Home</title>
<link>http://DavidWiesner.github.io/-old</link>
<description>## Hello World
**Hello World**
<div class="post">
<h3 class="title"><a href="/posts/using-vlc-as-upnp-renderer-with-rygel">Using VLC as UPnP renderer with rygel</a> <span class="date">28. Jan, 2015</span></h3>
<div class="summary ellipsis">
<p>I have a NAS, a smartphone and my local Computer. What todo with all this thinks? My NAS has a lot of multimedia files and my computer has a large monitor i thought why not connect all this thinks. </p>
<p>So here is my setup:</p>
<ol>
<li>my NAS as UPnP media server with all my movies</li>
<li>my Smartphone with an UPnP control point app like <a href="https://play.google.com/store/apps/details?id=com.bubblesoft.android.bubbleupnp">BubbleUPnP</a>
</li>
<li>and my linux machine</li>
</ol>
<p>So now to the interessting part. <a href="https://wiki.gnome.org/Projects/Rygel">rygel</a> is a UPnP AV MediaServer. But rygel can also as as an player to recieve media files and play this. This is called a UPnP media renderer. Rygel provides a standalone Media Renderer based on GStreamer playbin. This play video and audio files, but thats´s it. You can´t even play a video in fullscreeen mode. </p>
<p>So here comes VLC in play with another protocoll called <a href="http://specifications.freedesktop.org/mpris-spec/latest/">MPRIS</a>. So i don´t get in to details here so MPRIS works and its connect VLC with our media renderer rygel. </p>
<p>So here is an example configuration for rygel. I have disabled all the stuff that isn´t necessary to just play our videos.</p>
<p><code>~/.config/rygel.conf</code></p>
<pre><code>[general]
upnp-enabled=true
enable-transcoding=false
[Tracker]
enabled=false
[MediaExport]
enabled=false
[Playbin]
enabled=false
[GstLaunch]
enabled=false
[MPRIS]
enabled=true
[External]
enabled=false
</code></pre>
</div>
<div class="more">
<a href="/posts/using-vlc-as-upnp-renderer-with-rygel" class="btn btn-small">read more..</a>
</div>
</div>
<div class="pagination">
<ul>
<li class="active"><a href="/posts/index/1">1</a></li>
</ul>
</div>
</description>
</item>
</channel>
</rss>