Streaming video using non standard protocols

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-06-01T05:01:14Z Indexed on 2010/06/01 5:03 UTC
Read the original article Hit count: 309

Filed under:
|

Hi -

My company makes DVRs that specialize in streaming live and recorded video. The video is encoded using standard MPEG-4 codecs so the codecs in Android should have no trouble with them. However, the video is recorded using non-standard file formats and is streamed using our proprietary protocol (among other things we embed additional data such as watermarks with each frame of video). Is there any way I can take my stream pull out the frames and have it play on an Android device?

Thanks!

© Stack Overflow or respective owner

Related posts about android

Related posts about video-streaming