- xupnpd_youtube fixed plugin for xupnpd v1 with youtube api v3 support
Fixed plugin from third party developers, thanks to everyone who let this piece of software to be.
Get video by:
- name from http://www.youtube.com/user/name
- id from http://www.youtube.com/channel/id
- favorites/username
- favorites/id
- playlist/id
- search/search_string/optionalregion/optionallanguage(ISO 639-1 Code)
- YouTube channels: channel/mostpopular/optionalregion
- Uses youtube api v3
You can get xupnpd from github or via repo for you device. Usually it can be founded inside openwrt, entware repos.
Plugin can get video only 360p or 720p. If you have bad internet, choose 360p. (For now it is only 360p as youtube dropped format 720p aka 22)
Required minimal:
- Curl with ssl support.
- Replace plugin file inside xupnpd plugin directory.
- Get API key from google developers console: https://console.developers.google.com
- Replace *** with your new key in section &key=*** inside plugin file. Save file.
- Restart xupnpd, remove any old feeds that was made for youtube earlier. Add new one based on ui help patterns.
Optional:
- Plugin uses third party server to get video and retransmit it to your dlna clients.
- You may use it as is, or start your own server, check README.md inside files dir.