Error in playing Live stearming

i am using this method to play live stream

 let options: StreamingVideoOptions = {
            successCallback: () => {
                console.log('Video played');
            },
            errorCallback: (e) => {
                console.log(e);
            },
            orientation: 'portrait'
        };
        this.streamingMedia.playVideo('http://192.168.192:xxxx./DemoApp/index_V3.html',options);

i have doubt is it video is not playing since it is in .html extension…???

not able to live stream