Dear Sirs
I need to know if VLC browser plugin can decode a single H.264 I-FRAME, extracted from a H.264 live streaming from a Digital Video Recorder (DVR).
This DVR uses a proprietary H.264 live video streaming that is NOT compatible with VLC directly. So, I need to remove proprietary headers from the streaming. After that, what I get are raw H.264 GOPs ( Group Of Pictures ), as IPPPPPP sequence ( GOP = 8 ). If I record some GOPs in a file with ".h264" extension, VLC can play it, but, with no correct frame-rate ( it plays very fast as in fast forward mode ).
But, I need to send I-FRAME only to the browser through CGI interface ( using putchar() ) and such I-FRAME decoded by VLC through browser plugin. Is that possible? How we can inform to VLC that the buffer is RAW H.264?
Is there some HTML example to use the VLC plugin?
Thank you.