View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 32 posts ] 
Go to page 1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sun Sep 06, 2015 2:44 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Was wondering if anyone out there is watching recordings on a laptop or tablet/phone when away from home? I am going to start playing with the android app "Mythtv player" and am interested if anyone has had success with any solution.
Thanks for any input.

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
PostPosted: Sun Sep 06, 2015 7:19 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
i tried the mythtv app but my backend wasnt fast enough to transcode in real time.

_________________
My System


Top
 Profile  
 
PostPosted: Mon Sep 07, 2015 8:08 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
I have been using Plex Media Server. It is currently only in the testing repo but I will probably be pushing it to release in the next few days. I made a few changes to the script that creates the /myth/recordings links so that the Plex scanner works better. When you create your library in Plex just name it something with "myth", like "MythTV Recordings" and the script will refresh the Plex library after it runs hourly.


Top
 Profile  
 
PostPosted: Mon Sep 07, 2015 9:37 am 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
I have never tried plex but from some quick reading this morning, it looks like a great option. When do you think it moves out of beta? Do you know if you can watch recordings offline?

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
PostPosted: Mon Sep 07, 2015 11:14 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
I believe that some of the plex home theaters apps have the ability to watch offline but I have never tried it.


Top
 Profile  
 
PostPosted: Wed Nov 11, 2015 3:32 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Plex turned out to be a great solution but I was a bit nervous about messing with my Myth boxes right before my big trip so I set up a windows machine with access to the myth directory and ran the plex server from there. Have to say it is a great experience. It did cost me $5 per month but I was able to watch streaming HD on my phone and tablet. I was also able to download recordings for offline viewing.

My goal is now to move my plex server from the windows box (so that I can shut that box down) and put it on the myth box. My current setup has a BE/FE which is a little underpowered and a FE that is a bit better off. I would prefer to put the plex server on the FE. Is that possible? Can I just use Mythvantage to set it up on the FE?

If anyone has experience using Plex on their Myth box, I would be interensted in hearing their stories.

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
PostPosted: Wed Nov 11, 2015 3:53 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
What cost $5 per month?

Running PMS on the FE would work but when you set up the library you need to point it at the files you want to serve which would be on your BE. On the windows box I am guessing you pointed it at the BE's myth/recordings directory over samba. You would need to do the same thing on the FE. One issue I have seen with this is that sometimes some of the file names get mangled over samba. Using NFS to the BE's myth/recordings directory won't work as NFS doesn't follow symlinks.


Top
 Profile  
 
PostPosted: Thu Nov 12, 2015 6:59 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
The $5/month is what Plex charges you for their Plex Pass. With a Plex Pass subscription, you can sync recordings to your phone for offline watching. Otherwise you can only stream from the server. Since I wanted to be able to bring the recordings with me on flights, I had to pay the $5.

The windows box was using Samba as you deduced. Is there any trick to allowing the FE to see the recordings through Samba? Is it as easy as putting in the UNC for the library directory? Or do I need to have some service running on the frontend?

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
PostPosted: Fri Nov 13, 2015 11:58 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
I had in my mind that offline sync was available for free. But I see it is part of Pass.

I think all you need is smbclient or cifs-utils and I am pretty sure they are installed by default on FE systems. If not they are in the repo. Then it is just a matter of deciding where you want it mounted (I put all my network mounts in /data/storage/network) and adding the share to /etc/fstab.


Top
 Profile  
 
PostPosted: Sun Nov 15, 2015 4:40 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
So I was able to get a samba share working manual with:
Code:
sudo mount -t cifs //192.168.1.21/myth/recordings /PlexMedia
. It asks me for a password but an empty reply brings the mount up.
After that, doing a dir of the /PlexMedia directory shows me all the recordings although with strange titles.
I setup the server with a directory pointed at the directory and it is working well.

I tried to put the mount in fstab but it does not seem to take. I used the following form:
Code:
//192.168.1.21/myth/recordings /PlexMedia cifs  rw,nounix,user=,password=   0 0

Is that correct?

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
PostPosted: Sun Nov 15, 2015 6:58 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
That looks right. Just make sure your moutpoint already exists. And if you used the default samba settings on the BE you can use mythtv as the user and password.


Top
 Profile  
 
PostPosted: Mon Nov 16, 2015 9:28 am 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Still something I am doing wrong. The mount point exists because doing the mount command manually works fine and the directory is populated but after a reboot, the directory is empty.

Any ideas?

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
PostPosted: Mon Nov 16, 2015 10:11 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Did you try using mythtv as the user and password?

When troubleshooting you don't need to reboot. Just use df to see if it is mounted. Unmount your manual successful mounts with sudo umount. And to test the fstab use sudo mount -a and if it isn't able to mount it will give you some error.


Top
 Profile  
 
PostPosted: Mon Nov 16, 2015 7:41 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Some good news and some bad.

I got the fstab worked out. Not sure what is going on but running the mount -a gave me nfs connection time out errors. I moved the plex mount up higher in the order and it did load without a username or password.

The problem is now when I run plex, it processes all the recordings in the PlexMedia directory but when I try to play a recording, it gives me an error "There was a problem playing this item". The samba share file seem available.

I tried copying one of the recordings to a local directory on the FE to see if it was a Samba issue. I made a new Plex library for that and got the same result (couldn't play).

Any thoughts?

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
PostPosted: Tue Nov 17, 2015 7:24 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Maybe a permissions thing? Try playing one of the videos with mplayer.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 32 posts ] 
Go to page 1, 2, 3  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu