cralin / plugin.video.TVOnline.ro

Kodi addon for accessing live TV channels from various romanian online platforms
GNU General Public License v3.0
21 stars 4 forks source link

[request] Add Antenaplay #1

Closed rednblkx closed 3 years ago

rednblkx commented 3 years ago

Hi, i was wondering if you could integrate antenaplay in your addon using the URLs from below attached Charles session. AntenaPlay.chls.zip

cralin commented 3 years ago

Hi,

I don't think the method you used to obtain those URLs is going to be sustainable for the long run.

However, assuming that some day I could get access to a valid user account on the antenaplay.ro website, I wouldn't mind taking a shot at it.

rednblkx commented 3 years ago

Yeah, you are right, don't know what I was thinking, if you want you could take a look at my JavaScript Implementation for this here https://github.com/redmusicxd/iptv_ro/blob/main/antena.js

On Sat, 27 Feb 2021, 15:26 cralin, notifications@github.com wrote:

Hi,

I don't think the method you used to obtain those URLs is going to be sustainable for the long run.

However, assuming that some day I could get access to a valid user account on the antenaplay.ro website, I wouldn't mind taking a shot at it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cralin/plugin.video.TVOnline.ro/issues/1#issuecomment-787072498, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAX5VD6KXU7J7QHEMPZLFDTBDXGRANCNFSM4YHFNPJA .

cralin commented 3 years ago

Unless the .js file mentioned by you would somehow help me obtain a valid user account that can be used to play the streams available after the user account is successfully authenticated to the web site, I'm not really sure what I can do with it.

rednblkx commented 3 years ago

Ok, sorry to bother you then.

On Sat, 27 Feb 2021, 23:02 cralin, notifications@github.com wrote:

Unless the .js file mentioned by you would somehow help me obtain a valid user account that I can use to play the streams available after the user account is successfully authenticated to the web site, I'm not really sure what I can do with it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cralin/plugin.video.TVOnline.ro/issues/1#issuecomment-787134703, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAX5VCN47TNTAQ3LCZ7M4DTBFMUXANCNFSM4YHFNPJA .

rednblkx commented 3 years ago

Just a note, you could just use the free account.

cralin commented 3 years ago

Have you tried to use a free account in order to log-in with a web browser on the portal and then play a stream ?

Does it show you anything else other than a big button to pay for a subscription and a link that is supposed to allow you to play the stream for 2 minutes but it actually does not work ?

I'll be more than happy to reconsider this request as soon as the situation changes and the minimum prerequisites for starting development are fulfilled.

rednblkx commented 3 years ago

Yes, of course i did, that’s how I wrote my script. On Tue, 2 Mar 2021 at 23:43, cralin notifications@github.com wrote:

Have you tried to use a free account in order to log-in with a web browser on the portal and then play a stream ?

Does it show you anything else other than a big button to pay for a subscription and a link that is supposed to allow you to play the stream for 2 minutes but it actually does not work ?

I'll be more than happy to reconsider this request as soon as the situation changes and the minimum prerequisites for starting development are fulfilled.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cralin/plugin.video.TVOnline.ro/issues/1#issuecomment-789241217, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAX5VEM5ER5XG6QYF65EWDTBVLZDANCNFSM4YHFNPJA .

rednblkx commented 3 years ago

Seems like something is blocking the player.

rednblkx commented 3 years ago

On page load Screenshot_20210302_235154 After clicking "Incepe vizionarea" Screenshot_20210302_235237

cralin commented 3 years ago

The clicking on "Incepe vizionarea" text does not work in my case (it seems to be just a blue string that does not trigger anything).

Is this somehow browser or location dependent ?

rednblkx commented 3 years ago

browser dependent, don't think so. location as in geographical location? then yes

rednblkx commented 3 years ago

but i do have one thing to add, i'm using the uMatrix addon and i had to whitelist zencdn.net

rednblkx commented 3 years ago

as that's where the video player script comes from.