GithubHelp home page GithubHelp logo

td's People

Contributors

citux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

td's Issues

caching

Enabled some caching to reduce traffic

Error : stream offline :(

Sometimes I have this error when I try to watch a stream. (I have this bug all time on the same streamers)

bad stream quality

I don't know if it's a bug or not but the stream quality is bad I think it's a bug. Archived videos quality is good.

Streams load as .ts files

Whenever I attempt to watch a stream of any quality from TD (latest version) in VLC for Android (latest version), all I get is a few clips, around a second each. File format is .ts. Screenshot of what I get is attached. My guess is some change on Twitch's end, because it worked previously with the same setup.

tmp_13631-screenshot_20170621-1900151721545546

Chat

A chat overlay for the current live stream

TD fails to load some past streams

Few days ago, I noticed that clicking on past streams did absolutely nothing.
A couple of more tries now indicates its only the newest streams which fail.
By fail I mean the app does not load the page listing part 1, 2, etc.
Very old streams seems to load.

I made a video illustrating the problem:
http://youtu.be/jWOHVElGh_I

In the video, I was using the default settings (medium quality). It is also present with source quality.
Version is 0.4.2

ACTION REQUIRED: Twitch API Version Update

ACTION REQUIRED: Twitch API Version Update

TL;DR: Read all of this. It’s important and will break your integrations. We’re changing how the Twitch API works and old versions of our API will be deprecated and removed.

Today, we’re delivering a change that you’ve requested for quite some time! Twitch API v5 is available now and uses IDs to reference users instead of usernames. This new API version puts us in a better position to add new functionality and features to both the API and the Twitch website.

You can start using v5 and upgrading your integrations today. You simply pass the application/vnd.twitchtv.v5+json header on your requests. We’re working hard to deliver reference documentation on the affected endpoints by mid-December. Here is a quick example:

Retrieving a user in v3
curl -H 'Client-ID: XXXXX'
-H 'Accept: application/vnd.twitchtv.v3+json'
https://api.twitch.tv/kraken/users/dallas

Retrieving a user in v5
curl -H 'Client-ID: XXXXX'
-H 'Accept: application/vnd.twitchtv.v5+json'
https://api.twitch.tv/kraken/users/44322889

There are other changes to note with this version:

  • The _links object is removed from all responses. As a developer, you will be responsible for handling the paging offsets when polling the API.
  • Added sub-second precision to time fields.
  • Removed /games/featured endpoint.
  • Removed delay, background, and banner from the channels response object.
  • Replaced q and type parameters on the search endpoint. The q parameter is now called query. The type parameter is always set to suggest.
  • Removed paywalled field from the video response object.
  • Removed /kraken/chat, /kraken/chat/emoticons, and /kraken/chat/emoticon_index.

** What does this mean for me as a developer?

You need to migrate your code to use v5. On February 14, 2017, we will be removing v1 and v2 of the API and transition v3 into a deprecated state. In one year (February 14, 2018), v3 will be removed from the API. We hope that this gives enough transition time for your integrations.

If your integration relies on username now, you can use the /users endpoint to translate from a username to an ID as shown below.
curl -H 'Client-ID: XXXXX'
-H 'Accept: application/vnd.twitchtv.v3+json'
https://api.twitch.tv/kraken/users/dallas

For questions regarding this transition, please ask on the developer forum thread (https://discuss.dev.twitch.tv/t/twitch-api-version-update-discussion/8132) . We know this is a big transition and want to help in any way that we can.

Thank you for being a part of the Twitch Developer community!

Shortcut

Ability to add a shortcut to the laucher, which opens the channel of a streamer

The project

Must say this is one of the better twitch clients out there, is it still being developed?

Can't choose quality

Usually when you go on a stream (on pc browser) there options: low medium High etc. On these streams i can choose quality in app.
But if quality options look like this 360p 480p 720p 1080p 720p30 whichever quality i choose in app it goes for best.1080p quality stream requires high connection speed, which i have not.

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.