有冇人玩過Mythtv?

我setup了mythTV(www.mythtv.org)好強,但未懂得怎樣Setup dvb-th?

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

Thx for reply.

I have try to follow this link steps. It can work only on J2 iNews... running on  VLC.  However, when showings "高清翡翠台 HD Jade", the screen very slow (about one second per frame) (sound is OK.).  My hardware is Intel Quo Core with 4G RAM, and XFX GTX9800.  I think the configure is suitable for running HDTV.  Also it cannot work on mythTV.  So, I am solving this problem..

TOP

回覆 3# 的帖子

Now it can work  on mythTV , it must set timeout to maximum.  However very very slow on change channel.  For getting channels, it must reboot the computer.  I found that task "u3100" cannot be closed.  So channels is locked.

So ... working...

Any one want to install mythTV, I can help you...

[ 本帖最後由 hwkit 於 2009-2-3 00:30 編輯 ]

TOP

回覆 4# 的帖子

My CPU is just AMD X2 4800+. I've been using ASUS u3100 DMB-TH for some time, but have not been using mythTV yet. Below is my experience so far:

1.  With vlc (>= 0.9.4), all channels are OK except the two 高清 channels, which are very sluggish - sound is OK but video plays smoothly for about 0.5 second and then freezes for 0.5 seconds. Problem is that ffmpeg is not multithreading. There's a ffmpeg-mt project which is multithreading, e.g. http://www.gossamer-threads.com/lists/mythtv/mythtvnz/367720 is on building mplayer with ffmpeg-mt. I'm trying it for vlc but is getting compilation error.

2. There's a task [u3100] which cannot be closed, but I found it is not causing any noticeable problem.

3. I can switch channels with vlc without any problem.

4. As I'm not using mythTV, I've written a small script using perl-TK to show a GUI with buttons, one for each channel. I only need to click a button to watch a channel. There's no problem of channel switching. The script actually just kicks off vlc with appropriate parameter to watch a tv channel.

5. I have another small script written in perl, automatically started on reboot, to stream TV programs to other PCs in my home. Watching the streamed program is by another perl-TK script on another PC - both linux or windows PC work OK. Even my ATOM netbook running windows can now watch the streamed channels, except the 高清 ones. Again watching a TV channel is just by clicking a button, which is very user friendly.

6. I have another small script written in perl for recording. Recording has a high priority such that the script would automatically cut any streaming when it is time to record a program.

I'll modify my scripts so that two ASUS u3100 can be connected to a single linux PC, to allow recording and TV streaming, or two different PCs in my home watching the streaming happening at the same time.

I'm willing to share my scripts with anyone interested.

TOP

回覆 5# 的帖子

Thank you for you notices. I will try to test.  One more things, Do you have script for getting EPG from ASUS u3100?  Now I just copy it from internet?

TOP

回覆 6# 的帖子

I haven't tried EPG yet.

I can find a perl module on DVB-T with epg but I haven't tried it:
http://search.cpan.org/~sdprice/ ... b/Linux/DVB/DVBT.pm

TOP