Menu

RTSP/RTP + MPEG4/H.264 <Code>

user
meteora28
2009-03-26
2013-05-09
  • meteora28

    meteora28 - 2009-03-26

    final DataSource dataSource = new DataSource();
    final MediaLocator mediaLocator = new MediaLocator("<rtp/rtsp media stream ip adress>");
    dataSource.setLocator(mediaLocator);
    dataSource.connect();
    this.mediaPlayer = Manager.createRealizedPlayer(dataSource);

    this code doesnt work with my rtsp / rtp media stream from an ip cam.
    can somebody tell me why?

    thanks

     
    • Youri

      Youri - 2009-05-28

      Hi,

      I'll be very interested for information about the previous mail.
      Can JMF's RTP support be used with FOBS&FFMPEG decoder (for H.264) ?
      Actually I'm trying to read RTP stream (muxed in MPEG/TS and encoded with H.264) and so far, I haven't found success stories :(

      Thanks for any idea/suggestion.

       
  • algorismi

    algorismi - 2009-11-24

    Hello guys,

    has anyone some success with RTP/RTSP?

    I want to read some RTSP stream for H.264. But before i am spending some time i want to know if it is possible or not.

    thx <br>
    algorismi

     

Log in to post a comment.