FLV Video Compression / Streaming?

May 12, 2009

Got a large file 12 minutes long clip and I compressed it with the adobe optimization program adobe media encoder. I got a 350 megbite file to be 60 megabites as a 320X240. I choose also a medium size video file. How do I keep the video quality and stream it (like hulu would do) or how do I compress it smaller than 60 megabites and keep the same quality. Either or. I am not familiar with web video so I am trying to make the file as small as I can in size with the most amount of quality.

View 3 Replies


Similar Posts:


Flex :: AS3 Video Encoding At Runtime With High Compression

Sep 15, 2010

I need to compress video image data (lets say a display object) in AS3 to a Byte Array with high compression at runtime. Framerate only needs to be around 5 but 1024x768 video needs to go to < 40 Kilobyte per Second without the quality being too bad. I wrote a custom encoder and got it to around 80-100 Kilobyte per Second for 1024*768 which still is too much and I don't see a lot of improvements to be mad to my encoder.

Using JPG or PNG Encoder gives way higher KB/s. Is there any open source way to to decode and encode video in as3 at runtime ? E.g. a H.264 as3 encoder and decoder ? Or other codecs? Or maybe a C# source code of h.264 encoder and decoder ? I think I could port it to as3. Doesnt need to be h.264, just something with good quality when running at 5 Frames/Sec and 40 Kilobyte...

View 2 Replies

ActionScript 3.0 :: Client-Side Video Compression From Within Flash

Oct 28, 2009

I'm creating an app where users can take a video of themselves with their webcams and upload it to our server. Any way to compress video from within flash before an upload? I found On2's Flix Publisher, but it is ridiculously expensive, and requires an additional plugin.

View 1 Replies

Media Server :: Streaming Video Live With A Video Camera?

Sep 17, 2009

I am looking to broadcast live video and need a camera that is better than a simple webcam. It looks like they used to make video cameras that would register as webcams, but stopped making them.If you wanted to broadcast an event live, what would be a good camera to use?

View 5 Replies

ActionScript 3.0 :: Streaming Flash Video And The Dimension Of The Video Is 1280 By 720?

Apr 10, 2011

I am streaming flash video and the dimension of the video is 1280 by 720 (same size as the stage)
 
but just before the video streams, there is a quick flash of the video (about 320px by 240px) at the top corner of the stage, and then it plays the videos at the correct size (which is 1280 by 720)  .... a quick flash is the best way I can explain it.
 
This is my code:
 
function clicked(event:MouseEvent):void {
var video:Video = new Video();
addChild(video);

[Code]....
 
is there anyway I can stop that quick flash of the video .... so when I click on the button, it just plays the video, at the correct size?

View 4 Replies

Flash :: Play Smooth Streaming Video From Iis 7 For A Video Player?

Jun 10, 2011

I want to play smooth streaming video from IIS using the flash video player like e.g. jw flash player instead of silverlight player?Which video format should I use in this case? Can flash then play e.g a video via smooth streming encoded with microsoft encoder?Do you know some alternative video players, that combines flash and silverlight functionality (selected per java script) to use with flash and silverlight?

View 1 Replies

ActionScript 2.0 :: Streaming Video - Change The Location Of The Video Without Flash?

Jan 30, 2004

I am trying to make a flash movie and have it find a external movie to show. I also need to be able to change the location of the video without flash, so I think I have to use a seperate .as file.

View 6 Replies

IDE :: Video Streaming - Loaded An External Video With Playback Component?

Feb 18, 2010

I have loaded an external video with playback component in Flash CS4.

Now the question is do I need to add streaming script or not?

View 2 Replies

Flash :: Video Player For Video Streaming?

Oct 31, 2010

I need a flash video player for our public site where users will share videos.The video usage model is similar to youtube as far as video part is concerned.Users will upload and share videos. Users will browse and play all shared videos as well.The videos will be streamed from the server and our app is a .NET/C#/JQuery application.We have 3 options:

1) Either buy a commercial flash player

2) Customize a open source player or use free player and customize its gui

3) Develop our own (time consuming and last resort)

I am required to find a flash video player with these requirements:

Player should work in all major browsers (IE, FF, Chrome, Safari)

Player should have way to inject Advertisement clips when playing a video file

Light weight and easy to integrate

Must support streaming and scale

Plus all other basic features of a flash video player.

View 1 Replies

Flash :: Video Player For Video Streaming ?

Apr 11, 2011

Possible Duplicate: Flash video player for video streaming.is there any good and open-source video player to be embed in as3, no flex, html, and js.i tried

f4player.org

https:[url]....but i found tons of bugs,if you know any comercial player, that would be awesome too.

View 1 Replies

Media Server :: Flash Video Streaming With "fall Forward" To HTML5 Video For Mobile Only

Jul 19, 2010

I'm looking to duplicate the video-embedding technique shown on [URL], whereby they show the flash video to all platforms where flash is available, and only show the HTML5 player on mobile devices. (specifically, iphone / ipad)
 
Is there a browser-sniffing framework, or some other method available to accomplish this?

View 2 Replies

Choppy Streaming Video FMS 3.5

Jul 23, 2009

I'm new to the streaming video world but I do have FMS 3.5 up and running and have encoded some wmv and mp4 videos to flv using adobe encoder CS4.  I followed the tutorials and have created the swf files in flash CS4 and the videos are streaming as expected.

The primary issue I am having is the videos tend to be choppy at times.  They pause, run slowly, audio pops and just overall; glitchy.  Typically at the beginning but some times throughout. The test files at the FMS admin page stream fine without issue from the same server.  We have tested the site/streams from multiple providers all at cable modem speed or above.

We are running FMS 3.5 developer version and wish to purchase the full version but I really need to fix this issue to prove it's value.As a bit of background we are running/testing FMS 3.5 from a server with the following specs:Redhat EL 4.6-32 SuperMicro X7DBU Intel Xeon QuadCore DualProc Sata [2Proc] Intel Xeon-Harpertown 5420-Quadcore [2.5GHz] OEM 4GB ECC FB-DIMM DDR2 Mainboard Onboard SATAII Controller  (2) Western Digital WD Caviar RE 16 WD2500YS  Uplink speed 10 (Mbps) Bandwidth allotment 2000 GB(Virtual Private Rack)

View 2 Replies

Publish A Streaming Video To FMS?

Sep 22, 2011

I know Flash can capture webcam and record the video to FMS.Can I publish a streaming video to FMS ?

I mean, I am streaming a video with netstream and I want record to FMS the output of that video.

View 3 Replies

ActionScript 3.0 :: Add A Streaming Bar To Video?

Apr 18, 2010

I have a "Play video" button that does exactly that, it loads a flv video and plays it - I can stop, pause and play the video. Now, I want to add a streaming bar.

View 2 Replies

Video: Streaming Vs Progressive Download

Jun 18, 2009

I'm trying to decide whether, for my particular application, I would be better off delivering video via streaming or progressive download. Here's the situation: Background: this will be a learning drill for learning foreign language phrases. There will be a series of ten short video clips, each one a headshot of a native speaker, saying a single sentence. The background is static so the only thing changing will be facial expressions, so compression should be pretty effective. Each clip will be approximately 4-6 seconds total length. Resolution will be approximately 360 X 270.

The way this particular drill works makes me wonder if perhaps progressive downloading might make more sense than streaming. But like I said, I'm not a Flash developer, so I could easily be wrong. (Did I mention we're currently looking for a talented, reliable Flash developer?) So here's how it will work: Drill will load up showing written text of instructions, along with audio of the narrator reading the instructions aloud. Approximate length of the audio instructions will be 15 seconds. (I"m thinking progressive download could begin during the reading of the instructions.)

After the instructions have been read, the intructional text goes away and is replaced with (from top to bottom) the text for the first sentence, the video box with a static image of the first frame, a "Begin" button. When the user clicks the "Begin" button, the video begins to play, and the "Begin" button transforms into a "Repeat" button, which is inactive while the video plays. When the video ends, the "Repeat" button becomes active. Clicking the "Repeat Button" causes the same video clip to play a second time (again, the "Repeat" button is inactive while video plays.

View 1 Replies

ActionScript 3.0 :: Streaming An FLV Into A Video Object?

Feb 9, 2010

I am trying to stream an FLV file into a Video object by attaching a netStream using attachNetStream(). This works fine for local files as well as downloading files from a different domain; however, I am trying to download an FLV from php file that sends these headers:
 
Content-Type: video/x-flv Content-Disposition: attachment; filename="video.flv"
 
The netStream object responds as though there is no problem, outputting:
 
NetStream.Play.StartNetStream.Buffer.FullNetStream.Buffer.FlushNetStream.Play.StopNetStream.Buffer.Empty
 
But The video does not play on the Video object. If I download the video from that php link and save it locally, then have the netStream load it from there, it works just fine.
 
Why is this happening? I was trying to use URLStream as a way around this, but I couldn't figure out a way to attach a URLStream to a Video.

View 3 Replies

Use IP Camera With FMS For Live Video Streaming?

Mar 2, 2010

How i can use IP Camera with FMS for live video streaming.

View 2 Replies

Flash :: Video Streaming Stops

Aug 24, 2010

I have a problem with an embedded  flash video not playing to the end, it stops around half way It is a 4 minute video with sound, the FLV file is around 24Mo This is a normal server not a flash streaming server .

I have at least 10 other sites on line with a flash video on the home page and they all work fine.on the same server.only difference is that this file is about 10 Mo bigger on average.

I contacted the company where my server is hosted and they say that it looks like a java script problem but I am using flash 8 pro standard <object> no java script to detect version etc.[code]...

View 1 Replies

Streaming Flash Video - Clipping

Jan 21, 2010

I have a simple flash video player that streams the video from a streaming media server. The stream plays fine and I have no problems with playing the video and doing simple functions. However, my problem is that on a mouse over of the video, I have the controls come up and when I do a seek or scrub on the video, I get little weird boxes that show over the video - like little pockets - of the video playing super fast (you can basically see it seeking) until it gets to the point it needs to be at and then these little boxes disappear.

View 2 Replies

Flash :: Dynamic Video Streaming In It?

Mar 22, 2010

Is there any way to do dynamic video streaming in flash without using Flash Media Server (FMS) 3.5 as it's a very expensive software but using some open-source software or in any other way.

View 1 Replies

Flex :: Streaming Video From YouTube

Apr 12, 2011

Is it possible to use the VideoPlayer or VideoDisplay components in Flex 4 to stream a video from YouTube rather than just use the custom YouTube player? How? I want to serve a video inside a banner.

View 1 Replies

Flash :: Streaming Video Player?

Apr 18, 2011

Its been two years since I built a video player and back then Flash was the only choice (just about). My question is if I want to stream a .h24 video over the web that is cross browser and platform compatible, has anything the ubiquity of Flash? How about Flowplayer?

View 2 Replies

Video :: Pausing Streaming RTMFP?

Jun 29, 2011

I have an app that streams in video live, and archives it as it goes along.My question is this: What happens when I hit, or allow, 'pause' on a live stream, and then 'play'? Obviously the person on the other end streaming continues to do so, and my application continues to archive it, but what about the person receiving the stream?

Do they resume play from the archived copy, or do they seek ahead to the current point in the stream, missing everything they were paused for?

View 2 Replies

Actionscript 3 :: Streaming A Video From A Certain Time?

Dec 22, 2011

Is that possible to streaming a video from a certain time.

For an example i want to start the video from the time of 1.23 min but its always start from 0 only

time= something in millisecond;

I gave nsStream.seek(time) but even its start from 0 only.This is because the stream is not available for that time.

So can we start video streaming from mentioned timing is that possible.

I don't want to use FMS or Red5 for this.I know there is a possibility using server.

View 1 Replies

ActionScript 2.0 :: Streaming Video Dilemma?

Aug 11, 2009

My Website: jesus101.sytes.net Ok, I have a website that contains flash and in this flash there are buttons. Each button when pressed downloads a video from "You Tube". Lets say I press a button and then decide to press another, now we have a problem the previous video can be heard. Not only that you can also see the loading bar go back and forward for a few seconds. You may have herd of me speak about this before, the difference is that the help I got wasn't enough to solve the problem. I have tried these following tips: stopAllSounds (); unload movie, removemovieclip but none work.

Also, how do I get the ".sfw" to talk to another? For example if I have an MP3 player on and I decide to watch one of my movies, how do I stop the MP3 player?

[Code]...

View 2 Replies

ActionScript 2.0 :: Possible To Play MP4 Video While Streaming

Apr 26, 2011

I am working on my new project and I want to play streaming mp4 video in it. So is it possible to play streaming mp4 in as 2.0? It only starts playing when video is loaded fully.

PHP Code:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.setBufferTime(1);
ns.play("INTRO.mp4");

View 1 Replies

ActionScript 3.0 :: Youtube Video Streaming?

Jun 23, 2011

I am getting this outputNetStream.Play.StreamNotFoundam struggling hard my code is (t parameter of youtube am getting dynamicaly using separate) below:

nc = new NetConnection();
nc.connect(null);
nsClient.onMetaData = ns_onMetaData;

[code].....

View 2 Replies

IDE :: Streaming Video With A Webcam In Flash?

Feb 12, 2003

I almost think it's impossible but I know little. I saw once on a website a streaming webcam video in fact it was live. I right-clicked it and it was in flash. Does anyone know how do streaming video with a webcam in flash?

View 12 Replies

ActionScript 2.0 :: Streaming Video In Flash

Apr 29, 2005

I'm gonna make a streaming video in Flash.But I don't know how I'm gonna start,do you got some examples or good tutorials?Can I load the video from Internet or must it be in Flash?

View 1 Replies

ActionScript 2.0 :: Streaming Video And Audio?

Aug 18, 2006

I am trying to use some streaming video and audio inside my flash movie, but can't quite figure it out..I have the video saved as an FLV file, and this file was uploaded into my streaming folder on my server. I tried to use a sample player I found, and everything should add up, but nothing is coming through. How exactly am I supposed to do this, and does anyone have a sample video controller/viewer I could borrow to test this out?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved