sharkiller / Reproductor-MPD-M3U8

Video Player Chrome Extension
https://chrome.google.com/webstore/detail/opmeopcambhfimffbomjgemehjkbbmji
43 stars 8 forks source link

get the previous versions of this application? #3

Closed audiopsicotiko closed 11 months ago

audiopsicotiko commented 11 months ago

hello. Is there any way to get the previous versions of this application? since the last version is not working correctly for me. error: it does not load the playlists, before it did. In addition, some mpd channels do not work correctly (channels working in another chrome extension, and that in previous versions of this extension worked the same before.

wiormax commented 11 months ago

is true this addon is not working in any way.

sharkiller commented 11 months ago

@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

wiormax commented 11 months ago

@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

sharkiller commented 11 months ago

@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?

wiormax commented 11 months ago

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

sharkiller commented 11 months ago

@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?

wiormax commented 11 months ago

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

sharkiller commented 11 months ago

@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

wiormax commented 11 months ago

running so my ott format list doesnt work with this app

thanks

sharkiller commented 11 months ago

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

wiormax commented 11 months ago

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

sharkiller commented 11 months ago

@wiormax I see some errors

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/
wiormax commented 11 months ago

ok got it thanks

audiopsicotiko commented 11 months ago

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.

sharkiller commented 11 months ago

@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.

audiopsicotiko commented 11 months ago

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