renatofilho@901: General Information renatofilho@901: =================== renatofilho@901: renatofilho@901: GMythStream (GMS) is a transcoder server developed in python. It makes live renatofilho@901: transcode of any input video and streams it via HTTP. The media player opens renatofilho@901: an HTTP uri informing the input video location and the desired muxer/video/audio renatofilho@901: formats. The GMS server parses this url and starts to transcode the input video renatofilho@901: using one of the transcode plugins: gmencoder or mencoder. The transcoder output renatofilho@901: is sent to the media player via the HTTP connection. renatofilho@901: renatofilho@901: The client can also request transcode progress and the files already transcoded renatofilho@901: and stored in the server. GMS is currently hardly used as a live transcoder for renatofilho@901: mythtv content (recorded videos and livetv). renatofilho@901: renatofilho@901: GMS is free software, licensed under the GNU GPL. renatofilho@901: renatofilho@901: The official web site is: renatofilho@901: http://gmyth.sourceforge.net/wiki/index.php/Main_Page renatofilho@901: renatofilho@901: Information about mailing lists can be found at: renatofilho@901: http://sourceforge.net/projects/gmyth/ renatofilho@901: renatofilho@901: Our IRC channel is #gmyth on Freenode (irc.freenode.org). renatofilho@901: renatofilho@901: renatofilho@901: Installation renatofilho@901: ============ renatofilho@901: renatofilho@901: See the INSTALL file. renatofilho@901: renatofilho@901: How to report bugs renatofilho@901: ================== renatofilho@901: renatofilho@901: Bugs should be reported to the GMyth SourceForge bug tracking system. renatofilho@901: (http://sourceforge.net/tracker/?group_id=177106&atid=879914.) renatofilho@901: renatofilho@901: In the bug report please include: renatofilho@901: renatofilho@901: * Information about your system. For instance: renatofilho@901: renatofilho@901: - GStreamer version renatofilho@901: - Available GStreamer plugins (run gst-inspect with no arguments) renatofilho@901: renatofilho@901: And anything else you think is relevant. renatofilho@901: renatofilho@901: * Before you report a bug, it will be useful to know if GStreamer works. renatofilho@901: If you have playback issues, try running this command: renatofilho@901: renatofilho@901: $ gst-launch-0.10 playbin uri="file:///path/to/my/musicfile.ogg" renatofilho@901: renatofilho@901: Just replace /path/to/my/musicfile.ogg with some sound file in this command renatofilho@901: above. renatofilho@901: renatofilho@901: * How to reproduce the bug. renatofilho@901: renatofilho@901: * If the bug was a crash, the exact text that was printed out when the renatofilho@901: crash occured, and a trace (which can be obtained by using gdb or bug-buddy). renatofilho@901: See http://live.gnome.org/GettingTraces for more information on getting renatofilho@901: stack traces. renatofilho@901: