Skip to content

rbuehlma/inputstream.mpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inputstream.mpd (1.1.9)

This is a dash mpd file addon for kodi's new InputStream Interface.

  • this addon is part of the official kodi repository and part of each kodi installation
  • configure the addon by adding URL prefixes wich are allowed to be played by this addon
  • Open a .mpd file on your local filesystem
  • or create a .strm file / or addon with passes an url with .mpd extension and open the strm file in kodi
  • or write an addon wich passes .mpd files to kodi
Examples:

1.) mpd dash example with one video and one audio stream

2.) mpd dash example with one video and multiple audio streams

Decrypting:

Decrypting is not implemented. But it is prepared!
Decrypting takes place in separate decrypter shared libraries, wich are identified by the inputstream.mpd.licensetype listitem property.
Only one shared decrypter library can be active during playing decrypted media. Building decrypter libraries do not require kodi sources.
Simply check out the sources of this addon and you are able to build decrypters including full access to existing decrypters implemented in bento4.

Bandwidth and resolution:

When using inputstream.mpd the first time, the selection of stream quality / stream resolution is done with a guess of 4MBit/s. This default value will be updated at the time you watch your first movie by measuring the download speed of the media streams.
Always you start a new video, the average bandwidth of the previous media watched will be taken to calculate the initial stream representation from the set of existing qualities.
If this leads to problems in your environment, you can override / adjust this value using Min. bandwidth in the inputstream.mpd settings dialog. Setting Min. bandwidth e.g. to 10.000.000, the media selection will never be done with a bandwidth value below this value.
Currently the complete media is played with the selection from this initial step, adaptive stream changes during a running video is still under development.
There is a new Max. resolution select field in the inputstream.mpd settings dialog. Auto will select the best resolution matching to your videoplayer display rect without any limits. If your display resolution is 720p, you will not be able to watch 1080p videos if there are video representations available closer to 720p.

TODO's:
  • Adaptive bitrate switching is prepared but currently not yet activated
  • Automatic / fixed video stream selection depending on max. visible display rect (some work has to be done at the inputstream interface).
  • Currently always a full segment is read from source into memory before it is processed. Reading in smaller chunks could be lead to faster start of the media and better cache fill strategy.
  • DASH implementation of periods (currently only the first period is considered)
  • There will be a lot of dash mpd implementations with unsupported xml syntax - must be extended.
Notes:
  • This addon is single threaded. The memory consumption is the sum of a single segment from each stream currently playing (will be reduced, see TODO's) Refering to known streams it is < 10MB for 720p videos.
Credits:

@fernetmenta Best support I ever got regarding streams / codecs and kodi internals.
@notspiff Thanks for your ideas / tipps regarding kodi file system
bento4 library For me the best library choice for mp4 streams. Well written and extensible!

Continuous integration:

Travis CI build state: alt tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • Other 0.9%