Felipe Santana wrote > > Hi, > > I need to build an application that uses ffmpeg for receiving a video > streaming. > And I have been looking for an example, or something that could help me to > use the functions on libavformat/rtsp.h. > > Does anyone have an example, that I could use? > Or could anyone help with that? > > Thanks! > > Best regards! > > -- > Felipe Santana > > Software Developer > XMobots Robotic Systems > > _______________________________________________ > Libav-user mailing list > Libav-user@ > http://ffmpeg.org/mailman/listinfo/libav-user > Yeah, I would also want to know this.
After calling avformat_network_init(), I discovered that just call avformat_open_input() with url(applehttp:// prefix) as filename would do almost the whole thing. The url is point to m3u8 playlist and it can probe the content correctly. However, I am not sure that it really can be done so easily. What about the functions in applehttp.c? Is avformat_open_input() somehow call those function? Is this enough to support http live streaming? If not, is there any sample example to do so? -- View this message in context: http://libav-users.943685.n4.nabble.com/Libav-user-Receive-video-Streaming-tp4205926p4364059.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
