FREEZX / fq777-954-chrome-app

Chrome app for controlling the FQ777-954 drone
43 stars 18 forks source link

Video #5

Closed adrianlzt closed 7 years ago

adrianlzt commented 7 years ago

Hi,

I show some code that seems to try to decode video. Do you achieve something?

Thanks

FREEZX commented 7 years ago

I might, i tried decoding video once, but something didn't work right.

adrianlzt commented 7 years ago

Do you have some code to obtain a frame or something. I was reading the reddit post but the download links are broken.

FREEZX commented 7 years ago

The whole video data is located here: https://github.com/FREEZX/fq777-954-chrome-app/blob/master/js/main.js#L204 I don't know anything about video frames or video decoding, but i was able to play this data with ffmpeg, Sample captured data can be found here https://github.com/FREEZX/fq777-954-chrome-app/raw/master/out.mp4. My issue is playing this and more importantly, streaming it in the app.

adrianlzt commented 7 years ago

Ok, thanks. I'll take a look and come back if found something useful