Search code examples
apache-flexvideoencodingh.264live-streaming

live stream recording in flex


I want to record a live stream in flex for that what i am doing is i am capturing the image of the videoDisplay element which is showing the video 15 frames per second which looks like a video.I am doing this by adding a actionlistener of timer event. and parralelly i am also recording audio in binary array .

Does anyone have another solution for live streaming a video in flex??

i want to encode the videos in H264 or such kind of encoder what do i have to do for flex ???

How can i get continuous frames of video recording from the camera object to send it or store it ?

Thanx


Solution

  • I think the following link will going to be very useful to you..

    Click