Trying to have chat integration for Vimeo player - vimeo

We are trying to move from using embed
(https://www.vimeo.com/event/${videoId})
to using player (https://player.vimeo.com/video/${videoId})
but Vimeo Player does not seem to support having chat, which we could access like https://www.vimeo.com/event/${videoId}/chat
Does anyone know of a solution for Chat with Player ?

Related

How to embed VAST with audio web player?

I'm building a web music player. I'm using a https://howlerjs.com as a player library.
I need to embed Ads to the music player. I get a tag url like this
https://pubads.g.doubleclick.net/gampad/ads?iu=......
I've been searching via Internet for 2 days but found nothing. I found that Google has a IMA SDK but I've found only a document shows how to embed Ads with Video player - https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side
Please help.

Does the Vimeo Unity SDK allow Vimeo livestreams to display in my Unity App?

Im interested in using the Vimeo Unity SDK to display Vimeo livestreams in our app. We plan to have the app built both for Unity WebGL and Mobile.
Can someone confirm if this is possible using Vimeo Unity SDK? I know it allows for uploaded videos to be streamed, but does it also allow for livestreams to be displayed?
Thanks!

Insert html video player in As2 page

I have a online courses with a lot of videos. These videos are in Vimeo for the app of this courses but I use flv loaded to the server in my flash version and the administrator wants to get off these flv.
Cause I don't know a bit of AS3, i can't use the vimeo api. So:
How can I display a webpage (where an html player will be running the video) in my swf? Like some kind of web object. The result, must be the video page inserted in the swf area
Please, be specific in your answer, my knowledge of coding is poor.
Thanks a lot! :)
The best way to approach this would be to setup an ExternalInterface in the Flash course that will communicate with the page. From there, Flash can call a method that is responsible for rendering an iframe embed of the Vimeo player. You'll probably have to pass both the video_id and the location where the video should be displayed (x/y in the event that it changes).
Once you have the javascript setup to render the iframe embed where you need it, you can interact with the player via the Javascript API (https://developer.vimeo.com/player/js-api). The player would essentially be rendered above the Flash (kind of like a lightbox), but will allow the control that you need.
You can also setup whatever playback controls that you need to pass from Flash to Javascript, and eventually to the iframe via the API.
Please let me know if you need any more clarification on how this can be setup.

Dailymotion API Actionscript

Hope someone will be able to help me,
I am currently working on a flash project and i have to play youtube and dailymotion video. (this application is full actionscript3 not in a flash app in a browser).
I am trying to make the actionscript youtube api and it does work i can load and play videos.
But when i am trying to use the dailymotion api in actionscript3 : http://www.dailymotion.com/fr/doc/api/player-deprecated/flash_api
I can display the api, load videos, but when it comes to play i get those message:
One is about Sandbox violation,
another message is : interruption of your connection something called l2 visiblemeasures.
Can someone help me?
Thanks
You probably use the Flash player content debugger.
When using the standard Flash Player (not the content debugger one) those messages should not be displayed and the video should play normally and smoothly.
Sandbox violation might occur in some cases when no crossdomain policy is setup.
Those messages are not critical as long as they don't crash the player and the streaming when using standard Flash Player.
Best.

how to play slideshare presentations using html5 player and slideshare API?

I am using slideshare player api http://www.slideshare.net/developers/playerapi to embed player in to my web application but it is embedding flash player and which is not playing on mobile devices(ipad). how can I get html5 player from slideshare?
SlideShare now has a HTML5 player, probably it's new judging by the time of your question and my current experience with it's oEmbed implementation.
It's still confusing though because I'm not able to find proper documentation on the new player.
I hope they update this soon.