mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
98 stars 43 forks source link

cant play widevine streams. #55

Closed RUBINELEZI closed 2 years ago

RUBINELEZI commented 3 years ago

Hello, following the your documentation I try to play this stream protected by widevine.

 var drmConfig = {
                type: 'WIDEVINE',
                option: {
                    ContentURL: 'here comes manifest.mp',
                    DRMServerURL: 'here comes proxy server',
                    DeviceID: Player.getESN(),
                }
            }

            Player.setDrm(drmConfig);
            Player.play('here comes manifest.mp', 0, {mediaType: 'WIDEVINE'});

However, this does not work, no error messages showing. the stream link is 100% working

naja7host commented 3 years ago

it appear the project is abandoned by their owners.