Actionscript :: Encode/decode Video To Flash Media Server?
Aug 12, 2011I want to encode a video to obtain high quality. Is there any way to encode a video on flash media server?
View 1 RepliesI want to encode a video to obtain high quality. Is there any way to encode a video on flash media server?
View 1 RepliesI am trying to encode and stream live video. I have downloaded both the Flash Media Encoder and Flash Media Server. The problem i have now is, i can't able to connect to Flash Media Server. The FMS url is as default: rtmp://localhost/live. Do i have to purchase a FMS url? How do i make sure that my FMS is running/ activated?
View 1 Repliesi would like to learn can Flash Media Encoder or other Adobe's product encode video then sent to FMS for streaming by combining two different sources (for example: from two cams).
View 8 RepliesHow to encode any video format into flv dynamically so that it can be used for streaming.
View 1 RepliesI'm using AS3 to base64 encode a JPG and pass it to Javascript. I'm attempting to use AJAX to pass that base64 encoded string to PHP and have PHP decode it. (I know I could send it back to Flash and Flash could decode it and send it to PHP, but I'm trying to eliminate the need for Flash on the decoding end).It appears that AS3's encodeToBase64String() function and and PHP's base64_decode() function do not use the same algorithm, as PHP evaluates it as a base64 encoded object, but does not seem to output it properly
View 4 RepliesI want to encode / decode a string in AS3:
var string:String = "This is an text";
encode(string) will give for example: "yuioUasUenUwdfr"
decode(encoded(string)) will give: "This is an text";
It does not have to be secure or anything.
I'm currently working on an image editor in Flash Player, and I need to be able to export CMYK images to my server. I'm completely new to color profiles and the like, and I was wondering how I could accomplish this. I am pretty sure all images in Flash Player are ARGB, so is there a way to convert the values properly?
View 1 RepliesI am developing Video Chat over Ip (including audio and text too). But I am unable to get the proper startup material for my desktop application.
View 2 RepliesIf I URL encode my flashvars, is there a prefered technique/method(s) for handling them inside as3?
During some of my testing, I recently url encode the = and & symbols, but my AS did not seem to translate them when using LoaderInfo(this.root.loaderInfo).parameters (Maybe I was doing it wrong... Hehe, it has been known to happen.) Question: Using AS3, should I decode the parameters? Or, does that happen automatically?
I assume I need to run some sort of url decode. What is the best way to handle Flashvars? Do you folks have any tips?
At the moment it seems I've tried every trick in the book trying to get this to work. I need some way of encoding AMF requests and then decoding the responses. At this point I don't care what language it's in, as long as it's doable and free (as in to me), however I would prefer PHP.I don't know what other information is needed
View 2 RepliesI would like to know whether i can upload any type of video into FMS and it will encode it as flv on the fly while streaming?
View 1 RepliesI have tried countless times in finding out from Adobe what would be the best solution to use the already 100s of videos encoded to H.264 in the mp4 container. Unfortunately, salesmen never know the answer yet keep asking me to buy. What benefits, if any is there to encoding to F4V over MP4 other than the ability to inject metadata without having to use a sidecar xmp file like you would if using MP4? The only downside I see with going F4V is that files will not be playable on set tops, gaming consoles, and also iPods.
Does FMS protect files already encoded to MP4 and if not, is there a tool to rewrap the MP4 into a F4V? My overall goal is to be able to put all metadata needed into the file and use actionscript 3 to populate the information on a web page and in the future an AIR app. I would love to pull the trigger and buy FMS but it just seems like the salesmen are reading from a brochure and never once address my questions let alone find me answers.
I have an actionscript 2 code that uses base64 to encode/decode incoming data. problem is that data is binary and includes null (0 characters), actionscript 2 fails when handing null to charCodeAt.I figured what I need is an actionscript 2 lib that can do base64 encoding/decoding on an array rather than a String.
View 1 RepliesWhat we would like to do is create an archive (f4v or mp4) on the FMS 4 server any live stream that is pushed from our endpoints. Primarily as a backup and if necessary - an editable file within CS4 or CS5.
We are at a University and capture lecture powerpoints natively and sometimes need to edit the files. flv is not enough and we would like to take afvantage of mp4 and the FMS server while we use it for overflow as a recorder.
I'm trying to make a software which sends video and audio data to a flash media server by using RTMP protocol. Currently, my program can communicate with a flash media server correctly. RTMP specifications does not describe about the raw data in video/audio messages, so I muxed raw H.264 and AAC data into video/audio messages and sent to the server. The server seems to accept them, but a video player cannot playback the stream sending from the server. The player just says "Loading..." For a test purpose, I sniffed the network packets between Wirecast and the flash media server and ripped off only video and audio data. Then, I muxed those data into video/audio message and sent to the flash media server. In this case, the video player connected to the server can playback the stream correctly.
I checked the stream sent from Wirecast, the stream seems not to be H.264 raw data because those data are not started from 0x17 instead of H.264 start code. With those situation, I am wondering what kind of container format I should use for H.264/AAC data to the flash media server.
I'm using envivio 4Caster C4 to encode my videos from a ipstream, and them publish them to my wowza server, and al works fine.Now i'm making some tests with FMS development, in or to use it for live Flash http Dynamic streaming, but my fms server wont accept the connection from envivio.I used your tutorial below, to test it localy on my pc with windows, but when i installed it on my linux (Ubuntu) Server, i could no longer connect to it, neither with the Adobe media Live encoder, neither with Envivio, i allways receive a conection refused message.Do i need to make any special changes to the confugurations used on the tutorial?
View 8 Repliesis it possible fast forward, rewind video in flash media server through flash action script ?
View 5 Replieswhen i try to live stream with FMS! I can stream video with Flash media live encoder to the server but when i create the player to recieve the livestream from server,i can not recieve the live stream,can anyone give me a step by step tutorial of how to do it?
View 1 Repliesis it possible to built a Video Chat without the need for server side code so that I can run it on a Flash Media Streaming Server?
View 7 RepliesFlash media server 3.5 to stream live video to a webpage with flex GUI embedded in it.For this I have used Adobe flash media server start screen .I could able to stream video correctly.I want to know how long it could be do like this.ie suppose I have to stream like this for 3 or 6 months
View 2 Replieswhat will be the best way for video conference without any delay for multiple users(200-300). How it can be possible with FMS and Flex?
View 3 RepliesAs titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?What I am trying to do, is to record a user's microphone's input and save it to the server.fterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?
View 1 RepliesI want to have a website where users can record short video clips (using a webcam) and then have those videos saved on the FMS for viewing later. I've seen a lot about streaming video, but I actually want to save the video.
View 1 RepliesHow can i connect to my own server to watch my streaming video from another computer?
View 10 Repliesi'm wanting to stream video or even just load it into my flash sites and not lag them....anyway i have had a few people tell me to look at flash media server and flash comm server. i have but i am really confused with it all...WHERE DO I START?? WHAT TO KNOW?? HOW TO DO IT??? etc
View 2 RepliesI had a question about RED5 & Adobe... Does anyone know if it is possible to broadcast multiple video chats using Adobe flash player from "RED5 flash server"?
View 2 RepliesIs there a way to get video thumbnails from Flash Media Interactive Server (FMIS) without using client side action script. Bascially we want that we dont have dependency on Flash for displaying thumbnails from FMS but when a user clicks on one of thumnails then Adobe Player streams that video from FMIS.
View 2 Repliesi'm having problems trying to play FLV videos on demand from Flash Media Server 3.0.1.
Sometimes the video doesn't show at all, sometimes it plays the audio only, and sometimes it works perfectly...i can't figure out why.
Videos are into the applications/vod/media folder, i'm using a MediaDisplay object to load them, and i've exported the SWF as a Flash Player 7 AS2 application.
Code: Select all // m is the mediadisplay object
m.setBufferTime(10);
// file will be passed as parameter
[Code]....
as you see, the server is in my local network, but i've tried with a public remote server too, with the same results.
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?
Is it possible to record video through Flash's "Webcam" facility and receive encoded video on server side without any further processing (i.e. just saving the stream to a file)? Or is server side software always needed to encode the input? If server side software is necessary, are there free / Open Source solutions available?
View 1 Replies