I have compiled ffmpeg with flascc expcept networking. Because flascc cant use sockets,poll and select function. I realized network.c file in ffmpeg is a wraper for socket functions. I think socket problem can be solve by writing network.c again with flash socktes.
But i have no idea with poll and select. Can i implement poll and select function with flash or can i compile ffmpeg without them.