[FFmpeg-user] librtmp issue

Roger Pack rogerdpack2 at gmail.com
Wed Dec 12 03:36:14 CET 2012


> i can stream rtmp protocol with the server using ffmpeg abstract
> interface,like avformat_open_input.. and i also can use librtmp's method
> like RTMP_Init(rtmpclient); RTMP_SetupURL(rtmpclient, kFMServerUrl); to
> communicate with the server. but i don't know how could i use the same
> session?
>
> did ffmpeg have interface above the librtmp? how could i use it to send and
> received message ?

ffmpeg has ability to output to librtmp.  If you're using lower level
api calls you might be able to do it all yourself, alternatively, I
suppose.


More information about the ffmpeg-user mailing list