Git Product home page Git Product logo

jwplayer-sdks's Introduction

JW Player Developer SDKs

The following documentation explain how you can further customize the experience with JW Player. A provider is a media rendering engine, the default engines in JW Player are to request HTML5 media, HLS manifests, and DASH manifests. To customize your own media request and rendering engine, follow the documentation in the JavaScript Providers section below.

JavaScript Providers

Info about writing javascript media providers can be found in the providers directory.

jwplayer-sdks's People

Contributors

donato avatar emaxsaun avatar esboyd avatar pablos1 avatar paulmandal avatar robwalch 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

Watchers

 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

jwplayer-sdks's Issues

How to download HLS m3u8 link from jwplayer and save in local disk?

Hello:
I found one of the soccer games web pages, the following useful information:

<script src='https://client.1proxy.xyz/socket.io/socket.io.js'></script>

var socket = io("wss://client.1proxy.xyz");
socket.on("connect", () => {
socket.emit("d", videoId);
});
var videoId = getParameterByName("id");
var country = getParameterByName("country");
var playerInstance = jwplayer("mediaplayer");
playerInstance.setup({
"playlist": [
{
"sources": [
{
"default": false,
"type": "hls",
"file": https://m3u8.1proxy.xyz/media/${videoId}/playlist.m3u8,
"label": "0"
}
]
}
],
primary: "html5",
hlshtml: true,
autostart: true,
mute: false,
width: "100%",
height: "100vh",
liveTimeout: 10000
});

I can see that the web site is using jwplayer (version 8.20.5) to play live HLS stream, but the stream seems coming from a socket.io server (secure websocket) at: wss://client.1proxy.xyz

One of such HLS m3u8 link is like this: https://m3u8.1proxy.xyz/media/g_12/playlist.m3u8
So, the {videoId} is g_12.
I have tried to use Youtube-DL to download some m3u8 link, but failed, try using Edge Addon: Video DownloadHelper, also failed.
I want to know if I can try to download HLS directly from the WSS server:
wss://client.1proxy.xyz
I don't know much about jwplayer, I want to know if I can download HLS from jwplayer, and save in local disk.
Thanks,

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.