Started work on channel descriptions and thumby updates.
This commit is contained in:
parent
b5e54afe99
commit
688afa09e8
7 changed files with 150 additions and 2 deletions
|
|
@ -99,6 +99,8 @@ class player{
|
|||
}else if(data.media.type == "livehls"){
|
||||
//Create a new HLS Livestream Handler for it
|
||||
this.mediaHandler = new hlsLiveStreamHandler(this.client, this, data.media);
|
||||
}else if(data.media.type == 'dm'){
|
||||
this.mediaHandler = new hlsDailymotionHandler(this.client, this, data.media);
|
||||
//Otherwise, if we have a raw-file compatible source
|
||||
}else if(data.media.type == 'ia' || data.media.type == 'raw' || data.media.type == 'yt' || data.media.type == 'dm'){
|
||||
//Create a new raw file handler for it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue