Media Streaming From A NAS
-
I have a Seagate PersonalCloud Network Attached Storage (NAS) device that I use as a streaming server over my local area network. I would like to extend that capability into a WordPress site that runs locally on a computer existing on the same LAN as my NAS. When accessing a video file, for instance, on my NAS from a local computer running Windows, I simply open a Windows Explorer window, navigate to the video file location on the NAS and open the file, which streams to my default media player. Note, my NAS does not allow for remote streaming (i.e., media streaming over an external network).
In WordPress, it seems that the default video player, as well as any number of WordPress video player plugins, essentially allow two paths for playing back videos. One option is to upload a video, after which the video is imported into the WP Media Library. The second option works for streaming, where one provides a URL to an external streaming service (e.g., YouTube, Vimeo). Neither case works for my purposes.
How do I accomplish playing stream media in a WP site, where the streamed content emanates from a NAS located on the same network as my computer’s web server locally hosting a WP site? Is this achievable either with WP’s stock video player or with WP video player plugins? My goal is to stream content from my NAS so that I do not need to store the content in my WP site’s Media Library.
Optionally, is it possible to do the following?
- Embed a view for a local media software application (e.g., Windows Media Player) within WordPress
- Abstract access to my NAS media files to that the NAS does not receive an HTTP request?
Any other possibilities? Thank you.
- The topic ‘Media Streaming From A NAS’ is closed to new replies.