video-streaming

flex VideoDisplay child always to be the same size as the VideoDisplay

i have a VideoDisplay <mx:VideoDisplay id="myVideo" width="100%" height="100%"> </mx:VideoDisplay> and i put the video like this: video = new Video(); video.attachNetStream(ns); myVideo.addChild(video); and i want to make the child inside VideoDisplay to resize with him to make his size 100%/100% (size of the child) cuz vid...

Stream video to a server

I'm trying to stream video to a server from another machine using Java and for starters, I'm just trying to transfer a file using a raw socket connection and a byte stream. However, things aren't showing up the same way. If I transfer a file this way, a 3MB file on my machine ends up being 5MB on the server. I'm trying this with a vi...

Browser Based Streaming Video/Audio (not progressive download)

Hello, I am trying to understand conceptually the best way to deliver real streaming audio and video content. I would want it to be consumed with a web browser, utilizing the least amount of proprietary technology. I wouldn't be serving static files and using progressive download, this would be real audio streams being captured live. Ho...

live streaming videos

how can i load live streaming videos from webcam to database(sqlserver 2005) and also how can i retrived it from database remotelocations and displayed these videos as link ...

How does IIS stream an AVI to Windows Media Player?

What protocol does IIS use to stream an AVI file to an embedded Windows Media Player? HTTP? RTSP? MMS? Does it even use streaming at all? I know Windows Media Services is supposed to help stream more efficiently which leads me to wonder if a plain-jane install of IIS even uses streaming at all. This person's answer only furthers that ...

Which player should I use for displaying videos on my site?

I need to add a user uploaded video section to my site. There'll plenty of videos. Any recommendations? It doesn't have to be free and preferably a non-flash one. ...

Determine when Flash component not visible

I'm playing around with streaming live video to the Flash Player. The problem is, it seems (from my logs) that many users will open a live video feed and then just leave it open all day, whether or not they are actually watching it. As you can imagine, this is a horrendous waste of bandwidth. So I would like a way to determine if the us...

Video Streaming on Blackberry

Is there any way to stream and play video files from the server? Does blackberry provide any built-in video player where I can play the streamed video? ...

FMS Live video stream suffer if chat uses same NetConnection?

Have a Flex/FMS web meeting app that has multiple custom components - live streaming camera, chat, slide dec. Each component does its share of communicating through the FMS server. Should all three of those things share one NetConnection object in the application or will the live video stream suffer when users chat or the meeting prese...

How to add silverlight player to browser and load our own video using PHP?

Im Implementing a video broadcasting website. For that I planned to use silverlight player to load videos. But I dont know how to integrate silverlight player into browser and load my own video in that player. Please Give me some code snippets or Some good references. Any help will be highly appreciated. ...

Live Video Stream iphone

Hi ppl, I am new to iphone and Objective-c. I want to show a live going match suppose football match to the users who use my app. What do i need for live video streaming in iphone app ? any info on this is appreciated ! Thanks Guys please help anyone must have done this before ? ...

Pulling multiple live video streams into WPF

I'd like to create an app that pulls multiple live video feeds, supplied either by coax, hdmi or some other standard, into WPF for manipulation (i.e. apply a few transforms or pixel shaders) which is then output to monitor. What would I look at to get started with this app - is there any hardware that would make things easier? ...

ASP.net 3.5 site needs streaming video

Hi All, I maintain an ASP.net 3.5 website for a client who is now wanting to include short informational videos inline on certain pages of his site. He is hosted with Network Solutions on a shared account. I setup video services on his account and have been provided with an IP address to reference in an tag. However, the video needs...

Video in Qt S60 application?

Has anyone built a Qt S60 app (3rd edition, FP2) that plays (streaming or local) video? I want to play video 'in' a widget, not with (say) QDesktopServices. I know there's documentation about how to do this with Symbian, such as here and here but I'm still stuck. (Apologies in advance for cross-posting: I've asked elsewhere, but with ...

How can I control flv embedded video using external buttons?

I am not new to Flash but I have not properly used it for sometime, a lot has changed and as such i am unable to figure this out. I have embedded a flv video into my timeline, it uses the flv playback component to play and the SteelExternalAll.swf skin. I would like to control this flv using buttons that I have created that are postione...

1080p30 DVI to Flash Player

I have a high-definition video camera which outputs 1080p30 video over a DVI (yes, DVI) cable. Somehow, I need to use this video in a software prototype written with Flash using ActionScript 3. Any thoughts on how to do this? Right now, I am putting the DVI into a Folsom ImagePro HD and getting composite out to a Pinnacle Dazzle, which ...

Streaming Video in .NET languages including C#

It is one thing to stream a video to a html page and render the web page using a .NET Form and .NET Web Browser. My Question to you is whether it is possible to render or stream video to a video player rather than an embedded video in a html page. Is that called breaking in ? ...

Is it possible to do Flash pseudo streaming with S3?

I've been using S3 to store and serve FLV and MP4 videos. It works great, but the content is progressively downloaded. I was wondering if it is possible to get so-called "pseudo streaming" to work with S3. Pseudo streaming allows viewers to seek ahead in a video before the full video has downloaded as well as send only the bits nece...

Silverlight Video Player that plays .MP4 & .FLV

I am currently using the Silverlight 2 Video Player to stream videos. I have been very pleased with it but it only seems to stream .WMV files. Does anyone know if there is a good Silverlight video player that will stream other types of video files, especially .MP4 & .FLV? I would be happy to use Silverlight 3 if necessary. EDIT: Beca...

Display active window for video in custom allocator

I am displaying video over panel using custom allocator sample, for some file it play video on some active window and this show separately . how can i avoid this unwanted window to be open. ...