video-streaming

Delivering video to iPhone/iPad

I have an iPhone/iPad app that has to offer video on demand. According to the HTTP Live Streaming Overview If your app delivers video over cellular networks, and the video exceeds either 10 minutes duration or 5 MB of data in a five minute period, you are required to use HTTP Live Streaming. (Progressive download may be ...

Optimum encoding standard for flowplayer to play mp4

I'm using flow player 3.1.1 for streaming videos to my browser.The videos are uploaded by the users and they may upload different formats. What will be solution to stream the videos as mp4 , what ever be the format they upload. I'm currently using ffmpeg commands. ffmpeg -i "InputFile.mp4" -sameq -vcodec libx264 -r 35 -acodec libfaac -y...

Secure Streaming CDN Video Content

Hi, I am using Amazon CloudFront to stream paid video content to my users and I am having problems getting the videos secured. Wowza does that by creating a secure token, but the use of wowza would be much more costly. Is there anyway that I can better protect my content by using Cloudfront or other CDN? Thanks! ...

Disable swf file replay while single click

Im using flowplayer to stream swf files,these swf files are generated by adobe captivate. During the playback when i click the video it restarts to the beginning of the file. What will be option to disable the video replay while clicking inside player during playback ...

Drawing a rectangle on a video in C#

Hi I want to draw a rectangle on a video stream(web cam video or loaded saved video) that I have streaming on a picture box. This is a C# application and I am using EmguCV 2.1.0.0. I have been successful in displaying the video stream on the picturebox in the form. Can I use Emgucv to draw on the video or should I use something else ? C...

disable double click in flowplayer 3

How to disable double click in flowplayer 3 in full screen mode? ...

Encode Stream From WebCamera

need an advice, how can I encode stream coming from my webcamera? any C# examples, libraries or codecs? ...

Streaming a video on iPhone and then storing it on the device

I've been told that some apps have video streaming which streams initially and when completely downloaded the video is stored to the user's device for quick and internet-free subsequent viewing. Firstly, is this possible? Secondly, could you point me towards resources demonstrating how it could be done, or possibly offer some insight to...

What tecnologies justin.tv use to stream live videos ?

What tecnologies justin.tv use to stream live videos ? thanks ^_^ ...

Video streaming from Android

Hi! I want to live stream video from android device. I found out that ffserver (ffmpeg) can be compiled and run on android. Now i need to get video from camera in android device and get it to the ffserver in real-time. Any ideas? Regards, MM ...

Question about video load speed on my website

Hi, I currently have an mp4 video embedded on my website, and I am using a flash video player called FlowPlayer to play the video. You can see the video here: http://www.verolinens.com. The video file is about 14mb big, and I would like it to be even bigger to improve the video quality. However, I also need the playback to be smooth ...

Prevent FLV Buffering (AS FLVPlayback component)

Hi folks, I have a client who is insisting on having a 65Mb FLV on her home page. I talked her down off of the auto-play ledge but I am concerned about wasting bandwidth on a movie that one in 30 visitors might play. In looking at the docs for the FLVPlayback component here the only buffer related parameter I found was bufferTime Nu...

Is it possible to retrieve frames as images out of FMS live stream?

Has anyone tried this ? What's the best practice for this? ...

Android VideoView save RTSP stream

Hello, I'm playing on my Android Nexus One some videos of a few cisco cameras using a VideoView. While this works fine, I'm unsure if it's possible to save the movie to a file. I'm opening an URL like rtsp://192.168.1.22:554/live.sdp How can I save it to the SDcard ? Handle it like a file maybe ... Is that possible ? ...

How to draw on an unfilled box on a video stream using the mouse

Hi, I am using dshownet(first time) and C#. I have got a sample to take the web cam input and display it on a form. I now need to draw a rectangle on top of the video stream using the mouse. (the intent is to track what is inside the box from there onwards). I heard that there is something called VMR. So I went to the dshownet samples ...

iPhone - Rejected for not using HTTP Live Streaming protocol

My first application got rejected for not using the HTTP Live Streaming Protocol. Ok, now I have done some reading, and apparently I need to re-encode with Apples 'HTTP Live Streaming Tools' my videos into various files so it can be streamed. So am I correct, that I don't have to change anything in my binary/code to refresh my app or is...

Streaming H.264 video via RTP from Live555 to VLC

Dear experts, I'll be enormously grateful if you can help me with an H264 streaming problem that I've been trying to solve for weeks. I need to stream H264 video from Live555 (on a Linux machine) to VLC Media Player (on a Windows machine). With RTSP it works very well, but I need to use RTP without RTSP, and with RTP I see no video. VL...

Which is the best technology to make live multi-user video conference in a web application?

My criteria are : less latency possible & less installation needed on client side ...

Dynamically inserting text and images into a video?

Does anyone know if there is a library or 3rd party service/api that would allow me to insert text and images into a video dynamically? I imagine you could do something like this with flash. The processing time has to be less than 1 second.. so I'm not talking about actually generating a new video file on the server. ...

video streaming from iphone to server

anyone know of a way to stream live video FROM the iPhone TO a server? the other way around is easy and I've already figured out how to do that. ...