2016-01-08, 13:23
Hi,
I'm currently working on DASH stream import (QT-MP4 (MOV)) into kodi (video section).
1.) Is it possible to pass video and audio sreams as separate streams into kodi?
I know that PVR Demuxer can handle this but it is restricted to TV section (this is my information)
For sure I could mux the streams together, but in case the stream bitrate / reolution changes this is a lot overhead:
- the backend I'm using has to rebuild headers for both streams
- kodi has to restart both streams also only one stream (audio or video) has changed
For me the optimal solution would be the possibility to push some streams to codi known that DTS / PTS matches and let odi do the rest :-)
Looking forward about some feedback!
I'm currently working on DASH stream import (QT-MP4 (MOV)) into kodi (video section).
1.) Is it possible to pass video and audio sreams as separate streams into kodi?
I know that PVR Demuxer can handle this but it is restricted to TV section (this is my information)
For sure I could mux the streams together, but in case the stream bitrate / reolution changes this is a lot overhead:
- the backend I'm using has to rebuild headers for both streams
- kodi has to restart both streams also only one stream (audio or video) has changed
For me the optimal solution would be the possibility to push some streams to codi known that DTS / PTS matches and let odi do the rest :-)
Looking forward about some feedback!