DSPlayer How to enter DS Filters for watching TV?
#1
Hi Kodi Forum
I have quite problems to work with DS Filters on for watching TV (NextPVR)
I need your help, they don't activate (filters) in DSPlayer on TV

I have tried entering protocols (daap|rtv|rtsp|rtmp|http|https|rtmpe|rtsp|mms|rtp|pvr) in "DSPlayer" -> "Media Rules", and they don't want to activate.
Is there a way to enable my wanted filters for Live TV? What am I missing in configurations

I have MADVR as renderer, LAV Audio and Video, While having extras FFDSHOW RAW for audio and video (They do seem to work in filetypes mode)


Here is the mediasconfig.xml that is configured
<mediasconfig>
    <rules>
        <rule priority="0" name="MY0" filetypes="ts|tsbuffer" protocols="daap|rtv|rtsp|rtmp|http|https|rtmpe|rtsp|mms|rtp|pvr">
            <source filter="lav_splitter_source" />
            <splitter filter="lav_splitter" />
            <video filter="lav_video_decoder" />
            <audio filter="lav_audio_decoder" />
            <subs filter="xysubfilter_internal" />
            <extra>
                <extra filter="ffdshow_audio_processor" />
                <extra filter="ffdshow_raw_video_filter" />
            </extra>
        </rule>
        <rule priority="1" name="My1" filetypes="mkv|avi|divx|ogm|mp4|mov|m4v|flv|m2v|mpeg|mpg|mts|m2ts|vob|bdmv|ts|tsbuffer">
            <source filter="lav_splitter_source" />
            <splitter filter="lav_splitter" />
            <video filter="lav_video_decoder" />
            <audio filter="lav_audio_decoder" />
            <subs filter="xysubfilter_internal" />
            <extra>
                <extra filter="ffdshow_audio_processor" />
                <extra filter="ffdshow_raw_video_filter" />
            </extra>
        </rule>
        <source filter="lav_splitter_source" />
        <splitter filter="lav_splitter" />
        <video filter="lav_video_decoder" />
        <audio filter="lav_audio_decoder" />
        <subs filter="xysubfilter_internal" />
        <extra>
            <extra filter="ffdshow_audio_processor" videocodec="lav_audio_decoder" />
            <extra filter="ffdshow_raw_video_filter" videocodec="lav_video_decoder" />
        </extra>
    </rules>
</mediasconfig>

I hope this is resolved within a week

Regards
Johan Taunajik
Reply
#2
(2020-06-19, 21:29)j19861986 Wrote: Hi Kodi Forum
I have quite problems to work with DS Filters on for watching TV (NextPVR)
I need your help, they don't activate (filters) in DSPlayer on TV

I have tried entering protocols (daap|rtv|rtsp|rtmp|http|https|rtmpe|rtsp|mms|rtp|pvr) in "DSPlayer" -> "Media Rules", and they don't want to activate.
Is there a way to enable my wanted filters for Live TV? What am I missing in configurations

I have MADVR as renderer, LAV Audio and Video, While having extras FFDSHOW RAW for audio and video (They do seem to work in filetypes mode)


Here is the mediasconfig.xml that is configured
<mediasconfig>
    <rules>
        <rule priority="0" name="MY0" filetypes="ts|tsbuffer" protocols="daap|rtv|rtsp|rtmp|http|https|rtmpe|rtsp|mms|rtp|pvr">
            <source filter="lav_splitter_source" />
            <splitter filter="lav_splitter" />
            <video filter="lav_video_decoder" />
            <audio filter="lav_audio_decoder" />
            <subs filter="xysubfilter_internal" />
            <extra>
                <extra filter="ffdshow_audio_processor" />
                <extra filter="ffdshow_raw_video_filter" />
            </extra>
        </rule>
        <rule priority="1" name="My1" filetypes="mkv|avi|divx|ogm|mp4|mov|m4v|flv|m2v|mpeg|mpg|mts|m2ts|vob|bdmv|ts|tsbuffer">
            <source filter="lav_splitter_source" />
            <splitter filter="lav_splitter" />
            <video filter="lav_video_decoder" />
            <audio filter="lav_audio_decoder" />
            <subs filter="xysubfilter_internal" />
            <extra>
                <extra filter="ffdshow_audio_processor" />
                <extra filter="ffdshow_raw_video_filter" />
            </extra>
        </rule>
        <source filter="lav_splitter_source" />
        <splitter filter="lav_splitter" />
        <video filter="lav_video_decoder" />
        <audio filter="lav_audio_decoder" />
        <subs filter="xysubfilter_internal" />
        <extra>
            <extra filter="ffdshow_audio_processor" videocodec="lav_audio_decoder" />
            <extra filter="ffdshow_raw_video_filter" videocodec="lav_video_decoder" />
        </extra>
    </rules>
</mediasconfig>

I hope this is resolved within a week

Regards
Johan Taunajik

and oh, just forget the filetypes in config #1, have tried without filetypes entered in protocols config, they don't work
Reply
#3
It has nothing to do with pvr.nextpvr but  see may response to a similar post https://forum.kodi.tv/showthread.php?tid...pid2951562  

Note Timeshift in v17 is not stable and the addon doesn't support v5 of NextPVR so use at your own risk.

Martin
Reply
#4
It is DS Filters that won't load while watching TV
Reply
#5
Playback is not controlled by the addon so my answer stands.

Martin
Reply

Logout Mark Read Team Forum Stats Members Help
DSPlayer How to enter DS Filters for watching TV?0