All Projects → TwitchPotPlayer → TwitchPotPlayer

TwitchPotPlayer / TwitchPotPlayer

Licence: GPL-3.0 license
Extensions for PotPlayer to watch Twitch streams without streamlinks or any crap.

Programming Languages

AngelScript
46 projects

Projects that are alternatives of or similar to TwitchPotPlayer

Twitchpotplayer
Extensions for PotPlayer to watch Twitch streams without streamlinks or any crap.
Stars: ✭ 112 (-29.56%)
Mutual labels:  twitch, extension, stream, vlc, videoplayer
twitchpipe
Pipe your favorite Twitch streams to the media player of your choice, or a file to save them for later. Supports low-latency playback.
Stars: ✭ 28 (-82.39%)
Mutual labels:  twitch, stream, vlc
StreamLinkerino
Twitch.tv client using only StreamLink, MPV, and Chatterino
Stars: ✭ 26 (-83.65%)
Mutual labels:  streamlink, twitch, stream
Streamlink
Streamlink is a CLI utility which pipes video streams from various services into a video player
Stars: ✭ 6,883 (+4228.93%)
Mutual labels:  streamlink, twitch, vlc
Streamlink Twitch Gui
A multi platform Twitch.tv browser for Streamlink
Stars: ✭ 2,059 (+1194.97%)
Mutual labels:  streamlink, twitch, livestreamer
torrent-dl
Streaming Torrent Client for Python
Stars: ✭ 28 (-82.39%)
Mutual labels:  stream, vlc
Ttv aderaser
TTV AdEraser aims to remove livestream ads as well as add some useful features to our favourite streaming site.
Stars: ✭ 122 (-23.27%)
Mutual labels:  twitch, extension
Streamwall
Display a mosaic of livestreams. Built for streaming.
Stars: ✭ 160 (+0.63%)
Mutual labels:  twitch, stream
Twitch Js
A community-centric, community-supported version of tmi.js
Stars: ✭ 225 (+41.51%)
Mutual labels:  twitch, stream
Multistreamer
[discontinued] A webapp for publishing video to multiple streaming services at once.
Stars: ✭ 281 (+76.73%)
Mutual labels:  twitch, stream
Vscode Twitch Highlighter
This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
Stars: ✭ 169 (+6.29%)
Mutual labels:  twitch, extension
Twitch Hls Adblock
Block advertisements that are inserted in Twitch streams directly.
Stars: ✭ 242 (+52.2%)
Mutual labels:  twitch, extension
Ttv Ublock
Blocking ads on that certain streaming website
Stars: ✭ 1,008 (+533.96%)
Mutual labels:  twitch, extension
Twitchrecover
Twitch VOD tool which recovers all VODs including those that are sub only or deleted.
Stars: ✭ 123 (-22.64%)
Mutual labels:  twitch, stream
Orion
Cross platform Twitch.tv client
Stars: ✭ 298 (+87.42%)
Mutual labels:  twitch, stream
Transport Eta
Twitch streamed 🎥playground repo, README speaks to you.
Stars: ✭ 223 (+40.25%)
Mutual labels:  twitch, stream
streamdvr
DVR for streaming entertainment
Stars: ✭ 51 (-67.92%)
Mutual labels:  streamlink, twitch
TwitchCompilationCreator
A fully automated system that transforms Twitch clips into gaming compilations
Stars: ✭ 172 (+8.18%)
Mutual labels:  streamlink, twitch
godot-twicil
Godot TwiCIL – Godot Twitch Chat Interaction Layer
Stars: ✭ 57 (-64.15%)
Mutual labels:  twitch, extension
NativeTwitch
Native Twitch Player
Stars: ✭ 64 (-59.75%)
Mutual labels:  streamlink, twitch

Twitch Extension for PotPlayer

PotPlayer is a multimedia software player developed for the Microsoft Windows operating system.

PotPlayer plays Youtube videos quite native with title, description, subtitles and with the choice of quality. In May 2018 developers released first stable version with extensions support (written in AngelScript). So I wrote extensions for native playing Twitch streams, VODs and clips.

Credentials

Upd: if you want use the Twitch Extension without your own account, just leave a useOwnCredentials field in config.ini with 0 value.

Since 11 May 2020 Twitch begins to permanently require an authorization for all Twitch API endpoints. So I added an experimental own proxy endpoint to this extension. If you do not trust proxy, you can enter your credentials to the config.ini.

How to fill config.ini:

Installation

  • Just download this repository.
  • Unzip it.
  • Copy Media folder to c:\Program Files\DAUM\PotPlayer\Extension\ or {PotPlayer_Folder}\Extension\.

Twitch

/Media/PlayParse/MediaPlayParse - Twitch.as

This extension lets you open all twitch links, like:

After opening link you will see something like this.

image

  • Stream title is displayed in the player header.
  • In description you can see "{Title} | {Game} | {Channel}".
  • Video resolution can be changed in the quality menu in the right bottom corner.

The file config.ini adds a few display settings.

  • showBitrate=1 — shows bitrate in context menu (H). Valid values: 1 or 0.
  • showFPS=1 — shows fps in context menu (H). Valid values: 1 or 0.
  • gameInTitle=0 — shows game in title. Valid values: 1 or 0.
  • gameInContent=1 — shows game in content. Valid values: 1 or 0.
  • clientID= — takes clientID for API calls to the Twitch. It is highly recommended to get your own clientID on the Twitch and insert it here. If the value is empty, the default value is taken. If you insert an invalid value, the extension will not work.
  • oauthToken= — OAuth Token is needed when you want to watch "Subscriber-only" VODs and you are subscribed to this channel. Leave this field blank if you don't need this feature. Valid values: oauth:fboyX2pnceTQJdUaLqNMFceBPUi9TS. You can generate your own token from OAuth Password Generator.

/Media/UrlList/MediaUrlList - Twitch.as

This extension lets you see in File URL List all online channels that you follow. Unfortunately PotPlayer has no interface to login in Twitch yet. So you need to put your username in Media/UrlList/config.ini. After this open PotPlayer and press Ctrl + U, you will see following window.

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].