Questions tagged [embedded-video]

Embed video - To embed, or place, a video within the HTML code of the page you are posting on. That is to say, creating web videos with an embedded player which can be placed directly into the webpage.

95 questions
124
votes
8 answers

Show Youtube video source into HTML5 video tag?

I'm trying to put a YouTube video source into the HTML5
sri
  • 3,079
  • 7
  • 30
  • 48
30
votes
3 answers

Embedding a live RTSP stream of H.264 video in a webpage

I have a server providing live H.264 video over a network via RTSP (rtsp://...), and I've been trying to find a way to display the stream to users in their browser (on at least Windows and OS X - Linux is a bonus). I currently have VLC Player…
jstol
  • 801
  • 2
  • 12
  • 27
28
votes
3 answers

Playing back an embedded mp4 video in a Facebook like or share using Flash

I have an H.264-encoded mp4 file that I'm trying to get embedded into a Facebook post when the page that's serving it is Liked or Shared. My understanding is that I simply need to have the right Open Graph tags in place on the URL that's…
Rob Hruska
  • 111,282
  • 28
  • 160
  • 186
14
votes
5 answers

Embed video in html file loaded in UIWebView from Documents folder of application

I have an html file named videoplay.html with following content Title

This is demo html file for playing movie file embedded.

Janak Nirmal
  • 22,510
  • 18
  • 60
  • 95
8
votes
2 answers

Play speed of embedded video in Powerpoint

I thought this would be an easy question to find an answer to but surprisingly I hit dead-ends when googling. My issue is that I have embedded a video from my computer in Powerpoint (in Microsoft Office Professional Plus 2013) and I was hoping to…
Cacadam
  • 101
  • 1
  • 1
  • 4
7
votes
3 answers

How can I post to Tumblr an embedded video using the Tumblr API?

I'd like to post a video to tumblr on behalf of the user using the tumblr api (after receiving its access token). It works fine with youtube/vimeo videos, but not when giving a specific video url (without actually uploading it from scratch), such as…
limlim
  • 2,835
  • 2
  • 31
  • 46
6
votes
3 answers

Vimeo embed issue on iPhone

Here is my dilemma: I am creating a site that will allow users to submit videos that will be posted to the site. The user submits a Vimeo link and the video gets posted in an embedded format to the site. Unless the creator of the video has a PRO or…
Trav McKinney
  • 1,000
  • 8
  • 24
6
votes
3 answers

Obtaining direct download link for an embedded Kaltura video

I'm looking at some embedded Kaltura videos and trying to obtain a direct download link. For example, here is a link to an embedded…
user1527227
  • 1,546
  • 3
  • 21
  • 31
5
votes
1 answer

cross browser embedded video grayscale filter

On my page I am embedding a video from vimeo as so

Favopurite songs

Mark
  • 101
  • 1
  • 11
4
votes
1 answer

Python 3.6 Beautiful Soup - Trouble to Get Embedded Video URL during Web Scraping

I am trying to scrape a web page and to retrieve the URL for an embedded video on a web page using Beautiful Soup and requests modules in Python 3.6. When I inspect the HTML on the webpage in Chrome, I can see the .mp4 link of the video. But when I…
4
votes
4 answers

Embedded AVPlayer is not playing video

I am trying to embed video player using Swift. When I run the app, I can see the video player but video is not playing. Could you check out any missing point, please? Thanks in advance. var playerItem: AVPlayerItem? var player: AVPlayer? if let…
zavrina
  • 185
  • 2
  • 14
4
votes
0 answers

iOS: Play Video Embedded in PDF

We want to render a PDF which contains embedded video in our iOS app. I found PSPDFKit (http://pspdfkit.com) gives the same functionalities. However it is the commercial framework. Is there any alternative to achieve this? Thanks.
patel kavit
  • 454
  • 1
  • 6
  • 21
3
votes
3 answers

Python/Django: How to render user-submitted videos code fragments as embedded videos?

I want to enable users to submit video links in a post/comment and render it as embedded videos. For example, youtube supplies code for embedding videos, something like: