Jump to content
  • 0

WebRTCAppEE - player


MontBlanc
 Share

Question

Hi,

I have got a running server - however the WebRTC player does not load on various browsers etc -

I have seen snippets of code with CDN's and stuff -
Is there a simple standard Wrapper I can use in most browsers that just works for most I can't find one -

 

Thanks

 

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

it doesn't play on an iPhone in Chrome or Safari on iPhone 

 

I saw there were some CDN's to deliver bits for faster start currently it takes a while to boot in

 

the code is as follows

 

<iframe src="https://streamer.example.com:5443/WebRTCAppEE/play.html?id=UQmuNN9L7Qu5166896949&amp;autoplay=true&amp;playOrder=dash" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"><span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"> </span></iframe>

 

Link to comment
Share on other sites

  • 0

also autoplay does not work on Safari on Mac but does in Firefox on Mac

If I switch to a separate tab in my browser the stream slows down and then speeds up when I go back but there is a delay which means if a viewer looks at something else the video stops or has to catch up when they go back.

I am using the standard install - I have also installed videos but not used yet

 

 

Edited by MontBlanc
Link to comment
Share on other sites

  • 0
23 minutes ago, usama said:

This is useful : https://developer.chrome.com/blog/autoplay/

BTW
@usama if user did not interacted with the page, the video gets paused. Can we use mouseover event to play the video.

Link to comment
Share on other sites

  • 0

@rahul7827 some browser does not allow to play the video until user has not interacted with the page . but they might support the autoplay if the audio is muted in the video tag. I don't think it might be possible to do that with mouseover without interaction with the page like clicking.

Edited by usama
Link to comment
Share on other sites

 Share

×
×
  • Create New...