video-streaming

How to setup motion detection using AForge?

Hi, i'm trying to setup motiondetection using the AForge.NET framework. I'm using the information provided on this page. I've setup a DirectShow videostream which feeds a part of my desktop through a stream. I can choose this stream in the sample videoplayer project which is provided with AForge. (And I see my desktop through the playe...

How to send video stream to server while capturing with Nokia 5800?

So I need info on how to do it using nokia API? ...

c# streaming over http to iphone

Hi, i am trying to stream video over http to iphone without a streming server with .net. After some tests i found that if you just upload iphone compatible video to your server, iis7 works just fine and iphone startsplaying video after small buffer time and continues to download in the background. My problem is, i am unable to do it wit...

What language/script can I use to embed a .M4V file into a webpage?

I'm trying to embed a .M4V video file on a web page and it seems to disagree with all my attempts. I need it in this format as it is for someone else's ongoing project. I am trying to use this java library file to initialize/talk with: <script type="text/javascript" src="qtobject.js"></script> Here is my code attempt (not working, b...

How to stream videos to iPhone/Blackberry?

I have a site that offers video clips, and I have a couple of thousand mobile users every day, so I wanted to offer the video library in a format that would be viewable from the iphone and blackberry devices. Can ffmpeg, or any other tool convert videos to a format that will stream in the same fashion youtube does for the mentioned abo...

How can I show a live stream of video data in my app?

I get a video feed (mpeg2-ts @ 500kb/s) over the network, but I'm uncertain on how to go from here. The videofeed is now collected in a rather fast growing byte array, and I need a hint on how to feed a video renderer with these bytes. I've used DirectX's AudioVideoPlayback before, but as far as I can se it can only read from files, a...

Live video stream web cam aggregator

I need to aggregate several live streams from web cams. Then generate a single live stream for the client. I see several apps to capture the web cam stream, but nothing that will splice the streams together. ...

live video streaming in asp.net web application

hi, i m ravi. i m begginer in asp.net. i want access CCTV camera in my asp.net web application. so, plz tell me how can i do this...? plz giv me source code example for this.. thank you... ...

Adding streaming video in web site?

I need to add / include video streaming in a web page of my website. How can I include video streaming in my web page? Can anyone help with sample or examples or with tutorial links? ...

mpmovieplayercontroller stop function, and then play with current time (iPhone)

Hi all, I have this situation: Play (streamed) video, stop by code the video, and then play again. The problem is that the video is begin from the start and not when i stopped it. What solution do you now of? tnx ...

Anamorphic video with silverlight?

hi, currently I'm trying to make a silverlight application for my application. The question on hand is that is it possible, and how, to display anamorphic video. the main purpose of this is to save bitrate per frame. for example, anamorphic for 848x480 is -> 720x480, or anamorphic for 1080 is 1440x1080, which later resize to 1920x1080. ...

Capturing real time images from a network camera

Hi What is the best way to capture streamed MJPEG from a network IP camera? I'd like to get frames and process them, using c++ (or python extended with c++). Is OpenCV my best option? Thanks Simon ...

Flash video continues downloading after leaving page

On the flash player we are using, when a user leaves the page, even after the flash player is closed, the flash video stream continues loading until the video is completely done. How can we prevent this from happening? This happens with Progressive Download and throught he Flash Media Server. ...

Is it possible in Silverlight to stream a live video screencast of the desktop?

I would like to develop a web conferencing system (or web classroom) as a graduation project using Silverlight similar to iVocalize which is a java applete . I don't know if what is possible for a java applete to perform on the PC is also possible for Silverlight, or is SL more restricted. There are two functionalities (which are r...

What format should I be publishing my videos in?

Just wondering what format is accepted as "the best" to have your video content on. We currently have our videos in FLV format being played by a JW Player. Are FLV's iPhone compatible or should we be encoding in another format? Thanks! ...

Flex + buffer + live stream via RTMP = disaster

Can't get any love anywhere on this and it's pretty hard to believe. Live streaming and a buffer on a NetStream do not mix. Why? The docs don't say you can't do this. The playback gets hosed. Buffer is supposed to fill to what you set it to before playing. Instead though, about half the time, the player starts playing right away an...

Problems with getting back from Actvity with VideoView

Hi I'm having a problem with the VideoView - launching activity with VideoView from another activity, video plays, press back - i'm in original activity. But sometimes then i came back from the Video activity - screen is frozen, until i go back again to another previous activity. In such case i see in the log 01-27 19:13:11.062: DEBUG/...

FMS client freeze when closing/refreshing client browser

Am working on a as3 video player and its playing everything ok. But when ever its getting refreshed from client browser its just freezed the browser. how to solve this? And some times it gives security alerts also. I dont want to make thoze alerts to users. how to solve it. ...

Bluetooth video streaming

I want to develop a mobile application to view the streaming video on using a bluetooth connection between a PC and a mobile phone. On server side video will be captured from a web cam connected to it and this video should be viewed on the mobile phone in the form of streaming video. Please Help. ...

Which video rendering library do you recommend

I am looking for a library which facilitates video streaming and rendering which can be used to apply visual effects s.a. moving pictures and text over a backgound video or merge different video sources. The library should run on Linux. I was thinking about using GStreamer, and wanted to ask the community for an informed opinion. The la...