lange2000
Power Elite User
- Registriert
- 10. Juli 2009
- Beiträge
- 2.171
- Reaktionspunkte
- 965
- Punkte
- 113
Was es für die Ps3 schon gibt(PS3 Media Server, Universal Media Server) kann jetzt auch für die PS4 genutzt werden.
Der unterschied ist das die PS4 keinen DLNA kann. Dieser Media Player benutzt HTML5 Video Support des PS4 Browsers.
Streaming für die PS4( zur Zeit nur für Mac).
Windows und Linux sollen folgen
Orig. Source:
Edit: dadurch das ich keinen Mac und keine PS4 habe, nicht getestet.
Der unterschied ist das die PS4 keinen DLNA kann. Dieser Media Player benutzt HTML5 Video Support des PS4 Browsers.
Streaming für die PS4( zur Zeit nur für Mac).
Windows und Linux sollen folgen
OSX
Will be updated later but should be similar to OSX
Windows
I don't use Windows, patches are welcome
FAQ
Q: I have a 3D (SBS/OU) movie and my subtitles appear stretched, how to fix this?
A: Use
Q: My computer can't keep up with encoding speed, is there anything i can do?
A: Get a faster computer or edit server.js and fiddle with ffmpeg parameters (try changing the preset). A configuration option might be added later.
- Install node.js from
Sie müssen registriert sein, um Links zu sehen.
- Clone/Download this repository
- Open Terminal App, and enter the folder where You cloned/extracted the files
- Install required applications and libraries using homebrew (
Sie müssen registriert sein, um Links zu sehen.)
- 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
Sie müssen registriert sein, um Links zu sehen.[ip of your computer]:8080/ using PlayStation 4 web browser
- Grab some popcorn and enjoy
Will be updated later but should be similar to OSX
Windows
I don't use Windows, patches are welcome
FAQ
Q: I have a 3D (SBS/OU) movie and my subtitles appear stretched, how to fix this?
A: Use
Sie müssen registriert sein, um Links zu sehen.
to convert the subtitle to .ass format which supports 3D subtitles. Built in support for 3D subtitles will be added later.Q: My computer can't keep up with encoding speed, is there anything i can do?
A: Get a faster computer or edit server.js and fiddle with ffmpeg parameters (try changing the preset). A configuration option might be added later.
Orig. Source:
Sie müssen registriert sein, um Links zu sehen.
Edit: dadurch das ich keinen Mac und keine PS4 habe, nicht getestet.
Zuletzt bearbeitet: