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 codec settings will produce valid videos for playback on Android (videoView) and iOS UIWebView)?
...
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 ...
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...
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...
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.
...
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 ...
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...
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
...
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...
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.
...
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 the pipe efficient enough to continuously pass video streams to other applications?
If yes,can you provide a sample code in c/c++?
...
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?
...
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++ ...
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...
Can XBMC stream video to a web interface that I can access with my mobile phone without the need to buy a slingbox
...
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...
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...
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...