mikemccand / pylive555

Automatically exported from code.google.com/p/pylive555
34 stars 18 forks source link

how to get frame to work with opencv? #6

Open vinnitu opened 7 years ago

vinnitu commented 7 years ago

I need handle frames in real time with opencv. Tell me please how to get image in needed format with our library.

edumotya commented 4 years ago

Live555 does not decode the H264 data.You have to modify DummySink in module.cpp, applying ffmpeg decoding to extract decoded frames from the raw H264 data.