rabilrbl / jiotv_go

Unlock the magic of JioTV across all your devices, without the need for the JioTV App. Crafted with love in Golang for a delightful blend of speed and efficiency! 🌟✨
https://jiotv_go.rabil.me/
Other
299 stars 87 forks source link

help needed regarding server host #9

Closed krishnastunning closed 1 year ago

krishnastunning commented 1 year ago

i want to host on server but i got it doesn't enable port 5001 on azure can you help me to fix

rabilrbl commented 1 year ago

Are you sure, this application can work outside Jio network? Because, I haven't tested it.

Azure VM or Cloud functions?

krishnastunning commented 1 year ago

yes it work but need help regarding binding 5001 port with azure vm public ip so i can access with my public ip i wish you will me to update

rabilrbl commented 1 year ago

Go to firewall settings in azure portal for the VM Then enable HTTP or HTTPS port either 80 or 443 if you have ssl certificate Give the optional argument for jiotv_go run command like below ./jiotv_go ":port"

you should see your application if launched sucessfully

krishnastunning commented 1 year ago

application run successfully but i don't see our script listening for port 80 or 443 or 5001 still it shows closed

rabilrbl commented 1 year ago

The script will be running, simple head to /play/143, you'll see page html page with channel not playing error

The error is likely related to JioTV API network blocking, See #4

krishnastunning commented 1 year ago

i don't think it blocked by jio tv can you check refer to https://github.com/dhruv-2015/JIOTVServer he just help with 3500 port which work perfectly

rabilrbl commented 1 year ago

i don't think it blocked by jio tv can you check refer to https://github.com/dhruv-2015/JIOTVServer he just help with 3500 port which work perfectly

Yup, I'm still figuring out!

krishnastunning commented 1 year ago

any update ?

rabilrbl commented 1 year ago

Closing this for now, I'll be looking for a fix to access JioTV api with outside network in the future