Hi you all,
I want to develop a server that capture video from source, encode it and
streaming it via rtp. I have successfully captured and ecoded video.
I have look through ffserver and write my own code as follow:
I obtain stream format rtp via "guess_format("rtp", NULL, NULL);"
I open URL via "url_open(&url, "rtp://localhost:5004", URL_WRONLY);"
After got encoded data, I write to rtp format context, get out buffer and
write to url.
I successfully create sdp file and use vlc to play this but nothing
displayed.
I want to stream video under 3gp format, how can I do?
Please show me the flow of code, all note that need be mentioned.
Thank in advance.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user