Internet tv

From MythTV Official Wiki
Jump to: navigation, search

Time.png Outdated: Access to internet content should be done through MythNetvision

Internet TV in Mythtv box

How to wach an internet stream on your tv

You need to have the "video" plugin instaled, after that, Simply

1) Create an asx playlist like this for example

Awesome_Movie.asx


  <ASX version = "3.0">
     <Entry>
        <Ref href = "http://127.0.0.1:8010" />
     </Entry>
  </ASX>

Or if you prefere, a pls playlist type

Awesome_Movie.pls


  [playlist]
  NumberOfEntries=1
  File1=http://127.0.0.1:8010/

2) Save it in your video folder

3) Enter in your video configuration to upgrade the video database list

4) Edit the player command line for this video like this: "mplayer -fs -zoom -quiet -playlist %s"

5) Go to your media/video and enjoy

This tric works for all mplayer capable stream