Jump to content

Hello,

My mac mini 2014 hard drive is very slow and probably failing. I am planning to use my Raspberry Pi has NAS storage for storing and playing my movies and pictures.

One question I have in my mind is... if i store my movies in my Raspberry Pi and connect to my Mac via SMB.. will there be any activity on my Mac hard drive (which is very slow) ?

For playing my movies will the transcoding happen in my raspberry pi or in the Mac Mini?

Thanks!
 

Link to comment
https://linustechtips.com/topic/1191528-hard-drive-usage-when-using-nas/
Share on other sites

Link to post
Share on other sites

8 minutes ago, HoppTop said:

One question I have in my mind is... if i store my movies in my Raspberry Pi and connect to my Mac via SMB.. will there be any activity on my Mac hard drive (which is very slow) ?

And you expect the Pi over network to be faster? In terms of latency and bandwidth, I'd expect it to be slower than a locally attached disk drive. There may still be activity on the local drive, e.g. some caching, swapping etc. but not necessarily directly related to the movie stream.

 

8 minutes ago, HoppTop said:

For playing my movies will the transcoding happen in my raspberry pi or in the Mac Mini?

Since you're using SMB, it'll happen on the Mac. The Pi will transfer that file over network, but your Mac is the one actually rendering it. I'm sure you could do the transcoding on the Pi and then make it stream a video, but that'll probably take more work to set up.

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

Thanks! by installing Plex server on my Pi will it automatically transcode and send only the movie stream to the Mac?

I am bit confused what they say on the plex support on transcoding - https://support.plex.tv/articles/200250377-transcoding-media/

Any other better protocal than SMB? I will willing to try even its bit harder (Learning = fun)

Link to post
Share on other sites

I would not expect a Pi to be able to transcode in real time.

 

Playing on the mac via SMB isn't going to cause any disk usage that wouldn't already happen on the mac.

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to post
Share on other sites

12 minutes ago, HoppTop said:

Thanks! by installing Plex server on my Pi will it automatically transcode and send only the movie stream to the Mac?

That's more or less the point of Plex. It'll provide a video stream that you can watch on another device.

 

The point here would be to have a machine that is fast enough to read the file, transcode it and then convert it to a video stream with a (lower) bit rate than the original file, so you can watch it on a machine that isn't fast enough on its own. Or to watch it on a machine that doesn't support the source format. The issue here would be that the Pi probably isn't fast enough to fulfill that role.

 

Quote

Any other better protocal than SMB? I will willing to try even its bit harder (Learning = fun)

There are lots of protocols to access files on a remote machine (AFP, CIFS, SMB, FTP, SFTP, ...) but they're not made with video streams in mind. All of those are geared towards transferring files (just not necessarily fast enough to stream video lag free).

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

It's not a server but a viewing client.

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to post
Share on other sites

6 minutes ago, HoppTop said:

@Eigenvektor What about this server Kodi https://kodi.tv/ ... I have never tried it is it similar to Plex which transcodes real time and stream?

Plex is primarily geared towards streaming media to a device. Kodi is primarily geared towards receiving streams from other devices (like a Plex media server). However that doesn't solve the actual issue: Is the Pi fast enough to transcode media and then stream it over a network for you to watch that stream on another device lag free?

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×