forked from MediaBrowser/plugin.video.emby
-
-
Notifications
You must be signed in to change notification settings - Fork 79
Direct Play
tomkat83 edited this page May 6, 2017
·
8 revisions
Also check out the Plex article on Direct Play and Direct Stream
- When using Direct Play, Kodi will use a path like
smb://myNas/movies/Inception_(2010)_720p.mkv
to play media- Starting a movie is much faster than using Direct Streaming and almost as fast as using Direct Paths
- Kodi knows the video's exact filename and path, which is useful for 3rd party Kodi plugins (e.g. subtitle download)
- If the path is not accessible to Kodi, PKC will fall back to HTTP Direct Streaming and use paths like
https://192.168.1.2:32400/library/parts/987.mkv
- If the media to play has higher quality than you specified under Playback in the settings, the Plex server will transcode the video down to the quality you chose. Or you can choose to force transcode.
- Transcoding can be useful if you have low network bandwidth and playback gets stuck frequently
Follow the guide for Direct Paths to set-up the Plex libraries to point to a path that is accessible for Kodi. Then do the following:
Devs: croneter
- Screenshots
- Direct Paths Explained
- Set-up Direct Paths
- Direct Play
- Skins and Video Nodes
- Multiple users
- Multiple Plex Media Servers
- Manage additional Media without Plex
- Is PKC a hack
- FAQ
- Report a Bug
- How to uninstall PKC
- How to automatically delete playlists
- Update PKC Repository to receive automatic updates