azure blob video not showing video only plays audio - javascript

I have uploaded video using C# and saved on azure storage with content type set video/mp4. When I want to play the video on browser the video is not shown only audio is playing.
URL: http://snapshotprojectmedia.blob.core.windows.net/projectmediafiles/2.mp4
You can simply navigate this link in chrome to test.

Related

How to open/play a video by click a image button video by using api in javascript/AJAX

I use api in the from of json. In JSON file have many link as well as a video link. I want the video link play in next window.

Am I allowed to hide a YouTube video after a user action?

This question is slightly different from:
https://stackoverflow.com/questions/15034835/can-i-hide-a-embeded-youtube-video-or-is-that-against-the-terms-of-use
When a user visits our website, the YouTube player is visible and in the right size. A user can play the video and see the whole video. Nothing fancy. However we want to put the player in a tabbed interface. Meaning that the user can hide the video by going to another tab. For example:
Video | Info | Share
When the site loads the Video tab is active, but users can click "Info", then the video is hidden while the video keeps playing in the background.
Is this allowed? I would say gray area but I'm not sure. We always show the YouTube logo and link to the YouTube video on youtube.com btw. Also, if a users scrolls down on youtube.com, the user also hides the video and can still hear the audio. Is this perhaps the same area?
This is in their terms of services so i would say it is not allowed
8.separate, isolate, or modify the audio or video components of any YouTube audiovisual content made available through the YouTube API;
9.promote separately the audio or video components of any YouTube audiovisual content made available through the YouTube API;
14.use a video player smaller than the minimum video player size set forth in the YouTube API documentation and specifications.
https://developers.google.com/youtube/terms?hl=it

How to play web page mp3 url in HTML5 player?

I am working on a page where i have multiple mp3 links (url) for example,
play
I would like to play them in a player using playlist and also a download button. Is there any easy way i can get it done!
Thank you all.

How to get the reference to the Movie player controller from the video tag in the webview?

I've a view controller which presents a webview, with a video tag, when the video begins to play, it plays in the full screen mode in the native iOS video player.
How can I get the reference to the Movie player controller, which is being presented by the webview in the code ?
Once, I get the reference I need to add a button to the player via code.

How to streaming video conferencing using webRTC

I am creating a simple video conferencing application using webRTC.
Find source code here
When I click on the "Setup New Meeting" button, then video streaming start and show new hyperlink like:
When I click on it a new tab opens with video streaming in this tab and both tabs capture video and in both tabs video conferencing is working.
See the below image:
In this image you'll the the list of cameras attached to a user's computer. I would like to do the following:
When I select any camera from the list it will be load in the
appropriate <Section>
When I click on <Camera 1> it will be load in Local Media Stream of user side and other side it will display in Remote Media stream
When I click on <Camera 2> it will be load in Local Media Stream of user side and other side it will display in Remote Media stream
What is the best way to go about achieving this?

Categories

Resources