Editing Streaming with MythTV

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
The purpose of this small how-to is to guide you on setting up MythTV video player so that when you play videos with MythTV and watch them on your screen then they will also be streamed over your (wifi) network to your tablet the same time.
+
== Purpose ==
-
Obviously, this would mean that for every movie which you will play in MythTV the box will stream it to your network. Last time I checked my router didn't charge me for putting some more load on the
+
The purpose of this small how-to is to guide you on setting up MythTV video player so that when you play
-
network so... I don't suppose you're watching movies 24/7, and even then, who cares, let the router handle it. Any MyhTV box should handle it with ease (specifically if it does tv capture card stuff)
+
videos with MythTV and watch them on your (LCD?) screen then they will also be streamed over your (wifi)
 +
network to the Nokia Internet Tablet (770/N800/N810) device at the same time.
-
== Requirements ==
+
Obviously, this would mean that for every movie which you will play in MythTV the box will stream it
 +
to your network. Last time I checked my router didn't charge me for putting some more load on the
 +
network so... I don't suppose you're watching movies 24/7, and even then, who cares, let the router
 +
handle it. Any MyhTV box should handle it with ease (specifically if it does tv capture card stuff)
-
A tablet running [[:Category:OS2008|OS2008]] with [http://maemo.org/packages/view/mplayer/ mplayer] is recommended, but it may work with the [[Nokia 770|770]].
 
-
=== MythTV box ===
+
== Requiresments ==
-
# Any MythTV version should do.
+
First notice that this has only been tested on the N810 but it really just requires mplayer on the tablet
-
# MythTV is connected to your LAN (the same LAN which the tablet will be connected to via WiFi)
+
so it should work on the N800 for sure and possibly on the 770 though I never had one so I don't know.
-
# VLC software installed (apt-get install vlc on Debian/Ubuntu based distributions)
+
 
 +
 
 +
=== MythTV Box ===
 +
 
 +
1. Any MythTV version should do.
 +
2. MythTV is connected to your LAN (the same LAN which the tablet will be connected to via WiFi)
 +
3. VLC software installed (apt-get install vlc on Debian/Ubuntu based distributions)
 +
 
 +
I recommend to get MythBuntu if you haven't already, it's a great dist and is organized quite well.
 +
 
 +
=== The Tablet (770,N800,N810) ===
 +
 
 +
1. mplayer installed
-
=== Tablet ===
 
-
mplayer installed.
 
== Instructions ==
== Instructions ==
-
<ol>
 
-
<li>Run MythTV</li>
 
-
<li>Go to Utilities/Setup -> Setup -> Media Settings -> Video Settings -> Player Settings#</li>
 
-
<li>Change the default player option from either "Internal" or the mplayer command "<code>mplayer -fs -zoom -quiet %s</code>" to the following:<pre>/usr/bin/streamplayer</pre></li>
 
-
<li>Create the file <code>/usr/bin/streamplayer</code>
 
-
<li>Insert the following code to it:
 
-
<source lang="bash">
 
-
#!/bin/bash
 
-
vlc "$1" --intf dummy --sout '#transcode{fps=25.0,height=320,width=240,vcodec=mp4v,vb=768,acodec=mpga,ab=128,channels=2}:standard{access=http,mux=asf,dst=:8080}' &
 
-
mypid=$!
 
-
mplayer -fs -zoom -quiet "$1"
 
-
kill -9 $mypid
 
-
</source>
 
-
</li>
 
-
<li>Make the file executable:<pre>chmod +x /usr/bin/streamplayer</pre></li>
 
-
<li>That's all! Now play a movie in MythTV, go to your tablet and fire up mplayer with the following arguments from console:<pre>mplayer -aspect 16:9 http://ip-of-your-mythtv-server-:8080</pre></li>
 
-
<li>Watch the movie and enjoy! :-)</li>
 
-
</ol>
 
-
[[Category:Connectivity]]
+
1. Run MythTV
-
[[Category:Media]]
+
2. Go to Utilities/Setup -> Setup -> Media Settings -> Video Settings -> Player Settings
-
[[Category:Power users]]
+
3. Change the default player option from either "Internal" or the mplayer command "mplayer -fs -zoom -quiet %s" to the following: /usr/bin/streamplayer
 +
 
 +
4. Create the file /usr/bin/streamplayer
 +
5. Insert the following code to it:
 +
 
 +
 
 +
  #!/bin/bash
 +
  vlc "$1" --intf dummy --sout '#transcode{fps=25.0,height=320,width=240,vcodec=mp4v,vb=768,acodec=mpga,ab=128,channels=2}:standard{access=http,mux=asf,dst=:8080}' &
 +
  mypid=$!
 +
  mplayer -fs -zoom -quiet "$1"
 +
  kill -9 $mypid
 +
 
 +
 
 +
6. Make the file executable (chmod +x /usr/bin/streamplayer)
 +
7. That's all! Now play a movie in MythTV, go to your tablet and fire up mplayer with the following arguments
 +
from console: mplayer -aspect 16:9 http://ip-of-your-mythtv-server-:8080
 +
8. Watch the movie and enjoy! :-)
 +
 
 +
 
 +
 
 +
==== Contact ====
 +
 
 +
Liran Tal <liran dot tal at gmail dot com>
 +
 
 +
[[Category:Users]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)