summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:22 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:22 -0700
commit65d67350179e5c34cd67870dadd439fdf4cbe6e4 (patch)
tree89348b21d0ba85125be7f221ae01826cac601591
parent14ae6bb452b192388320270482e47b941cb0dcf8 (diff)
moin2mdwn: convert page DLNAMagicTranscoding
-rw-r--r--DLNAMagicTranscoding.mdwn20
-rw-r--r--DLNAMagicTranscoding.moin22
2 files changed, 20 insertions, 22 deletions
diff --git a/DLNAMagicTranscoding.mdwn b/DLNAMagicTranscoding.mdwn
new file mode 100644
index 0000000..73d056f
--- /dev/null
+++ b/DLNAMagicTranscoding.mdwn
@@ -0,0 +1,20 @@
+
+
+# DLNA Magic Transcoding
+
+
+## Description
+
+One of the key features of [[Rygel|http://live.gnome.org/Rygel]] (as a DLNA media server) is on the fly transcoding of content to formats that the client/player can handle. The idea is basically to make a DLNA media server (like Rygel) completely abstracted from transcoding so that it only has to choose a (DLNA) profile to transcode to and rest is handled by gstreamer and gupnp-dlna. Please refer to [[this email|https://mail.gnome.org/archives/rygel-list/2010-June/msg00012.html]] I sent to gupnp and rygel mailing-lists in June 2010 in which I explained the idea in detail. You might want to skip to "#2 Fully automatic transcoding". Things have changed since then and here is what you need to know also:
+
+* If you follow the whole thread, all the work went into a separate new library called [[gupnp-dlna|http://gitorious.org/gupnp/gupnp-dlna]] and not gupnp-av.
+* gst-convenience has already been completely merged into relevant GStreamer components, mostly in the pbutils library in gst-plugins-base.
+* 'DLNA profile detection' part mentioned in the mail pretty much already in place and working. There is still not enough profiles covered though.
+* We already have the [[needed API|http://gitorious.org/gupnp/gupnp-dlna/blobs/master/libgupnp-dlna/gupnp-dlna-profile.h#line72]] (to fetch GStreamer profile given a DLNA profile) in gupnp-dlna. The task would now be mostly about getting it actually working by fixing various gstreamer elements (encoders and muxers of our choosing based on popularity).
+* Arun has mostly been working on some other projects for past many months and his work was continued by Parthasarathi Susarla first and now Luis de Bethencourt.
+
+## Mentors
+
+Zeeshan Ali (Khattak) <zeeshanak gnome org> (IRC nick: zeenix)
+
+Luis de Bethencourt <luis debethencourt com> (IRC nick: luisbg)
diff --git a/DLNAMagicTranscoding.moin b/DLNAMagicTranscoding.moin
deleted file mode 100644
index f297459..0000000
--- a/DLNAMagicTranscoding.moin
+++ /dev/null
@@ -1,22 +0,0 @@
-= DLNA Magic Transcoding =
-
-
-== Description ==
-
-One of the key features of [[http://live.gnome.org/Rygel|Rygel]] (as a DLNA media server) is on the fly transcoding of content to formats that the client/player can handle. The idea is basically to make a DLNA media server (like Rygel) completely abstracted from transcoding so that it only has to choose a (DLNA) profile to transcode to and rest is handled by gstreamer and gupnp-dlna. Please refer to [[https://mail.gnome.org/archives/rygel-list/2010-June/msg00012.html|this email]] I sent to gupnp and rygel mailing-lists in June 2010 in which I explained the idea in detail. You might want to skip to "#2 Fully automatic transcoding". Things have changed since then and here is what you need to know also:
-
- * If you follow the whole thread, all the work went into a separate new library called [[http://gitorious.org/gupnp/gupnp-dlna|gupnp-dlna]] and not gupnp-av.
-
- * gst-convenience has already been completely merged into relevant GStreamer components, mostly in the pbutils library in gst-plugins-base.
-
- * 'DLNA profile detection' part mentioned in the mail pretty much already in place and working. There is still not enough profiles covered though.
-
- * We already have the [[http://gitorious.org/gupnp/gupnp-dlna/blobs/master/libgupnp-dlna/gupnp-dlna-profile.h#line72| needed API]] (to fetch GStreamer profile given a DLNA profile) in gupnp-dlna. The task would now be mostly about getting it actually working by fixing various gstreamer elements (encoders and muxers of our choosing based on popularity).
-
- * Arun has mostly been working on some other projects for past many months and his work was continued by Parthasarathi Susarla first and now Luis de Bethencourt.
-
-== Mentors ==
-
-Zeeshan Ali (Khattak) <zeeshanak gnome org> (IRC nick: zeenix)
-
-Luis de Bethencourt <luis debethencourt com> (IRC nick: luisbg)