ScreenVideo Codec Support In Flash
Nov 29, 2009could you answer whether ScreenVideo codec (ID=3) is supported by latest FlashPlayer for DefineVideoStream/VideoFrame tags?
View 1 Repliescould you answer whether ScreenVideo codec (ID=3) is supported by latest FlashPlayer for DefineVideoStream/VideoFrame tags?
View 1 Repliesi don't understand flash plugin only support .swf file,not support .flv file? always require load a swf file for play flv file, for exampes:
<embed type="video/x-flv" src="http://www.my.com/test.flv"></embed>
must be use a swf for play
<embed type="application/x-shockwave-flash" src="http://www.my.com/player.swf" flashvars=""></embed>
With AIR 2 allowing access to mic data, it's possible to save/process audio locally. Adobe provides a WAVWriter example but is there any API access to the Speex codec?
View 1 RepliesI am trying to import a FlashDevelop project into Flash Builder. I simply started an ActionScript project and dragged and dropped files & created packages as needed, selected "Set as Default Application" on the main file .as file and deleted the default application .as file. But when I compile I get the following errors
[Code]...
In my build path I have Flex 4.5.1 and for framework linkage I am doing "Merged into code".
I'm developing some AS3 that will end up in a mac projector (.app). This app will stream 1080p videos from the local disk. What is the best codec for fluid videos? (no hiccups, fast start, etc) Is there any special setting I have to consider in the code or in the publish settings?
View 1 RepliesI am having a wied issue with flash flash is unable to import mx.graphics.codec error 1172 a definition could not be found do I have to download this codec from some place, it seem to me that they must be here
View 3 RepliesI use Red5 server 0.9.1 for live streaming from Adobe Flash player to my RTMP protocol transport.I test it with audio data captured from my microphone using flash application and for now transport recieves and recognizes audio packets. For further audio data listening I need to know what audio codec Flash player uses to send data to the Red5 server.Transport doesn't recieve any metadata packets with detailed information about media codec. All I know for now from "connect" message is that publishing side supports the set of audio and video codecs.
View 3 RepliesFrom what I have read, using Speek over Nellymoser is advantageous, but I can't figure out how to use it with a Flex 4 Microphone object. For instance, the last code line:
[Code]...
I'm using ffmpeg on Windows to create mp4 files for web distribution. As libfaac isn't available, I use libmp3lame to encode the audio tracks. The mp4 are played back with a falsh player (JWPlayer).I was wondering if there were any shortcomings to use mp3 instead of aac on certain devices?
View 1 RepliesPeople have figured out how to use the Google Speech API (Speech-To-Text). I'm trying to get it working with Flash Speex codec, and I just can't figure it out. I've tried inserting frame size byte before each 160 bytes (as some sources say), but this doesn't work. So I post a challenge to somehow translate the flash speex bytes for Google Speech API to understand. Here is basic flex code:
[Code]....
Right now I am working on an AIR 3.2 application which lets you stream a video to a Flash Media Server and saves it on a hard drive.This sequence works fine with the standard Sorenson codec but I want to use H.264 for my videos. I found lots example c ode and implemented it in my code, but when I record a video of myself I am unable to re-watch it afterwards.I found how to implement a H.264 encoding in a realeyes blog post here. My code is here.It saves the video as a .f4v file, but my browser (I've tried the latest versions of both Chrome and Firefox, with the latest Flash) and also VLC are unable to load the video. I also used a program called Movie Player which is able to open the file but can only show the first frame and the audio. Neither am I able to upload the video to YouTube because they do not support the file extension.Here is an example video file it saved: H264Test1.f4v.My question is: How do I stream and save the movie with a file extension that I am able to re-watch while using the H.264 codec?
View 1 RepliesI've been sent a link to an FLV file that plays in the browser and when downloaded plays in Adobe Media Player.
However, when I try to import it into Flash, I get the error message
unsupported audio codec
It'll bring in the video no problem.
I've tried to use Adobe Media Encoder to convert the file but it doesn't see the audio either.
Is this some kind of protection on the audio? What am I missing?
fms live
Codec = speex is too noisy: set noiseSuppressionLevel is no use.
But codec = Nellymoser is ok.
I am using FMS 3.5 and Flash CS3 (though using action script 2 at the mo)What I have is a simple program that records a webcam and saves the result as an FLV. - Note, I am doing all this locally, NOT over the internet or a local server. FMS is on the same PC as the program.
1) The frames per second does not seem to be fixing to 25fps, but instead seems to be around 15fps depending upon which pc I use. I'm using: cam.setMode( 320, 240, 25 ); to set the size and frame rate in flash.
2) When I get the properties for the resulting flv, it says it is using h.263 codec. Is there a way to change the codec that is used (to say h.264)? Or is this dependent on the version of flash used? ie. would creating it in flash 9 using AS3 give a better quality result?
I have used the following properties in the meta data handler for finding the keyframes, but returned nothing:
var kfPoints:Object;
for (var propName:String in metaInfoObj)
{
if (propName == "keyframes")
[Code].....
How can I find keyframes in an mp4 file transcoded with an H264 codec?
I learned from some previous post that the default encoding format used when you publish the camera from a Flash player is Soreson. I'm wondering whether it is possible to select to use other codec such as VP2 or H.264?
View 3 RepliesI'm trying to publish video streaming over internet. I want to use the h264 codec in FMS for that. Is there any in built property or setting to use h264 or have to use library for that. And also want to know among VP6, sorenson and 264 which is better to use.
View 6 RepliesIs there a SIP library to connect a flash application to a SIP server directly?(without passing from a rtmp media server)
View 2 RepliesI keep trying to place some pngs in an XML file inside flash. The jpgs work fine but when it gets to the pngs nothing shows up. Do you need to have a special Action Script?
View 5 RepliesSIP support wihin Flash is going to be available? Flash 10? Is any SDK incl. this functionality planned soon?
View 1 RepliesDoes Flash support the <div> tag? I want to convert a table tag to a div tag to display within Flash.
View 2 Repliesflash lite4 whether to support fscommand2?
View 1 RepliesIs there is any printing support in Adobe Flash like the new one in Silverlight.net beta 4?
View 1 RepliesIE9 will support VP8 Encoded Videos if a User has VP8 Codec installed on Computer.Where will user get VP8 Codec ? Flash-Player ?
View 1 RepliesDoes Flex 4 support put request?
I know that Silverlight 4 support put request using its client http stack.
Here's the lowdown, I have a Flash MX navigation on an html page and I want to set up the buttons so that onRelease they will go to named sections on that html page; Thru the use of the <A NAME></A> <A HREF></A> tags.
View 1 RepliesThis my HTML but if the browser does not support flash then i want to replace image in flash part
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
[Code]....
I just have two version of my site
one is design for Flash supported (like Desktop) and the other one is for Mobile devices
I just want to know if I can detect and if is true (support) they will stay the same website assuming is[url]...
I just looked into the styleSheet and TextFormat class for the first time and built a text scroller that pulls its content from a text file with html in it. I am having great problems with the fact that I can't add top and bottom padding to p, h, and spans. I actually am a bit puzzled by the fact, it is not supported. Since that is something I feel like I can't really live without. I am wondering if someone might have written a class that allows you to use those css properties in the style sheet or knows of someone who has, or of some other work around to do this. I did try adding an invisible "spacer" MC from the library via the img tag, but have to say, that at this point, that was rather unsatisfactory, as the amount of control I get, is not quite what I want it to be.
View 1 RepliesI have created a flash aplication and need to make a HTML version for people who dont have flash, I found this method on the internet [URL] but dont wish to use it as i dont want seperate pages and the delay caused by 2 loads and the time taken for the script to activate. I would rather detect the absence of flash anddisplay the HTML if and only if flash is absent If the flash was a JS i would just use the noscript taghow can this be done for flash?
View 4 Replies