LinHES Forums
http://forum.linhes.org/

mythtstream
http://forum.linhes.org/viewtopic.php?f=11&t=2777
Page 1 of 2

Author:  the-FoX [ Mon Oct 25, 2004 3:43 am ]
Post subject:  mythtstream

does anyone ever tested mythstream ?
i installed it, but don't know really how to use it :-/
is there an howto out there ?

there are some categories (tv, radio,..), with subentries, but after selecting any, no sound or video appears.

maybe someone can help me ? ;-)

Author:  jbman [ Mon Oct 25, 2004 8:34 am ]
Post subject: 

yes it works well on myth.
check out here to find out how to set it up

Author:  the-FoX [ Mon Oct 25, 2004 8:42 am ]
Post subject: 

yes, that's excatly what i've done =o)
but... apt-get install mplayer-k7 failed. i tried apt-get update first which hangs on 99%.
i'll post the errors tonight.

and where should the files of the rp9codecs-20040626.tar be located ? just unpack them into /usr/local/lib/codecs so it'll create a subdirectory called rp... or without this subdirectory, so all *.o files are located in /usr/local/lib/codecs ?

Author:  gr8nash [ Mon Oct 25, 2004 9:22 am ]
Post subject: 

Quote:
apt-get install mplayer-k7


I am running on my system. I never had to apt-get ANything.. just download the source and:
./configure
make
make install
you also need to export the QT directory. one other system i did it on, got it working, but through playing i messed it up. then i make uninstall (it worked) but would no longer compile to reinstall it. =( so i guess make sure you dont mess it up. =)

Author:  aheinen [ Mon Oct 25, 2004 11:18 am ]
Post subject:  Mythstream Install

I authored the mythstream guide on the Knoppmythwiki.

Actually I have the codecs in both places. I think you just want them in the codecs directory.

apt-get install mplayer-k7 has been problematic at times - make sure you have the following in your sources.list:

deb ftp://ftp.nerim.net/debian-marillat/ unstable main

If anyone has any ideas for getting the addresses for content, I'd be interested in knowing what you've found.

Author:  jbman [ Mon Oct 25, 2004 6:52 pm ]
Post subject: 

yeh i just compiled the source for mplayer not the apt-get version
just head on have to mplayer's website and download the codecs and untar them to the codec dir. The install file that comes with mythstream explains it all once you have your mplayer sorted out

Author:  Kamy [ Sun Jan 08, 2006 8:53 pm ]
Post subject: 

I'm unable to apt-get install mplayer-k7. I added

deb ftp://ftp.nerim.net/debian-marillat/ unstable main

to both

./etc/apt/sources.list
./usr/share/doc/apt/examples/sources.list

but apt-get update returns errors related to nerim.net

Code:
root@mythtv:/# apt-get update
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/contrib Packages
Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://non-us.debian.org stable/non-US/non-free Packages
Hit http://non-us.debian.org stable/non-US/non-free Release
Get:1 ftp://ftp.nerim.net unstable/main Packages
Err ftp://ftp.nerim.net unstable/main Packages
  Unable to fetch file, server said 'Can't open /debian-marillat/dists/unstable/main/binary-i386/Packages.gz: No such file or directory  ' [IP: 62.4.17.14 21]
Get:2 ftp://ftp.nerim.net unstable/main Release
Ign ftp://ftp.nerim.net unstable/main Release
Hit http://ftp.us.debian.org stable/main Packages
Hit http://ftp.us.debian.org stable/main Release
Hit http://ftp.us.debian.org stable/contrib Packages
Hit http://ftp.us.debian.org stable/contrib Release
Hit http://ftp.us.debian.org stable/non-free Packages
Hit http://ftp.us.debian.org stable/non-free Release
Failed to fetch ftp://ftp.nerim.net/debian-marillat/dists/unstable/main/binary-i386/Packages.gz  Unable to fetch file, server said 'Can't open /debian-marillat/dists/unstable/main/binary-i386/Packages.gz: No such file or directory  ' [IP: 62.4.17.14 21]
Reading Package Lists... Done
W: Couldn't stat source package list ftp://ftp.nerim.net unstable/main Packages (/var/lib/apt/lists/ftp.nerim.net_debian-marillat_dists_unstable_main_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.


and then of course apt-get install mplayer-k7 returns errors too

Code:
root@mythtv:/# apt-get install mplayer-k7
Reading Package Lists... Done
Building Dependency Tree... Done
Package mplayer-k7 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
W: Couldn't stat source package list ftp://ftp.nerim.net unstable/main Packages (/var/lib/apt/lists/ftp.nerim.net_debian-marillat_dists_unstable_main_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Package mplayer-k7 has no installation candidate


can somebody give this a look and tell me what I'm doing wrong/missing?

Thanks,
Kamy

Author:  Kamy [ Sun Jan 08, 2006 10:15 pm ]
Post subject: 

Okay, I got past the problem with this part...

deb ftp://ftp.nerim.net/debian-marillat/ unstable main

has been changed to

deb ftp://ftp.nerim.net/debian-marillat/ sid main

So apt-get update works, but when I apt-get install mplayer-k7 now I get this

Code:
root@mythtv:/# apt-get install mplayer-k7
Reading Package Lists... Done
Building Dependency Tree... Done
Package mplayer-k7 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  mplayer-nogui mplayer-k6 mplayer-586 mplayer-386
E: Package mplayer-k7 has no installation candidate
root@mythtv:/#


Okay, so now the question is, what is the correct package?
mplayer-nogui, mplayer-k6, mplayer-586, or mplayer-386?

Or are none correct and mplayer-k7 is still the correct version, I just need to find it elsewhere?

Thanks

Author:  Girkers [ Sun Jan 08, 2006 10:48 pm ]
Post subject: 

You may be better served installing a later version of KnoppMyth as MythStream is now included in the install.

Author:  Kamy [ Mon Jan 09, 2006 4:44 am ]
Post subject: 

Girkers wrote:
You may be better served installing a later version of KnoppMyth as MythStream is now included in the install.


Are you sure about that? There is no mention of it in the changelog http://mysettopbox.tv/CHANGELOG.txt

There is a mention of MythstreamTV added in R5A22, is that what you are talking about?


Thanks,

Kamy

I'm already running.... If Mythstream is in there I managed to break it
V
V

Author:  Girkers [ Tue Jan 10, 2006 9:26 pm ]
Post subject: 

Since then mythstream has been available. If you go to MythWeb interface you will have a menu item for it.

It should be there by default, if not we're in trouble :wink:

Author:  nigelpearson [ Wed Jan 11, 2006 4:40 am ]
Post subject: 

Kamy wrote:
Are you sure about that? There is no mention of it in the changelog http://mysettopbox.tv/CHANGELOG.txt


Yes it is. Look closer:
Code:
10-19-05
Release 5 Alpha 22 "Crouching Tiger, High-Def Dragon"
...
Added mythstreamtv.

Author:  mad_paddler [ Wed Jan 11, 2006 5:44 am ]
Post subject: 

Mythstream & MythstreamTV are 2 different addons.

Mythstream allows you to listen to shoutcast streams etc on your myth box

MythstreamTV streams recordings/live tv to another PC

Author:  nigelpearson [ Wed Jan 11, 2006 7:07 pm ]
Post subject: 

Aah. Sorry.

Mythstream should be renamed to something like MythWatchStreamingMedia them :)

Author:  khrusher [ Thu Jan 12, 2006 8:26 am ]
Post subject: 

it is an unfortunate set of project names

Page 1 of 2 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/