GithubHelp home page GithubHelp logo

ustvnow-m3u-server's People

Contributors

esxbr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ustvnow-m3u-server's Issues

Apple TV 4 Playback

Using MrMC on Apple TV 4 from the App Store - enabling everything in the SimplePVR client works fine - it is able to download the EPG and display it - but there seems to be a playback issue. If you can tell me what you would like for logs I would be happy to help, I am guessing it has to do with the RTMP links, but I could be wrong.

just a couple notes

first its just really insecure to submit credentials as plain test try encoding and encrypting them , second you have two if statements that because how you have the sign in set up and whats in them can be condensed into one , try

    if self.path.startswith('/play'):
        args = parse_qs(base64.b64decode(self.path[5:]));

    username = base64.b64decode(encoded user name);
    password = args['i'][0];
    ustv = ustvnow.Ustvnow(username, password);
    password = ustv.gp(args['i'][0]);   

(oh and my gp method)
def gp(self, password):
return des("DESCRYPT", CBC, base64.b64decode(password), pad=None, padmode=PAD_PKCS5).decrypt(my encrypted and encoded password);

Changes to USTVNow

Updates were made to the USTVNow site, and this seems to no longer be working. I know all the Kodi plugins had to be updated, but I don't know the details. Would love for this to be modified so that it is working again.

Stream URL not working

I'm having issues getting this script to work, I've tried the script from the original repository as well as all of the forks and have tried running them with python and python2.7
Usually the channels will be listed 3 times with no current information and the EPG will be filled but the stream won't start playing. If i use the guilleiguaran fork the channels will load once as they should, the EPG is filled and the channel info is loaded sometimes but again the stream won't play.
I've tried opening the stream with VLC but i get an input/output error.
Has something changed with the website that this doesnt work anymore or is there just something wrong with my implementation?
I'm running Ubuntu 16.04

Script Log: http://pastebin.com/vgaCXUnh
Kodi Log: http://pastebin.com/xFxbwisk

UNABLE TO USE RTMP

hey is there a way to use the http stream as i am unable to use rtmp to play in vlc, but if i manually get http url from ustv website it works fine, the token generation and everything is working good, can i change something in the code to get http streams.

Is this still working?

I'll tell you - I've learned more about python and Kodi in the last 48 hours than I ever really expected. I didn't know how to simply run the python scripts from the command line, as indicated in your readme, so I spent most of the weekend merging the code from this into your IP Stalker Plugin, in an attempt to get Kodi to run the web service. After fixing LOTS of indentation errors, I finally realized the python interpreter/compiler is built into OS X, and running the service really was as simple as your readme file indicated. Anyway....

None of the "Play" links seem to work. I tried updating line 96 of server.py with a URL I pulled directly from the mobile site for USTVNow (http://axp.ustvnow.com/i/46F4FWHTMUSTVNOW_DEF@25223/master.m3u8?hdnea=ip=50.249.26.206~st=1459090800~exp=1459119600~acl=/*~hmac=3ad422f3c1db4c81214cfebaac4977d282bf116d81c2dc9ac823940c3f63741e) as a test, and THAT worked. Anything else gives me that dreaded "error probing input format" error in the Kodi logs:

11:33:47 T:123145306673152 ERROR: Open - error probing input format, http://localhost:8787/playaT1odHRwJTNBJTJGJTJGbS51c3R2bm93LmNvbSUyRmltYWdlcyUyRldIVE0ucG5nJnE9MSZjPVdIVE0mdT1taWNoYWVsJTQwYmFpbGV5cG9pbnQuY29tJnA9Q2hlcmllLjA4MjQ=
11:33:47 T:123145306673152 ERROR: Previous line repeats 9 times.
11:33:47 T:123145306673152 ERROR: OpenDemuxStream - Error creating demuxer

So it appears to me that the get_link function is no longer retrieving the correct URLs - and that is why I ask if this is still working.

For my own edification, why don't you set the remote link directly in the channels.m3u? Why go through all the trouble of returning a local URL wrapper that then sends an RTMP link?

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.