Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49247

Error in playing Live stearming

$
0
0

@Jayanthkumar wrote:

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

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49247

Trending Articles