LinHES Forums http://forum.linhes.org/ |
|
Can't watch recordings on remote frontend http://forum.linhes.org/viewtopic.php?f=17&t=9283 |
Page 1 of 1 |
Author: | tao [ Sun Mar 26, 2006 2:52 pm ] |
Post subject: | Can't watch recordings on remote frontend |
I have a backend with a prv-500 on which I can watch live tv and previously recorded tv. I have built a frontend that is looking at this backend and can watch live tv from the backend and shows the recordings on the backend. It even shows and plays the thumbnail view when selecting a recording but when you select one to watch you are instantly returned to the frontend. Obviously the remote frontend is connecting to the backend as I can see the recording play in the thumbnail but cannot play it. I have checked every logfile in the /var/log tree and there is nothing that corresponds. Is there another place I should be looking for log files? This frontend was a full autoinstall with the backend and mysql shutdown. I had the same issue with a frontend running from the cd on a different computer so I'm guessing that I have something configured wrong on the backend. The line about skip networking has been remed on the backend and mysql restarted. |
Author: | mschlott [ Sun Mar 26, 2006 7:03 pm ] |
Post subject: | |
On the frontend, look for logs in /home/mythtv/.xsession-errors . mike |
Author: | tao [ Mon Mar 27, 2006 7:29 am ] |
Post subject: | |
We backed off from R5B7, and also didn't do the restore from my old server and that seems to have solved the problem. I think there was something in the restore that was causing issues. Thanks for the reply. |
Author: | derek1234 [ Wed Nov 08, 2006 7:20 pm ] |
Post subject: | Same problem here |
I am having the same problem! My frontend computer is also a backend however. I started mythfrontend from an xterm and here is some of the output: Code: 0: start_time: 0.036 duration: 129.838
1: start_time: 2627.100 duration: 129.894 2: start_time: 0.030 duration: 129.844 stream: start_time: 0.334 duration: 30632.929 bitrate=250 kb/s 2006-11-08 19:54:06.132 AFD: Opened codec 0x84157a0, id(MPEG2VIDEO) type(Video) 2006-11-08 19:54:06.133 AFD: Opened codec 0x86a2330, id(MP2) type(Audio) 2006-11-08 19:54:11.864 TV: Attempting to change from None to WatchingRecording 2006-11-08 19:54:11.877 RemoteFile::openSocket(control socket): Could not connect to server "" @ port -1 2006-11-08 19:54:11.877 RemoteFile::openSocket(file data socket): Could not connect to server "" @ port -1 2006-11-08 19:54:11.878 RingBuffer::RingBuffer(): Failed to open remote file (myth://:/1009_20061108193000.mpg) [mpeg @ 0xb713b278]Parser not found for Codec Id: 94210 ! 0: start_time: 0.036 duration: 130.432 1: start_time: 2627.100 duration: 130.485 2: start_time: 0.030 duration: 130.434 stream: start_time: 0.334 duration: 30639.503 bitrate=251 kb/s 2006-11-08 19:54:12.629 AFD: Opened codec 0x84157a0, id(MPEG2VIDEO) type(Video) 2006-11-08 19:54:12.629 AFD: Opened codec 0x85a8730, id(MP2) type(Audio) [mpeg @ 0xb713b278]Parser not found for Codec Id: 94210 ! "Watch Live TV" does not work either. I am running R5D1 on both computers. I have searched for "RingBuffer Failed to open remote file" and " RemoteFile::openSocket(control socket)" The most relevent threads are this one and : http://mysettopbox.tv/phpBB2/viewtopic. ... rol+socket I deleted the Twinhan 102G card in myth-setup, the only capture card in this computer, but that did not help. My "frontend" computer is configured: e-machines 2895 Intel Celeron 2.8 GHz 512 MB ram 120GB hd MB: MSI MS 6714 845GV chipset Onboard video Twinhan 102G DVB-S Anyone have any suggestions? Thanks, Derek |
Author: | borgednow [ Sat Nov 11, 2006 1:48 pm ] |
Post subject: | |
What strikes me as strange is the part here: Could not connect to server "" @ port -1 Are you able to view the list of recordings on the backend server from the front end? |
Author: | derek1234 [ Sat Nov 11, 2006 3:29 pm ] |
Post subject: | |
borgednow, yes, I was able to see the recordings, and the preview would even play in the small window. I have since installed another distro, but I should be able to duplicate the errors with the frontend running off of the cd. I don't know if it is related or not, but the CD-RW and DVD drives would not automount. I did not try to mount them manually, as I had forgotten about it. I also tried conecting to the MBE with the other distro. Unfortunately, the other distro I installed is running Myth 0.20, and I get the version conflict error. If there are any troubleshooting steps I can do, please let me know as I will eventually be re-installing Knoppmyth. And it may happen no matter what distro I use. |
Author: | borgednow [ Sat Nov 11, 2006 3:53 pm ] |
Post subject: | |
The only thing that comes to mind is I keep seeing people having similar types of problems and getting it to work after they update their video card driver on the front end. I could be wrong on thinking I see that, as it doesn't really make sense to me that that would be the problem, but it might not hurt to check. Of course, I think most of them were running an ati video card. What brand video card do you have in your front end box? Yes, I know it has nothing to do with the error messages, but I'm stumped on those. edit: Nm, I see you posted that you're running onboard video. I don't know if one of those chips you listed happened to be the video chip, but you might want to check if it's made by ATI. I know, it's unlikely to be the cause. |
Author: | frustrated [ Mon Nov 13, 2006 10:40 am ] |
Post subject: | |
I was having the exact same problem with my frontend (Could not connect to server "" @ port -1). I ended up mounting the backend's /myth to the frontend and I was able to finally view the recordings. Should you have to do this? |
Author: | frustrated [ Wed Nov 15, 2006 3:13 pm ] |
Post subject: | |
frustrated wrote: I was having the exact same problem with my frontend (Could not connect to server "" @ port -1).
I ended up mounting the backend's /myth to the frontend and I was able to finally view the recordings. Should you have to do this? I forgot to update the hostname with the IP address of my BE under utilites->setup->general. Now it works great. |
Author: | derek1234 [ Fri Nov 17, 2006 11:55 am ] |
Post subject: | |
Well, I was able to get the front end box working when I booted with the live CD. All I had to do was: (from The Pamphlet of Knoppmyth) Quote: Edit /etc/mysql/my.cnf, comment out 'skip-networking'. The backend will only accept the mythtv user with a password of mythtv. Before: skip-networking After # skip-networking Restart MySQL(as root) # /etc/init.d/mysql restart And it worked. I had already done: (from http://mythtv.org/docs/mythtv-HOWTO-6.html#ss6.4) Quote: $ mysql -u root mythconverg
mysql> grant all on mythconverg.* to mythtv@"192.168.0.%" identified by "mythtv"; mysql> flush privileges; So I reloaded Knoppmyth to the hard drive, and kept my fingers crossed. But the same error occured. So I installed the Intel driver for the 845GV integrated video. I discoverd that, besides having shared memory, the graphics reside on the PCI bus. I don't know if that is relevent or not. Still the same error. So I killed mythbackend running on the front end machine. Nothing. Next I mounted an MPG4 DVD and played some video from it. The video played fine, no errors. Next, I will load a TV card in the frontend only machine and test if the video from it can be played. I will also tripple check the IP settings, maybe there is a typo. I will also try installing an old PCI video card, to see if that helps. I'll post my results. I don't really know where to look after that. If the LiveCD works, there must be a way of getting it to run with Knoppmyth installed to the hard drive. What could be different between the two? |
Author: | derek1234 [ Sun Nov 19, 2006 5:21 pm ] |
Post subject: | Update: |
I installed a TV tuner card on the frontend machine, and it worked OK. I have upgraded the frontend to 0.20, and left the tuner card installed. The only thing I know to try is to upgrade the MBE to 0.20, but I am a little leary about doing that just yet. Anyway, I have all but given up on 0.19. |
Author: | brianafischer [ Thu Nov 23, 2006 9:39 am ] |
Post subject: | |
FYI, I ran into the following issues when I was attempting to get a frontend-only system working: HP ZE4145 MythTV Worklog 11/22 Did an auto-install of KnoppMyth R5D1 on laptop Setup IP address of myth backend (192.168.0.50) as database, with same user/password as backend 11/23 Could view all recordings in the "View recordings" screen, thumbnails would not appear, videos would not play Configured the frontend "Utils/Options" screen to look at the backend IP address Could view all recordings in the "View recordings" screen, thumbnails would play, but the actual video would not Used the wiki page: http://knoppmythwiki.org/index.php?page ... nlyInstall to stop the mythbackend on the laptop, which allowed video to play /etc/init.d/mythtv-backend stop |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |