0
votes
1answer
45 views

How to embed an m4v video file to my html webpage?

I am currently trying to embed the m4v videos in my html webpage. using the following code <video controls="" height="360" width="480"> <source src="path/to/my/m4v/video" ...
0
votes
0answers
39 views

Download embedded videos in html using c++

I'm developing a caching application with c++ under linux. I managed to make it run perfectly for static contents found in pages html source. however it can't cache contents generated dynamically with ...
0
votes
0answers
11 views

Does anyone know how to integrate Shadowbox and Video js with each other?

Does anyone know how I might integrate shadowbox and video js jquery plugins together? I would like a lightbox effect for videos using shadowbox To add support for Ipad mp4 video formats I would also ...
0
votes
1answer
66 views

HTML/Javascript: How to add a live video stream from another website

I am currently trying to add live video-streams from another website to my own for convenience and cannot seem to get it to work. I have already written a droplist using select and options, select ...
1
vote
0answers
40 views

Striped image in H264 stream

i'm working on a video streaming client in HTML, CSS, Javascript an plugin in Google Chrome. The plugin creates an stream using RTP protocol and uses H264 codec to encode and decode the stream. But ...
1
vote
0answers
119 views

Using websocket to stream in video tag

I'm trying to stream a (WebM or MP4) video from Node.js to HTML5 using websockets (the websocket library is Socket.IO on both server and client). The browser in use is the latest version of Chrome ...
0
votes
0answers
36 views

MediaSource Api does not behave properly if Each media Segment contain single I frmae

I am experimenting on chrome Media source API . I have some data H264 data . In this data every frame is I-frame( Random Access Point) . Then Media-Segment is created per I frame .and then this ...
0
votes
0answers
77 views

Dynamically loading Sublime HTML5 Video player

I am trying to dynamically load a bunch of sublime videos in from my page, and I am having trouble with the difference between the 'sublime' and 'sublimevideo' objects, and the docs aren't too ...
0
votes
0answers
101 views

vlc plugin how to change audio track on live streaming

I use vlc plugin. How to change audio track on live streaming channel? I tried some code but no luck <script type="text/javascript"> vlc.audio.track = "2"; </script> <script ...
1
vote
1answer
86 views

Streaming video from a server download

I sure this could be a stupid question after all but i have a personal project in mind, i want to develop a app web with a html5 video that buffer video from a server service of hosting files ...
1
vote
0answers
33 views

Can a link to download media file be streamed on for the video

Hey there i have some url's from external site that returns some media file as download. The response is media file as an attachment. I am trying to stream from this link in my site i am doing to ...
1
vote
1answer
120 views

Streaming more than 6 HTML5-based webm videos simultaneously in Chrome

I'm looking for a way to stream multiple (16) live webm videos in Google Chrome for a CCTV application. So far everything I try caps out at 6 live streams, after which videos begin firing "stalled" ...
2
votes
1answer
91 views

download ONLY audio from a streaming video?

I understand that I can make a range request to download a specific time range for a streaming web video. I'm wondering now if it is possible to request only the MP3 or AAC audio stream from a video, ...
0
votes
0answers
52 views

Streaming multiple videos at the same time in video.js

I have a question regarding streaming multiple video files at a time. My scenario is as follows: I have 10 video files and length for each of them is maximum 2 min. While playing Video File 01 it ...
0
votes
1answer
492 views

Send Canvas images as a file stream HTML5

I am developing a system where the mobile device camera is accessed in the browser and the camera stream frames are send to the other side synchronously. The sent frames are processed further on the ...
0
votes
0answers
52 views

How to get frames of a streaming video in interval of 1 second as images using JavaScript?

I want to fetch a frame of a streaming video (such as Youtube, Vimeo, etc.) every second as an image and do calculations on every received image immediately. Is it possible to accomplish it ...
3
votes
0answers
77 views

Appending .webm video chunks using the Media Source API does not work for every video

I have modified this example in order to run it with my own videos. It does not work for any video. In particular, it does not start to play if the video has a duration > 5 sec (I mean the complete ...
0
votes
1answer
36 views

conditional changing the source and dimentions of video in javascript

I have this code below: <script type="text/javascript"> jwplayer("container").setup({ flashplayer: "http://test.captive-portal.com/jwplayer/player.swf", ...
2
votes
0answers
276 views

Video Streaming: WebRTC vs. VLC vs. Other? [closed]

I am trying to create a media streaming app and am contemplating over which method of streaming video from a local directory on a PC. I am considering using WebRTC through HTML5 and Javascript. This ...
0
votes
0answers
35 views

Are there any free peer-to-peer videostream based on web service?

I would like to create service between two users using video stream like Skype on webpages (JavaScript, PHP). I found this: tokbox jquery webcam require_once 'SDK/API_Config.php'; require_once ...
0
votes
1answer
219 views

flowplayer with splash image not woring with embed code

I have configured one flowplayer with RTMP streaming and embed code generation feature, embed code generation used object based method,the main problem is, i can't add splash image in embed code, I ...
0
votes
0answers
137 views

Dynamically create video (stream) with createObjectURL

I wonder if it is possible to create a html5 video on the fly. Some of you may noticed the new webrtc and its behavior with the video tag. navigator.webkitGetUserMedia('video', gotStream, noStream); ...
0
votes
2answers
782 views

Can someone explain the WebRTC API Documentation?

So I found this W3 article on WebRTC while looking for a way to make a video chatting program that works completely in browser without plugins (and noted that the MediaStream seems to only work in ...
0
votes
0answers
136 views

Can't seek backwards in VideoJS

I am using VideoJS, and running into an issue. The HTML5 version will not 'seek' backwards (rewind). It throws an error "DOM EXCEPTION: INDEX_SIZE_ERR(1)". However when using Flash, it seeks ...
0
votes
0answers
179 views

How to capture video and audio from a webcam and save it to a server?

I am looking for a library or api or something that will let me access a users webcam (with their permission), record the video and audio, and then send it back to the server. The server part is the ...
0
votes
0answers
256 views

open RTSP video stream in WEB page

Can I create a web page which show a stream video taken by my camera (this is the url for accessing it: rtsp://myIpAddress/live_3gpp.sdp) ? I think this is possible using JavaScript ? is it correct?
3
votes
0answers
1k views

How to use the VideoJS flash fallback for RTMP streaming?

I want to set up VideoJS to handle RTMP streaming using VideoJS-SWF player as flash-fallback, which does seem to have some support for it. This is how I'd set up VideoJS for normal MP4 videos: var ...
0
votes
0answers
181 views

Stream video with ac3 audio codec

I'm building a video streaming service for my self and I have trying to stream videos with video codec h.264 and audio codec ac3 in a matroska container. I tried the html5 video element but ac3 is ...
0
votes
1answer
275 views

Playing third party videos in Brightcove video player

I have a few videos hosted on a website and I want to play the videos using brightcove video player. The problem is that they allow only videos to play that are hosted on their video cloud because ...
0
votes
0answers
324 views

iPad WebApp: open m3u8 Video Stream in player instead of browser

I'm currently developing a WebApp for iPhone/iPad (that can be saved to the Home Screen) that lets you select and play m3u8 video streams. Everything works fine, but if i start a video on the iPad ...
0
votes
1answer
101 views

HTML5 Video tag format

So I'm trying to write a server to stream video to a client in html5/javascript, and I'd like to use the already existing framework of the video tag in html5 if that's possible. That being said, I ...
0
votes
1answer
53 views

how to check if there is “no route to host” over and over during streaming a video?

I know that I should use setInterval(function(), time_interval_ms), but I don't know how to write the function() to check if there is a route to host!
1
vote
0answers
423 views

Streaming p2p video using javascript

So, I'm working on an idea for streaming video between two javascript based web clients. I've done some research and it would seem that using websockets are a good option, as you can use a persistent ...
4
votes
1answer
620 views

Stream getUserMedia to an Icecast server?

Is there a way to stream the local blob created by webrtc's getUserMedia (vidio and audio) to an Icecast server, making it possible to live broadcast using HTML5? Specifically in the following ...
0
votes
0answers
45 views

Can anyone suggest a video player [closed]

I need a video player that plays mp4 videos from an xml playlist, but also need to pull information from the xml to create a visual playlist next to the player itself that users can click on to jump ...
0
votes
0answers
357 views

WebGL (Three.js) .m3u8 live stream video texture

I'm trying to get a live video stream to play as a texture in WebGL using Three.js. I've got the video textures working with local files, and I've had some limited success with remote .mp4 files but ...
1
vote
2answers
509 views

Windows 8 Metro and HLS/MPEG-DASH

Does anybody know what will be the streaming format supported in Windows 8 Metro javaScript based applications? Will they stick purely with Microsoft Smooth Streaming or they will make step forward ...
1
vote
4answers
5k views

How to Minimize/Maximize jQuery Dialog?

I am using jQuery UI Dialog to show a video. The video is working fine. What I want to do is minimize the Dialog-element just like in an OS or something like that. A small icon like (" - ") that ...
1
vote
3answers
1k views

HTML5 Video: Detecting Bandwidth

I have a 1080p video that I'm displaying in an HTML5 <video> tag on my page. Is there a simple(ish) javascript method of detecting bandwidth so I can switch out the video for lower quality ...
0
votes
0answers
108 views

Website open videochat

We are looking for some videochat solution for our website, which is devoted to freeware programming, so the solution should be free too. Are there any open-source projects in Javascript or Flash ...
0
votes
1answer
138 views

OpenTok: archiving and archive stream metadata

I've been using OpenTok (http://www.tokbox.com/opentok/api) to record web chats and save them on OpenTok servers everything works fine but now I want to save additional metadata (username, firstname ...
3
votes
1answer
578 views

HTML5 getUserStream live broadcasting

Good afternoon. I need to write a web application for videoconferencing, but I do not want to use flash or desktop applications. Course for listeners the client may be a flash player, but on my side I ...
1
vote
0answers
354 views

Akamai Media Player: Get event callback when it's ready to play

I'm using the Akamai Media Player to stream video for an event. Normally the video stream starts the the "LIVE" position, but I would like mine to default to an earlier point in the video stream so ...
0
votes
1answer
232 views

Embedded player does not work in remote browser

I am using embedded wmv player in my web project(jsp) to play *.avi files which are located on the server. When i click on the links in jsp they work fine, the video is being played. But when i try ...
1
vote
0answers
241 views

Sending streaming video to a server through node

I'm working on a small personal project (to learn node) and I'm wondering what the best way to send chunks of a video data from a client to the server is? Obviously, I don't want to use Node's http ...
1
vote
0answers
198 views

How to detect if livestreaming is sending any data

Is there a way to detect if a livestreaming server is sending data. I have a webpage with videos that come from different sources with these protocols. Some videos are from ustream. <embed ...
1
vote
1answer
92 views

Tracking video plays

We have our own media player built in Javascript and I was wondering if you had any suggestions on best practices for tracking video plays. Up until now, we had a PHP script proxy the download and ...
0
votes
3answers
5k views

How to get stream from camera to web page?

I have started developing module which shows the live video stream from the camera on web page. But, I don't know how to show the video stream live in web page. Is there any JavaScript function ...
0
votes
1answer
538 views

need help changing width or height of an html 5 video with javascript

I need help changing the height or width of this html 5 video. I am using html 5 and javascript to try to change the size of the video. The following is my code: <!DOCTYPE HTML> <html> ...
0
votes
1answer
72 views

Pre check a browser's media (video file) support

Is it possible to pre check a browser's media (video file) compatibility when the HTML page is ready??? There are probable options for HTML5 but i want it for general use. The application here is ...

1 2