AR Drone 2 and ffserver + ffmpeg streaming

后端 未结 1 750
执笔经年
执笔经年 2021-01-14 09:01

I want to be able to restream the video feed of the AR Drone 2 from a Debian Server to Flash.

I am aware that the AR Drone uses the codec p264. I\'m totally green wh

相关标签:
1条回答
  • 2021-01-14 09:23

    Unfortunately ffserver just simply will not get the job you want done. You have hit the same wall as everyone else on the internet. The best I can get is about 3 second delay which gradually increases to about 5-10 seconds as the stream runs for a few hours.

    the stream isn't decoding with ffmpeg for me also. I do not know why. it works with ffplay which just confuses me more!

    I am looking into Py-Media to see if i can just write my own code for a similar project. I want to stream ardrone video and minipulate the images in the stream.

    p.s. look into gstreamer, I saw others discussing it yields different results.

    0 讨论(0)
提交回复
热议问题