View photos from RasPi network drive.
-
- Posts: 6
- Joined: Wed Dec 11, 2013 7:46 am
View photos from RasPi network drive.
Has anyone found a way to make their TV recognize a network drive. I have a hard drive full of pictures i'd like to be able to view on my UN60F6300AFXZA. My tv readily recognized my windows computers but I have a Raspberry Pi with a USB drive attached that i use for network storage. Any ideas?
UN60F6300AFXZA
-
- Posts: 11
- Joined: Sat Nov 16, 2013 2:09 am
Re: View photos from RasPi network drive.
What kind of server protocol does your Raspberry use? NFS, Samba?
-
- Posts: 6
- Joined: Wed Dec 11, 2013 7:46 am
Re: View photos from RasPi network drive.
set up with samba, so my kids can back up their windows laptops.
UN60F6300AFXZA
Re: View photos from RasPi network drive.
why not use some dlna server? i guess rpi XBMC even has one enabled be default
sorry, i cant fix stupid
oscam E/F, PVR encryption key dumper E/F, PVRtoTS E/F, PVRAnyDev E/F, SamyGOso .so injection, STFU mod D/E/F + other stuff
oscam E/F, PVR encryption key dumper E/F, PVRtoTS E/F, PVRAnyDev E/F, SamyGOso .so injection, STFU mod D/E/F + other stuff
-
- Posts: 6
- Joined: Wed Dec 11, 2013 7:46 am
Re: View photos from RasPi network drive.
xbmc would be an option, but I'd like to run owncloud from the same raspi and I don't want to overload it with xbmc just so my wife can look at her pictures, I was hoping for a smaller simpler solution. Plus I thought i read somewhere that Samsung was picky about what dlna servers it recognized and leaned towards windows. I have an old desktop running windows 7 behind my TV that I use as a dvr, it works with the plex app rather nicely.
UN60F6300AFXZA
Re: View photos from RasPi network drive.
well installing some dlna might still be easier/faster esp. when mainly used for pictures than rooting/installing samygo extensions 
samygo F extensions add smb/nfs mounting features

samygo F extensions add smb/nfs mounting features
sorry, i cant fix stupid
oscam E/F, PVR encryption key dumper E/F, PVRtoTS E/F, PVRAnyDev E/F, SamyGOso .so injection, STFU mod D/E/F + other stuff
oscam E/F, PVR encryption key dumper E/F, PVRtoTS E/F, PVRAnyDev E/F, SamyGOso .so injection, STFU mod D/E/F + other stuff
Re: View photos from RasPi network drive.
Minidlna for raspberry server is running smoothly. Since I am running Raspbian "wheezy" version with several command and ext4 file system the external drive is excellent.
Hope it helps.
https://imageshack.us/a/img822/7899/gtpe.jpg
Hope it helps.
https://imageshack.us/a/img822/7899/gtpe.jpg
-
- Posts: 6
- Joined: Wed Dec 11, 2013 7:46 am
Re: View photos from RasPi network drive.
Installed minidlna tonight, can't say it is working correctly but it does work. My tv is only seeing some of the folders in my photo directory. This looks like the solution i was looking for, thanks.
UN60F6300AFXZA
Re: View photos from RasPi network drive.
defaultuser8 wrote:Installed minidlna tonight, can't say it is working correctly but it does work. My tv is only seeing some of the folders in my photo directory. This looks like the solution i was looking for, thanks.
TV in arkmc ago lite tested with iOS app and validates the folder structure. Most importantly revise the permissions for the folder you've created.
For example:
Code: Select all
sudo mkdir -p /mnt/Pictures
Code: Select all
sudo chmod 755 /mnt/Pictures
Code: Select all
sudo nano /etc/minidlna.conf
Code: Select all
media_dir=P,/mnt/One/Pictures
Code: Select all
db_dir=/home/pi/.minidlna
Code: Select all
sudo service minidlna start
Code: Select all
sudo service minidlna force-reload
Note: 12 GB in size (3d 1080p) movie I'm watching fluently.
-
- Posts: 6
- Joined: Wed Dec 11, 2013 7:46 am
Re: View photos from RasPi network drive.
Got home tonight turned on my TV selected my raspi and all my folders and photos were there. Thanks for all the help. Maybe pen tester can answer this question too,when you select a folder does it show previews of your pics or does it just show the file icon?
UN60F6300AFXZA