0
votes
0answers
4 views

Any way to link vimeo video to native player on Android?

I am bulding a portfolio site. I am using the http://player.vimeo.com/video/9999... format for my links. On an iOS devie, these links open up in the phone's native player and play nicely. But on ...
1
vote
0answers
24 views

Using VP8.NET to stream to a webm file

I am using the VP8 .NET library to convert a video stream from my laptop webcam and i would like to store it in a webm file (no audio needed). To do so, I'm using the code provided as example in the ...
1
vote
0answers
13 views

How do I create a streamable and seekable MP4? [migrated]

I want to create an MP4 that supports seeking and streaming. DASH appears to be what I want except that the segment seek points are stored in an external file (the MPD) which doesn't work for my ...
1
vote
1answer
35 views

C#: convert a stream of bitmap images to avi file

My application receives a sequence of images (BitmapImage) from an external device with rate 30 fps. I need to create an avi file from this images and then, save it on filesystem. How can I obtain ...
0
votes
0answers
13 views

jump download to the direct specified time in video

Is there any chance to make a html5 video with specific user favor download options to save time downloading whole video. I found time interval comment at the end of the url, for example # or ...
0
votes
0answers
20 views

Video chat in a wesite unsing asp.net with c#

I need to develop a Website to my client with a Video chat feature to interact with people. It should have both side streaming , something like omegle and chatroulette. Pls help with how i start it
-1
votes
0answers
30 views

Streaming MP4 video - Android

Trying to stream a mp4 video file from a remote URL in my app. I'm getting the following error in Logcat: MediaPlayer error(1, -2147483648) MediaPlayer Error(1,-2147483648) My code in ...
1
vote
0answers
57 views

Show/Hide Videojs controls at runtime

Is there a way to show/hide the video controls on the videojs player at runtime (e.g. player.controls.hide()). Any ideas how to do this? Thanks!
1
vote
1answer
37 views

Playing video HTML5 and Apache

What I'd like to do is to play a video served by an request to a URL. The webserver is Django Here the HttpResponse to serve the video is formed: filename = rec_path(recording_id) + '/rgb_video.mp4' ...
0
votes
0answers
29 views

Where to find free links to live streams, video on demand, etc?

I am interested in creating videos on my website which will play free Live Streams and Videos on Demand. I was wondering if there was a website or resource that provided these direct URL links. For ...
1
vote
1answer
47 views

Playing streaming video using default media player

I have a link like http://..../video.mp4. The task is run a video using the installed on OS media player or flash player in full screen mode. Please give me a link where I can read about this or ...
0
votes
0answers
29 views

Open source platform for DRM video on the Web?

Is there an open source platform for serving some sort of DRM-protected video on the Web, so that the users can't download or save the videos themselves? Streaming or not.
0
votes
0answers
41 views

HTML5 Videos on Localhost Stop After 15-30 Minutes

I have a video site in development that's currently running on my WAMP server. The videos were all encoded to .mp4 using Handbrake, and none of them will play for longer than 15-30 minutes. I have ...
0
votes
0answers
15 views

saving HLS video files locally

I'd like to be able to suck down all the files used for an HLS video and save them locally so that I can serve them from a local web server. I know that a single video is represented by a lot of ...
0
votes
1answer
38 views

video playing from asset folder but not playing from server in android

I am trying to play video in my app. It is playing video when file is stored in asset folder but not playing video when file is on server. I want to play video from server My source code is class ...
1
vote
1answer
157 views

Finding the actual RTMP Stream URL?

Let me go with an example. This is the video embed code: <script type="text/javascript" src="jwplayer/jwplayer.js"></script> <div id="container">Loading the player ...</div> ...
-1
votes
1answer
119 views

how to stream videos from android device to PC

Plz can someone tell me how to stream videos from android device to PC ? I was thinking about using the ftp protocol to share media stored on the phone but I don't know if that's easy to do ?
0
votes
0answers
36 views

play video from various sources in WPF

I'm building an application (currently in WPF) that needs to show video from various sources, such as: Streaming (e.g youtube) Local file (e.g. mp4) File located on the web The source may change, ...
0
votes
0answers
33 views

[Generic Video Spec]: Is there any video specification which compatbile with all devices?

Is there any video specification which compatbile with all (Desktop and Mobile) devices? (Especially in browsers) The specification include bit rate, resolution,etc.
1
vote
0answers
113 views

[JWPlayer]: Play last segment of .ts from HLS?

In JwPlayer Is it possible to play last segment of .ts from HLS? In this case last segment is stream00736.ts current JwPlayer code: jwplayer("<?php echo $this->id?>").setup({ ...
0
votes
0answers
52 views

How to add multi-image streams into a AVI file

I'm making a AVI file from the image-frames by using C/C++ project as the following input: stream1: frame per second: 12 fps number of frames: 500 stream2: frame per second: 10 fps number of ...
0
votes
0answers
52 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
45 views

Is there an great camera SDK on win7? [closed]

I am developping an living video meeting software on win7, the capture hardware should be an high resolution ratio camera which can connect to a laptop with USB2.0; then there is a software(writen in ...
-1
votes
1answer
46 views

Stream video from HDMI in to NSView [closed]

What I am trying to accomplish is to take a video stream in through HDMI port on my macbook pro and display the video inside a NSView or window. My end goal is to do something like this: dvd ...
1
vote
0answers
51 views

Take input stream while recording

Is it possible to take the input stream (that creates the ouput video file) from the media Recorder in any way? I have a method that takes 2 parameters (both input streams for video files). I want to ...
1
vote
0answers
11 views

vlc filedump issue

I want to generate a large video file to test my encoder application stability for longer duration. I am using vlc to generate video file. I have given a 10 min video file as input to vlc. I have ...
1
vote
0answers
64 views

How to play embed video using loadDataWithBaseURL

Problem Description I am trying to play SWF video by calling loadDataWithBaseURL method and passing to it embed data. But video does't start to play, just show white screen. Am I doing something ...
1
vote
0answers
371 views

video streaming over wifi [closed]

I am trying to stream video over wifi using a raspberry pi. We are streaming 720p video over wifi. Now consider this - 720p video means - 1280x720 = 921600 pixels. 24fps = 921600x24 = 22118400 ...
0
votes
1answer
21 views

How to draw sketch on video for a website

How to draw sketch or elements like line, circle, square on any video on a webpage ?
0
votes
1answer
66 views

convert videos to Android compatible formats [closed]

Is there any source code or examples available for conversion of videos to android compatible formats. The videos should be converted so that it runs in all android phones. I went through these ...
0
votes
1answer
70 views

Architecture for streaming an endless video queue with mysql datasource

right now i'm building a webinterface. It should be something like a media control system. In this interface a user can select some vid's from a coverflow'ish style and put the videos in a queue. The ...
0
votes
0answers
77 views

Applet + Html5 video tag

I have the next issue I have an html page which runs an applet method and then recovers the result of the applet (byte[]) and tries to put it in html5 video tag. The task of the applet is to generate ...
0
votes
1answer
80 views

Why opencv failed to read a rmvb video?

My opencv program success to read mp4 video files but failed to read some rmvb files and it gives the following error: [rm @ 0x821f80] Invalid stream index 2 for index at pos 974024349 video has ...
0
votes
1answer
139 views

Why opencv can open video but failed to retrieve frame from it?

I build opencv with ffmpeg support and this is a snippet of my code to read a video and iterate through the frames. if (argc != 3) { std::cout<<"Usage: exe input_video_filename skip_frames ...
0
votes
0answers
41 views

Internap Video transcoding

I am using internap video cdn services in my website for video uploading. I am able to upload videos to intenap through ftp but unable to assign profile to videos or transcode videos using ...
0
votes
1answer
91 views

Format for Video streaming

Which video format would be most suitable for Video Streaming from server to Android Tablets and Android Mobile phones? .3gpp or .mpeg4?
0
votes
0answers
103 views

MPMoviePlayerController cosumes too much ram, memory warning

I try to play a 40 MB video in a loop on a second screen using MPMoviePlayerController on an iPod Touch 4th generation. It seems it pulls the whole video into memory, causing memory warnings and ...
0
votes
0answers
90 views

How I can to read & play .m3u8 file in Android?

How I can to read & play .m3u8 file in Android? Is it possible in Android 2.3?
1
vote
1answer
123 views

how to play online video those are on server

I have videos on my server. I would like to play those video on iPhone and iPad. Could anyone suggest how to deal with such case? I know how to play video when the same video is in my project using ...
1
vote
1answer
260 views

Merging multiple video files into a single mpeg-ts file “on the fly”

First of all, sorry for my poor English. I am writting video streaming server in C++. I have multiple mpeg2-ts files (movies and advertisements) which I need to stream via HTTP as one single TS-FILE. ...
0
votes
2answers
267 views

preventing video download in flow player

I have a web application with a simple structure. The teacher uploads the videos from the backend and students view them on frontend using their respective logins. I am using flowplayer for displaying ...
0
votes
0answers
195 views

Common .mp4 codec format for web and mobile phones

I have a website and mobile app(for iOS and Android) for e-learning. For web i am using JWPlayer. Many users reporting that they face video freezing or buffering issue.But i have checked in my chrome ...
1
vote
1answer
74 views

Restrict S3 object access to requests from a specific domain

I have video files in S3 and a simple player that loads the files via an src attribute. I want the videos to only be viewed through my site and not directly via the S3 URL (which might be visible in ...
11
votes
4answers
4k views

Live-stream video from one android phone to another over WiFi

I have searched the internet for days now on how to implement a video streaming feature from an android phone to another android phone over a WiFi connection but I can't seem to find anything useful. ...
2
votes
2answers
191 views

How do video players write frame data to the screen?

I have been doing some research on encoding/decoding and streaming video between machines and I feel as though I've gotten a fairly good grasp on the pipeline from file to stream. I can open the ...
0
votes
1answer
159 views

Can you use Elgato's HDMIComponent Game Capture HD as a video-in device in C#?

We're wondering if it's possible to capture the video stream from Elgato's Game Capture HD (or something similar--the model/brand doesn't matter) and get it in a window using C#. We haven't found any ...
-1
votes
1answer
80 views

how to download wmv as mp4 directly [closed]

hey guys im trying to find some software that can convert wmv to mp4 directly for like 3 days now i have alot of videos to download everyday and upload them to my server downloading wmv video ...
0
votes
0answers
22 views

How do you tell if a video is in rtmp or http format?

Do you just find it in the source? http://video.com/45r vs rtmp://video.com/54e?
0
votes
0answers
99 views

Very Slow vdo steaming when the file is large MP4

Very Slow vdo steaming when the file is large .MP4 i am new to steaming. I'm using VPS with Godaddy's lowest Plan, and am trying to make a steaming website. VPS for window 2008r2 and window media ...
-2
votes
1answer
49 views

Play a video from a server without exiting the app - Cocoa Touch, iPhone

Basically I have 8 thumbnails which are buttons. When each button is tapped, it launches the video which is located on my server. However at the moment, when a thumbnail is tapped, the video launches ...

1 2 3 4 5 8