video-streaming

Python alternative to Adobe Real Time Messaging Protocol

Is there a way to stream audio and video over the internet using Python Web Programming and not Flash? ...

DirectShow - VMR9 Renderer/Graph call for video data 120 times per sec

hello! I have my [pull] source supplying video data for DierctShow VMR9 Renderer, but the problem is - the source is being called for data 120 times per second (!). I guess there is a setting somewhere in DirectShow/Graph/VMR9 that i can adjust to get it closer to normal 30 frames-per-second. Could anyone give me some help on this? tha...

playing incoming video stream

Hi! all, I am writing an application which is a kinda video streamer.The client is receiving a video stream using udp socket.Now as I am receiving the stream I want to play it simultaneous.It is different from playing local video file lying in your hard disk in which case it can be as simple as running the file using system("vlc filename...

Read quicktime movie from servlet in a webpage?

Hi, I have a servlet that construct response to a media file request by reading the file from server: File uploadFile = new File("C:\\TEMP\\movie.mov"); FileInputStream in = new FileInputStream(uploadFile); Then write that stream to the response stream. My question is how do I play the media file in the webpage using embed or obje...

Man pages for libvlc

Hi! all. Though I am not sure wether this question belongs to here but pardon me if not so. Can you people guide me to the manual page of libvlc functions like(just give a kind of pointer where these functions are described in detail) void libvlc_playlist_pause( libvlc_instance *, libvlc_exception ) mtime_t libvlc_inpu...

Flash video plays well, but time and time-remaining are out of sync.

Hey guys, Could be a known issue, an issue with my code or an oversight on my part. I have created a video player in flash. I have got it playing progressive and streaming over rtmp/rtmpt so that is all fine. My only issue is that when the video's are playing, the time-codes for time played and time remaining are not synced. So, if m...

Streaming video using non standard protocols

Hi - My company makes DVRs that specialize in streaming live and recorded video. The video is encoded using standard MPEG-4 codecs so the codecs in Android should have no trouble with them. However, the video is recorded using non-standard file formats and is streamed using our proprietary protocol (among other things we embed additio...

Production unicast streaming with FFServer

Is FFServer a production grade media streaming server? Do any businesses use it in production? Are there other open-source streaming server options? ...

streaming speed for video content on iphone

My application was rejected from Apple today.Apple says that the video stream should be not more than at 64kbps. what should i will have to do get my application approve on App Store?? Should i have to make changes on video content that i am streaming from my iPhone or should i have to change in code? Please suggest. Thanks, Jim. ...

iPhone HTTP Live Streaming not working on models below 3GS

We are using http live streaming for on demand video from within our iPhone app and on the 3GS models the videos play as they are meant to. However, on the models pre 3GS it gives an error saying this movie format is not supported. I have seen other threads on this however no solutions or insights. Does anyone know if this really is a ...

Writing an app to stream video to iPhone

I'm interested in creating an iPhone app that can stream video from a central server, YouTube style. I was wondering if anyone has ever tried to do this before, what is the path of least resistant, existing APIs, etc? I really know nothing about how this is generally done. Would I be working with sockets? Just looking for some direction ...

What language is better suited for P2P video streaming?

I would like to write a Skype like software which allows P2P video/audio streaming. What language is better suited for that? There are several requirements: Software should be easy to install. It should be easy to program. I want to have access to video information. For example to make a face expression recognition on the fly. It shou...

capture webcam stream and send it over network using DirectShow.net

Hi all, I m working on a video conference project in vs2010 with c#. I m able to capture the snaps from web cam in picture box with the help of Directshownet samples available on SouceForge.But i can't find any proper solution for capturing the audio/video stream directly from web cam using Directshownet. If anybody know about this prob...

Can I process video using flash?

I want to have a web page where user can activate his/her web-camera and send video to another user. Additionally to that I want to have a possibility to process video on the client side. In more details, I want to have a program which analyze video on the client side. Is it possible to do it with Flash? ...

JavaFX media player in mobile

Does anyone have any tutorials in playing videos in javafx applications in mobile? My codes strangely work only in desktop execution. But the official site of JavaFX says it plays in mobile phones. I used their sample code and guess what, it doesn't play on the mobile phone too. Here is the sample code I used: http://javafx.com/docs/ar...

Programming an IPTV application- Client/Server

I am part of a team which has been given a task to deploy an IPTV solution for a company. The system has been architect-ed like this. There is Video capture card , which receives satellite signals from a satellite receiver. This video capture card is part of a windows 7 machine. The signals need to be trans coded here and passed to a st...

How we can perform live encoding of videos to mp4 and stream it in ASP.NET.

I'm using flow player 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. The problem is after encoding the video is getting down scaled.Also if the user...

Play RTSP/MMS/Http live video feeds in WPF

I'd like to pull a live video feed into WPF but the MediaElement doesn't appear to support these protocols. An example video stream is here (BP oil leak live feed): http://mfile.akamai.com/97892/live/reflector:45683.asx?bkup=45684 Are there any solutions for playing live streaming formats in WPF? I had hopes for using the VideoLan Do...

How do I generate thumbnails of time increments in a video streaming from a URL for the iPhone?

I am able to stream a video from a URL, but I can't quite figure out how to generate thumbnail images of this streaming video at a certain time increment and allow the viewer to skip ahead by touching the thumbnails. I would also need to be able to display the thumbnails when the screen is touched during the video. Any help would be gr...

Can html 5 serve real time media stream?

I've heard of many interesting features of html 5, but is it able to serve real time media stream from web camera? ...