GithubHelp home page GithubHelp logo

Comments (16)

sharkiller avatar sharkiller commented on May 30, 2024 1

@audiopsicotiko @wiormax
a new version is out with a lot a fixes. check if works.
also now there is a converter in the extension that help you create the m3u block for the channels with the proper format.

from reproductor-mpd-m3u8.

audiopsicotiko avatar audiopsicotiko commented on May 30, 2024 1

Confirmed. The new update fixed any problem.
good job and thank you very much.

from reproductor-mpd-m3u8.

wiormax avatar wiormax commented on May 30, 2024

is true this addon is not working in any way.

from reproductor-mpd-m3u8.

sharkiller avatar sharkiller commented on May 30, 2024

@audiopsicotiko @wiormax can you share the errors you get on the console?

If you want to contact in private you can DM at discord: https://discordapp.com/users/132582359131357184

from reproductor-mpd-m3u8.

wiormax avatar wiormax commented on May 30, 2024

@audiopsicotiko @wiormax can you share the errors you get on the console?

If you want to contact in private you can DM at discord: https://discordapp.com/users/132582359131357184

no any errors just testing same playlist that i use in ott but in this addon dont load the playlist just blackscreen nothing happen as @audiopsicotiko comment.

regards

from reproductor-mpd-m3u8.

sharkiller avatar sharkiller commented on May 30, 2024

@wiormax can you share a sample? i test with multiple playlist and they load just fine.

in the network tab it try to even load the playlist?

from reproductor-mpd-m3u8.

wiormax avatar wiormax commented on May 30, 2024

i tried everything in console log i can see that playlist is loaded but just black screen only work with hls and single url in tab.

regards

from reproductor-mpd-m3u8.

sharkiller avatar sharkiller commented on May 30, 2024

@wiormax but you need to give me any hint. just a "doesnt work" doesnt help.

what are you trying to play? mpd, m3u8? clearkey? widevine? are you using direct link with parameters or the iptv list? if its the m3u player it generate the list of channels in the left?

what version of chrome?

from reproductor-mpd-m3u8.

wiormax avatar wiormax commented on May 30, 2024

Versión 116.0.5845.111 (Build oficial) (64 bits)

testing with same ott playlist format with clearkeys i was reading your support and is the same playlist format.

regards

from reproductor-mpd-m3u8.

sharkiller avatar sharkiller commented on May 30, 2024

@wiormax you understand that the info you are providing me doesnt help?
doesnt matter if it works in another player because m3u is not standard and you could have something in the list that is breaking the parser.

this even run for you? test.m3u

from reproductor-mpd-m3u8.

wiormax avatar wiormax commented on May 30, 2024

running so my ott format list doesnt work with this app

thanks

from reproductor-mpd-m3u8.

sharkiller avatar sharkiller commented on May 30, 2024

@wiormax sorry if you can't provide proper report i cant help you. i cant do anything with "my list".

from reproductor-mpd-m3u8.

wiormax avatar wiormax commented on May 30, 2024

this is the format that i use

#EXTINF:-1 chanel name
#EXTINF:-1 tvg-id="guide"
#EXTINF:-1 tvg-logo="http://logo.com"
#EXTINF:-1 group-title="sports"
#KODIPROP:inputstream.adaptive.manifest_type=mpd
#KODIPROP:inputstream.adaptive.license_type=clearkey
#KODIPROP:inputstream.adaptive.license_key={"keys": [{"kty": "oct","k": "xxxxxxxxxxxxxxxx","kid": "xxxxxxxxxxxxxxxx"}],"type": "temporary"}
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36
https://manifest.mpd

thanks

from reproductor-mpd-m3u8.

sharkiller avatar sharkiller commented on May 30, 2024

@wiormax I see some errors

  • #EXTINF should be 1 line, not multiple.
  • In my parser i use file_type instead manifest_type. i going to add both for next version. also you only need that line if the link doesnt end in mpd or m3u8.
  • I dont support #EXTVLCOPT: for headers. you should use #KODIPROP:

A proper channel should be like this:

#KODIPROP:inputstream.adaptive.file_type=mpd
#KODIPROP:inputstream.adaptive.license_type=clearkey
#KODIPROP:inputstream.adaptive.license_key={"keys": [{"kty": "oct","k": "xxxxxxxxxxxxxxxx","kid": "xxxxxxxxxxxxxxxx"}],"type": "temporary"}
#KODIPROP:inputstream.adaptive.stream_headers=user-agent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36
#EXTINF:-1 tvg-id="guide" tvg-logo="http://logo.com/" group-title="sports", Chanel name
https://manifest.mpd/

from reproductor-mpd-m3u8.

wiormax avatar wiormax commented on May 30, 2024

ok got it thanks

from reproductor-mpd-m3u8.

audiopsicotiko avatar audiopsicotiko commented on May 30, 2024

I have reinstalled version 8.26.2.30129 with the same list and it works perfectly. (I had it saved on another pc)
but in the latest version 8.27.1.30818 it only remains on a black screen.
I'm sorry I'm not a specialist, I don't know how to analyze the console. so I can't help on that.
but I don't think it's a problem on my list. because in v8.26 it works fine.
An example from my list would be:

#EXTM3U list-name="Canales" list-image="https://xxxx/logo.png"

#KODIPROP:inputstream.adaptive.stream_headers=User-Agent="Mozilla/5.0 (Windows NT 11.O; Win64; x64) AppleWebKit/537.36 (KHTML, like Geck0) Chrome/102.0.0.0 Safari/537.37"
#EXTINF:-1 tvg-logo="https://i.ibb.co/71LY9Sq/tntsports.png" group-title="DEPORTES", TNT Sport cl
#KODIPROP:inputstream.adaptive.license_type=clearkey
#KODIPROP:inputstream.adaptive.license_key=xxxxxxxxxxxxxxxxxxxx:xxxxxxxxxxxxxxxxxxxx
https://xxxxx.xxx.net/live_xxxx/manifest.mpd

Si puedo ayudar en algo mas, me avisas. ya que la aplicacion me es de mucha utilidad.

from reproductor-mpd-m3u8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.