(adsbygoogle = window.adsbygoogle || []).push({});
Hello community!
I was looking around on the internet for PS4 modifications, and I saw this awesome program!
This program allows real time movie streaming to your PS4's internet browser so you can enjoy HD movies without the need of downloading them into your PS4's HDD.
Download link:
You must login or register to view this content.
'
Video Streamer for Sony PlayStation 4
All of this is possible thanks to HTML5 Video support in PlayStation 4 web browser. Keep in mind that it requires a powerful CPU that can encode H264 videos in realtime.'
Tutorial:
Mac:
- Install node.js from
You must login or register to view this content.
- Clone/Download this repository
- Open Terminal App, and enter the folder where You cloned/extracted the files
- Install required applications and libraries using homebrew (
You must login or register to view this content.)
brew install ffmpeg --enable-libx264 --enable-libfaac --enable-libass
brew install icu4c
ln -s /usr/local/Cellar/icu4c/*/bin/icu-config /usr/local/bin/icu-config
ln -s /usr/local/Cellar/icu4c/*/include/unicode /usr/local/include
- Run npm install to install node.js dependencies
- Run node server.js to start the application
- Go to [url]https://[ip[/url] of your computer]:8080/ using PlayStation 4 web browser
- Grab some popcorn and enjoy
For now there aren't any Linux and Windows tutorials but since I own them both I will try to find a working method to get this to work on those systems as well. [If you come across a working method by yourself, please contact me and I will give you full credit.]
source:
You must login or register to view this content.