Menu

MP4V-ES/RTP deocder

2008-02-25
2013-06-04
  • Lorenzo Memè

    Lorenzo Memè - 2008-02-25

    Hi,
    I'm new in this community.
    I must decode an MP4V-ES/RTP stream from an IP camera.
    Any idea on how to? Is there any codec to do it? jffmpeg could be ok for this work?

    Thanks a lot!!

    Lorenzo

     
    • davide cinardo

      davide cinardo - 2008-02-26

      Hi Lorenzo,
      I've implemented 2 classes in java for this project...A packetizer and a DePacketizer RTP ..
      Jffmpeg is the principal project, but there is nothing about de/packetizer..
      You can build these components from ffmpeg (C project)..
      It's a bit difficult...but the depacketizer already exist in JFOBS, another wrapper for fmmpeg..
      For the packetizer you can control on ffmpeg on libavcodec/mpv_rtp.c

      Ciaoo
      Regards

      Davie

       

Log in to post a comment.