My NextPVR addon is at the mercy of slow stream identification in DVDDemuxFFmpeg.cpp, inside the call to avformat_find_stream_info(), which affects the time required for live tv startup, and the time for channel changes.
I would like to speed it up, and I'm considering changing my addon to set bHandlesDemuxing=true, and implementing GetStreamProperties() and DemuxRead() etc. It'll be a reasonable investiment of effort to go down this path, but does look like it has the potential to be quicker.
My question... is timeshift compatible with DVDDemuxPVRClient (which will be used if I make these changes)?
I would like to speed it up, and I'm considering changing my addon to set bHandlesDemuxing=true, and implementing GetStreamProperties() and DemuxRead() etc. It'll be a reasonable investiment of effort to go down this path, but does look like it has the potential to be quicker.
My question... is timeshift compatible with DVDDemuxPVRClient (which will be used if I make these changes)?