Giter Site home page Giter Site logo

Comments (23)

siddharthsky avatar siddharthsky commented on May 18, 2024 1

chmod + jiotv_go-v0.5.3-darwin-amd64 ~ $ ./jiotv_go-v0.5.3-darwin-amd64 bash: ./jiotv_go-v0.5.3-darwin-amd64: cannot execute binary file: Exec format error ~ $

you missed "x".

chmod +x jiotv_go-v0.5.3-darwin-amd64

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024 1

@siddharthsky I have figured out the error, the error is related to golang, where it fails to lookup for DNS. As mentioned in golang/go#8877 . I will be testing thoroughly and pushing a fix with custom DNS settings.

from jiotv_go.

Mjsharma54 avatar Mjsharma54 commented on May 18, 2024 1

@siddharthsky thanks bro now working for me

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024 1

@siddharthsky nice catch 😁, I couldn't find otherwise, the error is related to flowplayer, I'll need to change the player once again. Will push v0.6.0 with new player

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024 1

@siddharthsky I have pushed a hot fix v0.5.6 should be playable. Check and lemme know

from jiotv_go.

siddharthsky avatar siddharthsky commented on May 18, 2024 1

@siddharthsky I have pushed a hot fix v0.5.6 should be playable. Check and lemme know

It has fixed the issue.

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024

@Mjsharma54 If the problem is solved, please close this issue.

from jiotv_go.

Mjsharma54 avatar Mjsharma54 commented on May 18, 2024

chmod +x jiotv_go-v0.5.3-darwin-amd64
~ $ ./jiotv_go-v0.5.3-darwin-amd64
bash: ./jiotv_go-v0.5.3-darwin-amd64: cannot execute binary file: Exec format error
~ $

from jiotv_go.

Mjsharma54 avatar Mjsharma54 commented on May 18, 2024

Problem still same

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024

@Mjsharma54 Read the instructions carefully, you are using darwin build, I said jiotv_go-...-linux-arm64

from jiotv_go.

Mjsharma54 avatar Mjsharma54 commented on May 18, 2024

GIN] 2023/08/31 - 17:26:36 | 500 | 22.633334ms | 127.0.0.1 | GET "/"

from jiotv_go.

siddharthsky avatar siddharthsky commented on May 18, 2024

GIN] 2023/08/31 - 17:26:36 | 500 | 22.633334ms | 127.0.0.1 | GET "/"

Try this binary:
jiotv_go-v0.5.3-linux-arm64

Steps:

  1. wget https://github.com/rabilrbl/jiotv_go/releases/download/v0.5.3/jiotv_go-v0.5.3-linux-arm64

  2. chmod +x jiotv_go-v0.5.3-linux-arm64

  3. ./jiotv_go-v0.5.3-linux-arm64

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024

@Mjsharma54 use these 👆

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024

@siddharthsky what were those builds?

You are free to have your own version of jiotv_go, only with open source code and same licence. Don't post otherwise.

If you are testing something, please also mention the same.

The reason why I stopped android builds is because, linux builds are running fine in termux. Android builds had more error compared to linux builds

from jiotv_go.

siddharthsky avatar siddharthsky commented on May 18, 2024

@siddharthsky what were those builds?

You are free to have your own version of jiotv_go, only with open source code and same licence. Don't post otherwise.

If you are testing something, please also mention the same.

The reason why I stopped android builds is because, linux builds are running fine in termux. Android builds had more error compared to linux builds

@rabilrbl There is nothing new in the build I provided . I manually built it on Android arm64 by cloning the main repo.

Because the Linux builds from current release and Android builds from previous releases were not working at all for me. [ connection refused error ]. Still trying to figure out what is the problem with automatic release builds.

GIN] 2023/08/31 - 17:26:36 | 500 | 22.633334ms | 127.0.0.1 | GET "/"

The manually built version is working without a hiccup on Android. You can try.

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024

@siddharthsky I have applied fix for dns resolution error on Android, please test the latest build v0.5.4 (linux build) and see if error persist

from jiotv_go.

siddharthsky avatar siddharthsky commented on May 18, 2024

@siddharthsky I have applied fix for dns resolution error on Android, please test the latest build v0.5.4 (linux build) and see if error persist

@rabilrbl

Tested : jiotv_go-v0.5.4-linux-arm64 on Termux

Tried :  

  •   ./jiotv_go-v0.5.4-linux-arm64 [working] 🎉
    • index page   ✅
    • channel playing   ✅
    • IPTV via playlist   ✅
  •  ./jiotv_go-v0.5.4-linux-arm64 :7777 [working] 🎉 
    • index page   ✅
    • channel playing   ✅
    • IPTV via playlist   ✅
  •  ./jiotv_go-v0.5.4-linux-arm64 192.168.1.111:3500 [partially working]
    • index page   ✅
    • channel playing   ❌
    • IPTV via playlist   ✅

SC

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024

@siddharthsky why do you want to specify an ip?

from jiotv_go.

siddharthsky avatar siddharthsky commented on May 18, 2024

@siddharthsky why do you want to specify an ip?

@rabilrbl
As mentioned in #5 (comment)

For using phone as a server for hosting and using IPTV m3u on TV.

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024

@siddharthsky for that ./jiotv_go :5001
Now you can access jiotv_go from all your local network using devices local ip

from jiotv_go.

siddharthsky avatar siddharthsky commented on May 18, 2024

@siddharthsky for that ./jiotv_go :5001
Now you can access jiotv_go from all your local network using devices local ip

@rabilrbl Yes, 

But same site accessed through

  •  localhost:5001 [working] 🎉 
    • index page   ✅
    • channel playing   ✅
    • IPTV via playlist   ✅
  • via device IP  192.168.1.111:5001 [partially working]
    • index page   ✅
    • channel playing   ❌
    • IPTV via playlist   ✅

Tested on same device.

from jiotv_go.

rabilrbl avatar rabilrbl commented on May 18, 2024

Send me logs both frontend and back-end

from jiotv_go.

siddharthsky avatar siddharthsky commented on May 18, 2024

@rabilrbl
frontend-console-export-2023-9-2_13-9-9.txt
log.txt

from jiotv_go.

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.