[FFmpeg-user] Help building a rtp h264 stream

Roger Pack rogerdpack2 at gmail.com
Fri Aug 24 18:40:45 CEST 2012


> 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


More information about the ffmpeg-user mailing list