MSzturc

Results 69 comments of MSzturc

No i try to describe my problem a bit better. When i use the following configuration: ``` #KODIPROP:inputstream=inputstream.ffmpegdirect #KODIPROP:inputstream.ffmpegdirect.manifest_type=hls #EXTINF:-1,MyChannel http://127.0.0.1:3002/mystream.m3u8 ``` The stream starts and im able to seek...

Did you mean inputstream.adaptive? Never heared of inputstream.ffmpeg. With inputstream adaptive I face the same problems as with your inputstream addon. I think because both dont cache hls streams. I've...

Tried it and got the same error as with the other inputstream plugins ``` 2020-07-08 23:26:25.737 T:327514 INFO : Creating InputStream 2020-07-08 23:26:25.900 T:327514 INFO : Creating Demuxer 2020-07-08 23:26:29.830...

I have two sources where this problem occurs: - A german premium services where an account is needed, which i cant share - Transcoded HLS Streams from Emby Media Server....

In Kodi v18 i use script.module.livestreamer (https://kodi.wiki/view/Add-on:Livestreamer) as hls cache with the following code: ``` serverPath = os.path.join(xbmc.translatePath(addon.getAddonInfo("path")), "livestreamerXBMCLocalProxy.py") runs = 0 while not runs > 10: try: requests.get("http://127.0.0.1:19001/version") break...

Before developing a new inputstream plugin, i thought that it might be smarter to ask if you enhance your plugin since almost everything you need for this is already developed...

please provide a sample of Note.md

Yup... this is a perfect example of not going the short route in software development... the whole escaping code has to be reviewed and has to be simplified... I will...

The possibility of adding script files is something i am missing too. This will be subject of the next major release.