Skip navigation
vivekvijayan
Currently Being Moderated

Flex live Video Encoding

May 1, 2008 6:09 AM

Hai.
I am developing a video chat application in flex. Can anbody help me in the video encoding part?
I need the video to be encoded using ON2VP6 or H264 to get a better quality. How it can be done live using flex?
Thanks,
VivekVijayan
 
Replies
  • Currently Being Moderated
    May 1, 2008 6:56 AM   in reply to vivekvijayan
    Actually flex is not a video encoder you have to use for instance:
    Flash Media Server.

    Or if you want something for free you could use:
    FFMPEG
    http://ffmpeg.mplayerhq.hu

    I hope this would help you.
     
    |
    Mark as:
  • Currently Being Moderated
    May 2, 2008 10:15 AM   in reply to vivekvijayan
    Actually the encoder it's just a service so if you upload a file to a folder and the encoder service is running it'll automacally encode your files, so there you can develop some logic in your web app server to integrate this proccess with Flex.
     
    |
    Mark as:
  • Currently Being Moderated
    May 2, 2008 11:14 AM   in reply to vivekvijayan
    If you are doing Video Chat you will almost certainly need to integrate with Flash Media Server($ for large numbers of simultaneous streams) or Red5 (FOSS). They do the streaming video stuff you need. FFMPEG or MPlayer MENCODER is more for creating progressive videos I believe (unless that is what Red5 uses under the covers).
     
    |
    Mark as:
  • Currently Being Moderated
    Dec 16, 2010 11:16 PM   in reply to slaingod

    The problem is, you need a clientside technique to encode the video-chat-stream with a useable codec, cause the client/user have to upload this video(chat)-stream to the server, mostly with a small user bandwidth.

    Actually flash supports only this standard codec for encoding the user video input, wich requires a high bandwith and represents still a real bad quality.

    Thats a bad fact for adobe, cause this should be natural for such an "media software/system".

     

    Anyway, someone has a solution for encoding the clients webcam input with a common codec before streaming to the media-server?

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points