@wandie wrote:
hello, i am developing a streaming application and this is my code, it doesnt reflect anything yet it seems to be right in all written, how can i make it work to live stream videos online.
//streaming medaia here
liveStream()
{
let options: StreamingVideoOptions = {
successCallback: () => { console.log(‘Finished Video’) },
errorCallback: (e) => { console.log('Error: ', e) },
orientation: ‘portrait’
};// http://www.sample-videos.com/
this.streamingMedia.playVideo(‘http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_30mb.mp4’, options);
}and in my html code i have
Live TV
</div>
i wil be grateful for the positive feedback
Posts: 1
Participants: 1