Cai, Xin wrote:
> Hi guys
> 
> I am working on a program that requires me to grab video(mjpeg) from an
> IP camera and I was able to do it using ffmpeg, but now I want to
> acquire the video from the IP camera using libav api(s) directly.

If ffmpeg is able to grab the video, you can use av_open_input_file()
passing as a filename the URL you use with ffmpeg.
Everything else should be like reading from file.


                                Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to