<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=77.126.106.156</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=77.126.106.156"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/77.126.106.156"/>
	<updated>2026-04-22T09:49:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Streaming_with_MythTV&amp;diff=37913</id>
		<title>Streaming with MythTV</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Streaming_with_MythTV&amp;diff=37913"/>
		<updated>2008-09-25T17:41:04Z</updated>

		<summary type="html">&lt;p&gt;77.126.106.156: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Purpose ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this small how-to is to guide you on setting up MythTV video player so that when you play&lt;br /&gt;
videos with MythTV and watch them on your (LCD?) screen then they will also be streamed over your (wifi)&lt;br /&gt;
network to the Nokia Internet Tablet (770/N800/N810) device at the same time.&lt;br /&gt;
&lt;br /&gt;
Obviously, this would mean that for every movie which you will play in MythTV the box will stream it&lt;br /&gt;
to your network. Last time I checked my router didn&#039;t charge me for putting some more load on the&lt;br /&gt;
network so... I don&#039;t suppose you&#039;re watching movies 24/7, and even then, who cares, let the router&lt;br /&gt;
handle it. Any MyhTV box should handle it with ease (specifically if it does tv capture card stuff)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Requiresments ==&lt;br /&gt;
&lt;br /&gt;
First notice that this has only been tested on the N810 but it really just requires mplayer on the tablet&lt;br /&gt;
so it should work on the N800 for sure and possibly on the 770 though I never had one so I don&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MythTV Box ===&lt;br /&gt;
&lt;br /&gt;
1. Any MythTV version should do.&lt;br /&gt;
2. MythTV is connected to your LAN (the same LAN which the tablet will be connected to via WiFi)&lt;br /&gt;
3. VLC software installed (apt-get install vlc on Debian/Ubuntu based distributions)&lt;br /&gt;
&lt;br /&gt;
I recommend to get MythBuntu if you haven&#039;t already, it&#039;s a great dist and is organized quite well.&lt;br /&gt;
&lt;br /&gt;
=== The Tablet (770,N800,N810) ===&lt;br /&gt;
&lt;br /&gt;
1. mplayer installed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
1. Run MythTV&lt;br /&gt;
2. Go to Utilities/Setup -&amp;gt; Setup -&amp;gt; Media Settings -&amp;gt; Video Settings -&amp;gt; Player Settings&lt;br /&gt;
3. Change the default player option from either &amp;quot;Internal&amp;quot; or the mplayer command &amp;quot;mplayer -fs -zoom -quiet %s&amp;quot; to the following: /usr/bin/streamplayer&lt;br /&gt;
&lt;br /&gt;
4. Create the file /usr/bin/streamplayer&lt;br /&gt;
5. Insert the following code to it:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   #!/bin/bash&lt;br /&gt;
   vlc &amp;quot;$1&amp;quot; --intf dummy --sout &#039;#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}&#039; &amp;amp;&lt;br /&gt;
   mypid=$!&lt;br /&gt;
   mplayer -fs -zoom -quiet &amp;quot;$1&amp;quot;&lt;br /&gt;
   kill -9 $mypid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Make the file executable (chmod +x /usr/bin/streamplayer)&lt;br /&gt;
7. That&#039;s all! Now play a movie in MythTV, go to your tablet and fire up mplayer with the following arguments&lt;br /&gt;
from console: mplayer -aspect 16:9 http://ip-of-your-mythtv-server-:8080&lt;br /&gt;
8. Watch the movie and enjoy! :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Contact ====&lt;br /&gt;
&lt;br /&gt;
Liran Tal &amp;lt;liran dot tal at gmail dot com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;/div&gt;</summary>
		<author><name>77.126.106.156</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Streaming_with_MythTV&amp;diff=37914</id>
		<title>Streaming with MythTV</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Streaming_with_MythTV&amp;diff=37914"/>
		<updated>2008-09-25T17:40:15Z</updated>

		<summary type="html">&lt;p&gt;77.126.106.156: New page: == Purpose ==  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 (LCD?) screen then they wi...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Purpose ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this small how-to is to guide you on setting up MythTV video player so that when you play&lt;br /&gt;
videos with MythTV and watch them on your (LCD?) screen then they will also be streamed over your (wifi)&lt;br /&gt;
network to the Nokia Internet Tablet (770/N800/N810) device at the same time.&lt;br /&gt;
&lt;br /&gt;
Obviously, this would mean that for every movie which you will play in MythTV the box will stream it&lt;br /&gt;
to your network. Last time I checked my router didn&#039;t charge me for putting some more load on the&lt;br /&gt;
network so... I don&#039;t suppose you&#039;re watching movies 24/7, and even then, who cares, let the router&lt;br /&gt;
handle it. Any MyhTV box should handle it with ease (specifically if it does tv capture card stuff)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Requiresments ==&lt;br /&gt;
&lt;br /&gt;
First notice that this has only been tested on the N810 but it really just requires mplayer on the tablet&lt;br /&gt;
so it should work on the N800 for sure and possibly on the 770 though I never had one so I don&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MythTV Box ===&lt;br /&gt;
&lt;br /&gt;
1. Any MythTV version should do.&lt;br /&gt;
2. MythTV is connected to your LAN (the same LAN which the tablet will be connected to via WiFi)&lt;br /&gt;
3. VLC software installed (apt-get install vlc on Debian/Ubuntu based distributions)&lt;br /&gt;
&lt;br /&gt;
I recommend to get MythBuntu if you haven&#039;t already, it&#039;s a great dist and is organized quite well.&lt;br /&gt;
&lt;br /&gt;
=== The Tablet (770,N800,N810) ===&lt;br /&gt;
&lt;br /&gt;
1. mplayer installed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
1. Run MythTV&lt;br /&gt;
2. Go to Utilities/Setup -&amp;gt; Setup -&amp;gt; Media Settings -&amp;gt; Video Settings -&amp;gt; Player Settings&lt;br /&gt;
3. Change the default player option from either &amp;quot;Internal&amp;quot; or the mplayer command &amp;quot;mplayer -fs -zoom -quiet %s&amp;quot;&lt;br /&gt;
   to the following: /usr/bin/streamplayer&lt;br /&gt;
&lt;br /&gt;
4. Create the file /usr/bin/streamplayer&lt;br /&gt;
5. Insert the following code to it:&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
vlc &amp;quot;$1&amp;quot; --intf dummy --sout &#039;#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}&#039; &amp;amp;&lt;br /&gt;
mypid=$!&lt;br /&gt;
mplayer -fs -zoom -quiet &amp;quot;$1&amp;quot;&lt;br /&gt;
kill -9 $mypid&lt;br /&gt;
&lt;br /&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
6. Make the file executable (chmod +x /usr/bin/streamplayer)&lt;br /&gt;
7. That&#039;s all! Now play a movie in MythTV, go to your tablet and fire up mplayer with the following arguments&lt;br /&gt;
from console: mplayer -aspect 16:9 http://ip-of-your-mythtv-server-:8080&lt;br /&gt;
8. Watch the movie and enjoy! :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Contact ====&lt;br /&gt;
&lt;br /&gt;
Liran Tal &amp;lt;liran dot tal at gmail dot com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;/div&gt;</summary>
		<author><name>77.126.106.156</name></author>
	</entry>
</feed>