Skip to content

stream vrv to vlc or mpv (and bypass regional restrictions)

Notifications You must be signed in to change notification settings

yafyz/vrv_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

what does it do

plays VRV content through VLC or MPV

proxy support for bypassing VRV being unavailable in your country

(only used to get Policy Data, which is needed for all the requests)

probably only works for crunch

how to use

py vrv_player.py or py vrv_player.py (SERIES_ID/VRV_URL)

to launch with mpv use --mpv flag, ex py vrv_player.py --mpv

mpv rn only works if its in path

requires urllib3

requires a config file named config.json which contains proxy info

{
    "proxy": {
        "username": "",
        "password": "",
        "host": ""
    }
}

the proxy should be located in USA

for free decent proxy, you can use windscribe

  1. install the extension
  2. select USA location (ex. US central - Dallas)
  3. right click on a page -> "View Debug Log"
  4. ctrl+f -> "authCredentials" for proxy username and password
  5. ctrl+f -> "proxy location" for proxy ips

About

stream vrv to vlc or mpv (and bypass regional restrictions)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages