video-streaming

Does anyone know of an embeddable video player that plays m3u8 video files?

I'm trying to find an embeddable HTML5 video player that recognizes and plays m3u8 files to be viewed on a website, so we can use the same video resources we're already creating for mobile deployment. ...

how to get video duration in python or django?

hi folks, i need to get the video duration in python (django), the video formats that i need to get are mp4, flv, avi, mov... I have a shared hosting so i have no ffmpeg support. Thanks! sorry for my english. ...

How to play video from ftp streaming file ?

Hello, If found many tips about how to stream from classic url link, but nothing about ftp. Is it the same way to proced ? Thanks you. AL. ...

Playing a stream of video data using QTKit on Mac OS X

I've been playing with QTKit for a couple of days and I'm successfully able to record video data to a file from the camera using a QTCaptureSession and QTCaptureDeviceInput etc. However what I want to do is send the data to another location, either over the network or to a different object within the same app (it doesn't matter) and the...

Embedding Video Cross Browser, Single format / Embed

I have a task ahead of me that I do not know the easiest way to address. Currently I am building out an admin section in Symfony for a client and she would like to upload video. She has the capability of conversion and will use the format I specify but I just do not know what the best on is for cross browser compatibility. I think .mo...

creating a pure javascript based video player

Hi, can anyone tell me if we can create a video player purely in javascript? if yes then please suggest some guidelines and process like how will the buffering and streaming be achieved? using ajax in this case? is there any way to read local video files using javascript? etc. NOTE: I am not talking about HTML 5. Thanks ...

Web service for streamin video on iPhone

I have to implement service which should stream a video content to iPhone application. My service is implemented in PHP: header("Content-Type: video/mp4"); header('Content-Length: '.$result['size']); echo $result['data']; where result is array containing the content of the video file and its size. When I open it with browser there i...

How to transfer live streaming contents between two iphone devices in iphone SDK ??

How to transfer live streaming contents between two iphone devices in iphone SDK ?? Suppose, I have a two iphone device. In device (A) i open iphone camera. At the Same time, In device (B) i can see live streaming from device(A). Two devices connected either by wifi or bluetooth. I want to develop this kind of application, i have read...

Website Help - Creating a better ChatRoulette

I know html and css, and a little mysql and php. I want to make a site similar to chatroulette. What languages and technologies do you recommend I learn and use? And could you please describe the best way to faciliate the video chat aspect of the site? ...

Streaming video to Android via RTSP

Hi All I'm trying to stream video to an android phone via rtsp. I think my SDP isn't quite right and there's something in it that the phone doesn't like. Below is the trace from the phone. Any idea what's wrong with the SDP that causes the player to give up? 10-08 14:11:22.657 I/RTSPEngine( 5031): RTSP Server response: 10-08 14:11:...

play videos in website for free

Hi, i have a site, where the users can upload the videos (either flv or mp4) and i need a option to play the videos in the site. I had a look at Jwplayer, but it says it needs a license if our website runs ads. So iam looking for another option, probably free. Is there any option to play videos freely in my website ? ...

How does Google Video allow for slow motion and fast motion?

I have been searching far and wide for a solution on how to offer slow motion and fast motion options for users that upload video to my webstie. There is an implementation on Google Video that has exactly what I am looking for: the option to speed up or slow down the video and continue to play the audio. The screenshot is below. I know...

Designing live video stream for wxWidgets

In my application we will present the video stream from a traffic camera to a client viewer. (And eventually several client viewers.) The client should have the ability to watch the live video or rewind the video and watch earlier footage including video that occurred prior to connecting with the video stream. We intend to use wxWidge...

Server bandwidth usage with rtmp streaming of video

Hi all, Quick question - I have the following setup: (1) An ec2 instance with an SWF on it - this SWF plays streaming video - i.e. is a video player like JWPlayer (2) A streaming video distribution set up via Cloudfront If I stream the the video via RTMP from Cloudfront to the SWF (which is on ec2) - would I incur charges for data tra...

Decoding a H.264 video using AVFramework and diplaying it in media player

Hi, I need to decode H.264 format videos which is encoded in the server end. I found similar link which talks about it and this is the task I need to do to decode the video. http://stackoverflow.com/questions/3142439/streaming-live-h-264-video-via-rtsp-to-iphone-does-work-w-example I am not sure whether this is the best way of doing ...

Facebook video format

I'm writing an application which allows user to log in his account on facebook and may see his photos, videos etc. and I have problem with video. I'm working on device, which support formats like *.mp4, but not *.flv. Is it possible to get link to the video via FQL in requested format? ...

Video stream (MPEG4 video) not showing on android using MediaPlayer?

There is an online stream that is 512Kb MPEG4 and total size of 312mb online and if I'm correct after looking over docs in order to play the movie I just simply put: MediaPlayer mp = new MediaPlayer(); Try{ mp.setDataSource("http://site.com/movie.mp4"); } Try { mp.prepare(); } mp.start(); It is triggered to play after a button pre...

What is a good peer-to-peer video service to embed in my website?

I'm developing a website in ASP.NET and would like to have a video service that is peer-to-peer. Basically users schedule peer to peer video meetings with each other and they enter a video chat room for their sessions. What is out there? I've looked at oovoo, how easy and scalable is it? I don't mind a paid solution either, as long as ...

Reduce video buffering

Hi All I'm playing video on Android using media player via RTSP. The player takes about 12s to buffer before it starts playing. Anyone know how I can convince the player to buffer less? I have full control over the RTSP server and the SDP it returns. Regards Phil ...

What is the format for individual frames in the RIMM streaming file format

I am trying to capture some video frames from a BlackBerry device and operate on them as images (specifically to do barcode decoding). I have found some sample code and a spec document which demonstrates how to use the J2ME MMAPI classes to stream video from the device's camera both to a file and to an output stream. The streaming file ...