video-streaming

How to increase videocall size in the red5 plugin @ openfireserver

Hi guys, hope i get some help here... I'm really not into java and my current problem is that i need to increase the size of the videocall of the red5 plugin... as I know it's a java solution. Already looked through the related questions on the red5 topic but no suiteable answer for my question :( Has anyone here already got a suitabl...

What video/audio codec settings for playback on Android and iOS

What codec settings will produce valid videos for playback on Android (videoView) and iOS UIWebView)? ...

RTSP Streaming for web server

Hi all, Last few days I am working hard on RTSP streaming directly on iPhone but could not got any solution. Today i came up with another question that, whetherit is possible to stream "rtsp://urlString/filename.sdp" to an http server and then from http to iphone. If it is the way how will it work? Please, do suggest me something for ...

error when capturing camera and audio input

using some of the nifty new APIs in iOS4 i am trying to capture input from the iPhone's camera and microphone and save it to a file. below is the code i am using. AVCaptureSession* captureSession = [[AVCaptureSession alloc] init]; AVCaptureDevice *audioCaptureDevice = [AVCaptureDevice defaultDeviceWithMediaType:AVMediaTypeAudio]; AVCapt...

How to record video directly on the server without asking user to upload

Hello, Instead of asking user to upload a video file - I want the user to directly record online and save it. Like with his webcam on - he visits the website, clicks on the record button - records his message and clicks done - the video is saved on my server. Something like what is described for youtube here: http://www.google.com/supp...

How can I provide a 1 minute preview of a live flash video stream using Javascript?

I have a site that is streaming live videos, and I want to offer a one minute free preview to users before they pay for a stream. I am using JW Player - I was thinking of triggering a timer when the play button is clicked, and then removing a div containing the player once the timer is finished. I am already using jQuery on this page. ...

How should I structure a video streaming web app?

I want a user to be able to create an account and upload a video to the site. How should I structure this web app, how should I start thinking about the project, how should I store the videos, and what stack would you recommend for this project? How should I think about the front-end, the server, and the database? The more detail, the ...

How can I check whether an RTMP live stream is working on the server side?

I have a site where users can broadcast their own live streams. They are provided with a URL to push their stream to over RTMP. Viewers have an embedded flash player to watch each stream. I need to be able to determine whether a particular stream is broadcasting. It doesn't need to do any analysis, simply to check that there's an actu...

streaming a number of .mov files as if they where one movie on a web page

Hello, I have movie (.mov) segments arriving on a server backend and i want to be able to play them back in a webpage as if they were one continuous movie, does anyone have any suggestions as of how to go about this? I been looking into quicktime but havent found a solution yet, any input is appriciated Thanks Daniel ...

Amazon S3 Hosting Streaming Video

If I make an Amazon s3 MP4 resource publically availible and then throw the Html5 Video tag around the resource's URL will it stream? Is it really that simple. There are a lot of "encoding" api's out there such as pandastream and zencoder and I'm not sure exactly what these companies do. Do they just manage bandwidth allocation(upgrading...

Video Streaming ?

Hi, I am building a website in perl where I am showing some videos of our company. I want these videos users can only see... can not download. What should I use for this ? Thanks in advance. ...

AS3 NetStatusEvent events not triggered

NetStatusEvent has only one type of event: NetStatusEvent.NET_STATUS; but it comes with many codes for various cases. Here they are, listed: http://bit.ly/ce3TvC However, a lot of them are not triggered for me. I know some are FMS specific but I'm talking about "NetStream.Play.Stop", "NetStream.Pause.Notify" or "NetStream.Unpause.Notif...

Is it viable to do video streaming via pipe in windows?

Is the pipe efficient enough to continuously pass video streams to other applications? If yes,can you provide a sample code in c/c++? ...

What's the technology behind live stream sites?

It's amazing to notice that live stream sites like doitlive.tv can deliver videos on very low bandwidth (as low as 25kbps) home connection. Could someone explain me the technology behind such sites and how they managed to deliver under such low bandwidth? ...

real time video streaming fast encoding

Hey, We're building an app which requires really fast video streaming. We've never done nothing like it so during the research we thought to ask the pros :P Which codecs support fast encoding/decoding for real time video streaming (<150ms) with around 30fps and low bandwidth? Edit: If you can list some apis for either java,c# or c++ ...

Quicktime Playback using Javascript

I have been reading the JavaScript Scripting Guide for Quicktime and in there it gives you an example on how to play a video using a javascript command. Unfortunately whenever I try, I am given the error document.Camera_0.Play() is not a function in firebug. My code is as follows: QT_WriteOBJECT_XHTML( 'video_place...

XBMC Stream Video

Can XBMC stream video to a web interface that I can access with my mobile phone without the need to buy a slingbox ...

developing a scalabe chat system.

I am a java developer and am pretty comfortable with develeoping webapps in java/jsp/servlets. I want to develop a video web based chat website.people should be able to chat with each other using my website.People dont need to use any client app installed on their pc in order to chat with others. My website should be scalable.It should...

QTKit Streaming Source

Hi, I have a QTCaptureSession with one QTCaptureConnection using h.264 for compression. I want to stream the video over UDP with very low latency, but I'm having trouble understanding the QTKit framework. As far as I can see I have two choices for output: 1) Subclass QTCaptureOutput and send the data that would go to the file out on a...

What s the best way Streaming Live Video & Audio?

I already know how to stream video from my iphone to my cocoa server. it's simple because videos come in different frames, and i can transfer them 1 by 1. 1- But how does the audio streaming works, how can i separate the data being read from microphone without interrupting the data? 2- How can i make sure that the audio matches the vid...