Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

PS4 PS4 Video stream Project!

    Nobody is reading this thread right now.

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

OSX


  • Install node.js from
  • Clone/Download this repository
  • Open Terminal App, and enter the folder where You cloned/extracted the files
  • Install required applications and libraries using homebrew ( )
    • 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 [ip of your computer]:8080/ using PlayStation 4 web browser
  • Grab some popcorn and enjoy
Linux

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 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:

Edit: dadurch das ich keinen Mac und keine PS4 habe, nicht getestet.
 
Zuletzt bearbeitet:
AW: PS4 Video stream Project!

Andere Lösüng für Streaming über Windows by creighton (PSX-Scene)

PS4 Video Streaming

VIDEO REQUIREMENTS:
- File container/extension must be mp4
- Video must be encoded in H264 and audio in AAC

TIPS:
- MKV files can be quickly remuxed to MP4 using Rebox.NET (link in Tools section)
- Torrent releases encoded by the YIFY group work perfectly for this
- HFS must be located in the same directory as the included 'filelist.tpl' file
- Avoid using special characters in your video filenames (ex: apostrophes)

USAGE:
- Place your videos inside the 'mp4' folder
- Open 'HFS' (file server used to stream from your PC to PS4)
- If it's your first time running it, you may have to add a Windows Firewall exception and change the default port
- Drag and drop the 'mp4' folder and 'index.html' into HFS
- If HFS asks for a folder type when adding the 'mp4' folder, select 'Real folder'
- Navigate to the server on the PS4's web browser
- Bookmark the page on your PS4 for easy future access
- Select a video from the list and it will begin playing
- Click the button on the player to go fullscreen

TOOLS:
- Rebox.NET - mkv -> mp4 -
- Video.NET - various -> mp4 -


THANKS:
- HFS -
- Video.js -

DL:
 
Zuletzt bearbeitet:
Zurück
Oben