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.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to