[Libav-user] streamming rtmp

Gabi Burabia gabi.burabia at connesta.com
Thu Nov 28 17:14:14 CET 2013


Hey,

I am trying to use librtmp in order to publish video to server.
I have this code

InitSockets();
r= RTMP_Alloc();
RTMP_Init(r);
RTMP_SetupURL(r, (char*)url);
RTMP_EnableWrite(r);
ret=RTMP_Connect(r, NULL);

I want know to create rtmp pavket and send it.

Can anyone tell me how?


Thanks,

Gabi.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20131128/edcf301a/attachment.html>


More information about the Libav-user mailing list