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 ...
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...
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!
...
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
...
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...
How to disable double click in flowplayer 3 in full screen mode?
...
need an advice, how can I encode stream coming from my webcamera? any C# examples, libraries or codecs?
...
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 ?
thanks ^_^
...
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
...
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 ...
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...
Has anyone tried this ?
What's the best practice for this?
...
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 ?
...
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 ...
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...
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...
My criteria are : less latency possible & less installation needed on client side
...
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.
...
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.
...