[FFmpeg-user] Help building a rtp h264 stream

Ignacio Gonzalez mylaneza at gmail.com
Fri Aug 24 18:45:20 CEST 2012


I already try it and test the example with a bria softphone inside an
iphone but i can not see the video.

2012/8/24 Roger Pack <rogerdpack2 at gmail.com>

> > Hello everybody, i need someone to help me build a library or give me
> some
> > consulting of h264 rtp streaming with ffmpeg, i want to use ffmpeg to
> send
> > video files with h264 over rtp. The library will be used to send and
> > receive rtp streaming, it will be used inside a java softphone, so i need
> > something like:
> >
> >
> >
> >
> > mylib_createRTPStream( int remotePort , String remoteAddress );
> >
> > mylib_sendVideo( h264videoFile );
> >
> > mylib_createListeningRtpPoint( int localPort );
> >
> > mylib_createSDP( h264videoFile );
>
> You may be able to get by with using libav and setting the output
> destination to "rtp://" but I haven't tried it...
> -r
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list