phunkyfish

Results 332 comments of phunkyfish

Found a couple of problems today. First is that kodi opens this as a file which means it doesn’t open it as using ffmpeg, I.e. directly using curl. This means...

Kodi uses the same ffmpeg implementation internally. Files are opened with Curl and proxied to ffmpeg to decode. Streams are opened by ffmpeg directly which allows ffmpeg protocols to be...

> If I understand that correctly then the example file that I tried to open using your plugin is now opened using the internal ffmpeg instead. > No, the patch...

No sorry, not solved I’m afraid. - kodi’s internal ffmpeg can play the file so we know it can work - The addon cannot yet. But what you want can...

No, what this does does is skip the addon completely and using the ffmpeg (not curl) in kodi core to open the file. All it proves is that’s it’s possible...

I would not set the mime type. Try it without.

Have you tried to open it with ffplay?

Hmmm, if ffplay does not work I’m not sure we would make any progress. what about inputstream.adaptive?

Have they added authentication maybe?

If it’s doesn’t play with either ffmpegdirect or adaptive I’m at a loss as to what to try next.