MythTV Community Forum - MythTV talk.com

Go Back   MythTV Community Forum - MythTV talk.com > MythTV > Installation Issues
Want to give back to the MythTV Community? Help answer threads with 0 replies.


Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 03-12-2010, 01:03 PM
MythTV Rookie
 
Join Date: Mar 2010
Posts: 3
Default [SOLVED] No live TV on Remote Frontend

Earlier this week I finished off my first mythtv installation on the fedora 12 distro. I have both a backend and front end working very well with my 2250 tuner card. So then I decided to install the same fedora 12 installation on another box to use for my living room tv. After some time and headaches installing everything, I was able to get the frontend connecting to the backends database. But when I go to try to view live tv, or any recordings all i get after about 10 seconds is "error opening jump program file buffer". I have included both what I viewed from on the frontend and backend. After much reading and trial and error I still have no success. My two thoughts is maybe its trying to read recordings on the frontend(localhost) instead of the backend, or file permissions of some sort. Does anyone on here have any suggestions or possible other things that might cause this.
Thanks

BACKEND LOG
Code:
2010-03-11 22:14:09.606 Received a remote 'Clear Cache' request
2010-03-11 22:14:09.607 Reschedule requested for id 0.
2010-03-11 22:14:09.660 Scheduled 2 items in 0.1 = 0.00 match + 0.05 place
2010-03-11 22:14:16.900 Received a remote 'Clear Cache' request
2010-03-11 22:14:16.901 Reschedule requested for id 0.
2010-03-11 22:14:16.949 Scheduled 2 items in 0.0 = 0.00 match + 0.05 place
2010-03-11 22:14:21.750 MainServer::ANN Playback
2010-03-11 22:14:21.750 adding: localhost.localdomain as a client (events: 0)
2010-03-11 22:14:21.752 TVRec(1): Changing from None to Watching WatchingLiveTV
2010-03-11 22:14:21.754 TVRec(1): HW Tuner: 1->1
2010-03-11 22:14:21.796 AutoExpire: CalcParams(): Max required Free Space: 3.0 GB w/freq: 15 min
2010-03-11 22:14:22.402 Finished recording The Simpsons "Marge Gamer": channel 1241
2010-03-11 22:14:22.412 Finished recording The Simpsons "Marge Gamer": channel 1241
2010-03-11 22:14:22.421 AutoExpire: CalcParams(): Max required Free Space: 3.0 GB w/freq: 15 min
2010-03-11 22:14:30.570 TVRec(1): Changing from Watching WatchingLiveTV to None
2010-03-11 22:14:30.571 Recording designated 720p because width was 1280
2010-03-11 22:14:30.863 Finished recording The Simpsons "Marge Gamer": channel 1241
2010-03-11 22:14:30.929 MainServer::ANN Playback
2010-03-11 22:14:30.930 adding: localhost.localdomain as a client (events: 0)
2010-03-11 22:14:30.931 TVRec(1): Changing from None to Watching WatchingLiveTV
2010-03-11 22:14:30.934 TVRec(1): HW Tuner: 1->1
2010-03-11 22:14:30.976 AutoExpire: CalcParams(): Max required Free Space: 3.0 GB w/freq: 15 min
2010-03-11 22:14:31.062 TVRec(1): Changing from Watching WatchingLiveTV to None
2010-03-11 22:14:31.325 Finished recording The Simpsons "Marge Gamer": channel 1241
2010-03-11 22:14:37.119 RingBuf(/video/Rec/2181_20100311214100.mpg): Waited 1.0 seconds for data to become available...
2010-03-11 22:14:37.910 [mpeg2video @ 0x3c725266e0]ac-tex damaged at 66 20
2010-03-11 22:14:37.910 [mpeg2video @ 0x3c725266e0]Warning MVs not available
2010-03-11 22:14:39.111 mythbackend version: branches/release-0-22-fixes/mythtv/ [23405] MythTV, Open Source DVR
2010-03-11 22:14:39.111 Using runtime prefix = /usr
2010-03-11 22:14:39.111 Using configuration directory = /home/mythtv/.mythtv
2010-03-11 22:14:39.111 Unable to read configuration file mysql.txt
2010-03-11 22:14:39.111 Empty LocalHostName.
2010-03-11 22:14:39.111 Using localhost value of localhost.localdomain
2010-03-11 22:14:39.115 New DB connection, total: 1
2010-03-11 22:14:39.117 Connected to database 'mythconverg' at host: localhost
2010-03-11 22:14:39.117 Closing DB connection named 'DBManager0'
2010-03-11 22:14:39.118 Connected to database 'mythconverg' at host: localhost
2010-03-11 22:14:39.119 Current MythTV Schema Version (DBSchemaVer): 1244
2010-03-11 22:14:39.120 New DB connection, total: 2
2010-03-11 22:14:39.120 Connected to database 'mythconverg' at host: localhost
2010-03-11 22:14:41.549 AFD: Opened codec 0x1ddd1c0, id(MPEG2VIDEO) type(Video)
2010-03-11 22:14:41.549 AFD: codec AC3 has 2 channels
2010-03-11 22:14:41.550 AFD: Opened codec 0x1dd66d0, id(AC3) type(Audio)
2010-03-11 22:14:41.673 Preview: Grabbed preview '/video/Rec/2181_20100311214100.mpg' 1920x1088@64s
FRONTEND LOG
Code:
2010-03-11 22:14:06.189 Loading menu theme from /usr/share/mythtv/themes/defaultmenu//tv_settings.xml
2010-03-11 22:14:09.586 Received a remote 'Clear Cache' request
2010-03-11 22:14:16.880 Received a remote 'Clear Cache' request
2010-03-11 22:14:21.191 New DB connection, total: 2
2010-03-11 22:14:21.309 Connected to database 'mythconverg' at host: 192.168.1.105
2010-03-11 22:14:21.722 TV: Attempting to change from None to Watching WatchingLiveTV
2010-03-11 22:14:21.728 MythContext: Connecting to backend server: 192.168.1.105:6543 (try 1 of 1)
2010-03-11 22:14:21.729 Using protocol version 50
2010-03-11 22:14:21.730 Spawning LiveTV Recorder -- begin
2010-03-11 22:14:21.774 Spawning LiveTV Recorder -- end
2010-03-11 22:14:21.797 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221421.mpg' should be local, but it can not be found.
2010-03-11 22:14:21.809 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221421.mpg' should be local, but it can not be found.
2010-03-11 22:14:21.809 We have a playbackURL(/GetPlaybackURL/UNABLE/TO/FIND/LOCAL/FILE/ON/localhost.localdomain/1241_20100311221421.mpg) & cardtype(DUMMY)
2010-03-11 22:14:21.810 We have a RingBuffer
2010-03-11 22:14:21.861 TV: StartPlayer(0, Watching WatchingLiveTV, main) -- begin
2010-03-11 22:14:21.924 NVP(0): Disabling Audio, params(-1,2,44100)
2010-03-11 22:14:21.981 New DB connection, total: 3
2010-03-11 22:14:21.996 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221421.mpg' should be local, but it can not be found.
2010-03-11 22:14:22.068 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221421.mpg' should be local, but it can not be found.
2010-03-11 22:14:22.080 Connected to database 'mythconverg' at host: 192.168.1.105
2010-03-11 22:14:22.086 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Texture'
2010-03-11 22:14:22.141 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221421.mpg' should be local, but it can not be found.
2010-03-11 22:14:22.189 OSD Theme Dimensions W: 1280 H: 720
2010-03-11 22:14:22.217 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221421.mpg' should be local, but it can not be found.
2010-03-11 22:14:22.295 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221421.mpg' should be local, but it can not be found.
2010-03-11 22:14:22.374 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221421.mpg' should be local, but it can not be found.
2010-03-11 22:14:22.459 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221422.mpg' should be local, but it can not be found.
2010-03-11 22:14:22.532 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221422.mpg' should be local, but it can not be found.
2010-03-11 22:14:22.605 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221422.mpg' should be local, but it can not be found.
2010-03-11 22:14:22.678 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221422.mpg' should be local, but it can not be found.
2010-03-11 22:14:23.944 TV: StartPlayer(0, Watching WatchingLiveTV, main) -- end ok
2010-03-11 22:14:23.945 TV: Changing from None to Watching WatchingLiveTV
2010-03-11 22:14:23.945 TV: State is LiveTV & mctx == ctx
2010-03-11 22:14:23.946 New DB connection, total: 4
2010-03-11 22:14:23.951 TV: UpdateOSDInput done
2010-03-11 22:14:23.951 TV: UpdateLCD done
2010-03-11 22:14:23.952 TV: ITVRestart done
2010-03-11 22:14:23.957 Video timing method: USleep with busy wait
2010-03-11 22:14:23.971 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221422.mpg' should be local, but it can not be found.
2010-03-11 22:14:23.989 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221422.mpg' should be local, but it can not be found.
2010-03-11 22:14:23.992 ScreenSaverX11Private: DPMS Deactivated 1
2010-03-11 22:14:24.046 Connected to database 'mythconverg' at host: 192.168.1.105
2010-03-11 22:14:24.049 Realtime priority would require SUID as root.
2010-03-11 22:14:30.489 RingBuf(/GetPlaybackURL/UNABLE/TO/FIND/LOCAL/FILE/ON/localhost.localdomain/1241_20100311221422.mpg): Could not open /GetPlaybackURL/UNABLE/TO/FIND/LOCAL/FILE/ON/localhost.localdomain/1241_20100311221422.mpg.
2010-03-11 22:14:30.490 NVP(0), Error: JumpToProgram's OpenFile failed.
2010-03-11 22:14:30.490 NVP(0), Error: Unknown recorder error, exiting decoder
2010-03-11 22:14:30.547 TV: Attempting to change from Watching WatchingLiveTV to None
2010-03-11 22:14:30.844 TV: Changing from Watching WatchingLiveTV to None
2010-03-11 22:14:30.865 ScreenSaverX11Private: DPMS Reactivated 1
2010-03-11 22:14:30.866 TV: Attempting to change from None to None
2010-03-11 22:14:30.902 TV: Attempting to change from None to Watching WatchingLiveTV
2010-03-11 22:14:30.907 MythContext: Connecting to backend server: 192.168.1.105:6543 (try 1 of 1)
2010-03-11 22:14:30.909 Using protocol version 50
2010-03-11 22:14:30.909 Spawning LiveTV Recorder -- begin
2010-03-11 22:14:30.955 Spawning LiveTV Recorder -- end
2010-03-11 22:14:30.976 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221430.mpg' should be local, but it can not be found.
2010-03-11 22:14:30.987 ProgramInfo, Error: GetPlaybackURL: '1241_20100311221430.mpg' should be local, but it can not be found.
2010-03-11 22:14:30.987 We have a playbackURL(/GetPlaybackURL/UNABLE/TO/FIND/LOCAL/FILE/ON/localhost.localdomain/1241_20100311221430.mpg) & cardtype(DUMMY)
2010-03-11 22:14:30.987 We have a RingBuffer
2010-03-11 22:14:31.038 TV: StartPlayer(0, Watching WatchingLiveTV, main) -- begin
2010-03-11 22:14:31.039 playCtx, Error: Attempting to setup a player, but it already exists.
2010-03-11 22:14:31.039 TV: StartPlayer(0, Watching WatchingLiveTV, main) -- end error
2010-03-11 22:14:31.039 TV Error: LiveTV not successfully started

Last edited by dra2gonfly; 03-12-2010 at 11:46 PM. Reason: Solved
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 03-12-2010, 11:51 PM
MythTV Rookie
 
Join Date: Mar 2010
Posts: 3
Default

Well after hours of trying, figured this one out. For some reason I never setup the host name on the box running the backend. So everything the front end was trying to grab was on hostname localhost which for the front end was itself, which was not the actual location of anything. Changed hostname on the backend server and ran the mythconverg_restore.pl and everthing was all good. One last step is to get the audio working over hdmi on my zotac mag hd, which i believe is a common problem so hopefully i can get that knocked out tomarrow.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 03-13-2010, 05:05 AM
MythTV Friend in Training
 
Join Date: Nov 2009
Location: Lockyer Valley, Australia
Posts: 16
Default

Hhhmmmm... Spam much?

Cheers,
Mattt.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 03-13-2010, 10:25 AM
MythTV Rookie
 
Join Date: Mar 2010
Posts: 3
Default

What do you mean by spam much???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 03-13-2010, 04:11 PM
MythTV Friend in Training
 
Join Date: Nov 2009
Location: Lockyer Valley, Australia
Posts: 16
Default

Lol - I realised this might happen right after I posted it...

The post before mine was an obvious URL spam, but it was the first thread I'd browsed during last night's visit to the forum. After posting the spam reference, I noticed that similar messages had been posted in other threads, and would probably thus be dealt with by deletion - this has evidently now happened and left me looking somewhere between foolish and malicious

Sorry for any confusion caused

Cheers,
Mattt.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Live TV doppelt dargestellt auf Client-Frontend Dumdideldum Probleme bei der Installation 1 06-09-2008 08:06 PM
Live TV Pauses - wireless xbox frontend koan General 3 08-27-2007 10:21 PM
Remote Frontend can't connect to backend/frontend server xmrkite Installation Issues 17 07-31-2007 07:41 PM
Live-TV remote frontend Nixus_Maximus General 3 04-01-2007 05:33 PM
How to force a frontend out of live tv? xyd General 2 03-16-2005 11:44 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:25 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2