I have a Samsung H5500 TV and want if possible to stream from my pi where I have a few mp4 files on an ex4 external hard drive. There is a wired network connection between both.
It plays mp4 files perfectly from an attached usb stick, but it would be great to dispense with transferring files to usb!
Is there an easy solution?
thanks!
Sharing mp4 files to samsung TV
pi4 - running imgcomp security software, pi4 general dev, pi3 piHole, pi2 ubiquity server, pizero w - imgcomp...
-
- Posts: 27225
- Joined: Tue Mar 25, 2014 12:40 pm
Re: Sharing mp4 files to samsung TV
Does the TV support DLNA and can play files from a computer on the same network ? If so then:ecotec wrote:I have a Samsung H5500 TV and want if possible to stream from my pi where I have a few mp4 files on an ex4 external hard drive. There is a wired network connection between both.
It plays mp4 files perfectly from an attached usb stick, but it would be great to dispense with transferring files to usb!
Is there an easy solution?
thanks!
http://bbrks.me/rpi-minidlna-media-server
Take what I advise as advice not the utopian holy grail, and it is gratis !!
Re: Sharing mp4 files to samsung TV
Thanks fruitiftheloom, yes the tv does support dlna, I have installed minidlna successfully, edited the config file as per the instructions but seem to have issues...
edit of config to show path to files
media_dir=v, media/wd/tv
same for the other 2 - videos and pictures
then when I restart the minidlna service - i get permission denied. So i'm guessing the file paths are OK but minidlna cannot access the folders? HDD is in ex4 format. However the pi is now listed on the TV so the minidlna part seem to be working.
so from a bit of googling i'm guessing something like the following needs running?
sudo chown pi:pi /media/wd
sudo chmod 777 /media/wd
is this correct?
thanks!
edit of config to show path to files
media_dir=v, media/wd/tv
same for the other 2 - videos and pictures
then when I restart the minidlna service - i get permission denied. So i'm guessing the file paths are OK but minidlna cannot access the folders? HDD is in ex4 format. However the pi is now listed on the TV so the minidlna part seem to be working.
so from a bit of googling i'm guessing something like the following needs running?
sudo chown pi:pi /media/wd
sudo chmod 777 /media/wd
is this correct?
thanks!
pi4 - running imgcomp security software, pi4 general dev, pi3 piHole, pi2 ubiquity server, pizero w - imgcomp...
Re: Sharing mp4 files to samsung TV
right, all working now, entered lots of commands into the terminal but not working until i followed the permissions edits here:
http://dvpizone.wordpress.com/2014/03/1 ... pberry-pi/
now working perfectly!
http://dvpizone.wordpress.com/2014/03/1 ... pberry-pi/
now working perfectly!
pi4 - running imgcomp security software, pi4 general dev, pi3 piHole, pi2 ubiquity server, pizero w - imgcomp...
-
- Posts: 1
- Joined: Mon Jan 18, 2016 1:20 am
Re: Sharing mp4 files to samsung TV
From Samsung official website, we clearly know that Samsung TV is only compatible with MP4 in H.264/MPEG-4 AVC video codec and AAC audio codec. However, MP4 is a container format which contains various kinds of video and audio codecs. Once the MP4 files can't meet the requirement of Samsung TV input format, you'll get into trouble to play MP4 in Samsung TV.
To solve this issue, you'd better to convert your MP4 to Samsung TV MP4 format. Highly recommend three methods here:
Method One: HandBreak can convert MP4 to Samsung TV MP4 format.
Method Two: A full tutorial to help you solve various kinds of video that Samsung TV won't play at http://www.idealshare.net/video-convert ... y-mp4.html
Method Three: Online-converter is similer to HandBreak.
Hope one of them fits you.
To solve this issue, you'd better to convert your MP4 to Samsung TV MP4 format. Highly recommend three methods here:
Method One: HandBreak can convert MP4 to Samsung TV MP4 format.
Method Two: A full tutorial to help you solve various kinds of video that Samsung TV won't play at http://www.idealshare.net/video-convert ... y-mp4.html
Method Three: Online-converter is similer to HandBreak.
Hope one of them fits you.