I was trying to do almost the same thing you wanted to do and I ended up using libav API to create a file on the local disk and call an external ffmpeg command to stream that appending file to the server.
On Thu, May 19, 2011 at 8:29 PM, Luca Barbato <[email protected]> wrote: > On 5/19/11 11:41 AM, Irwin Lourtet wrote: > >> Hello, >> >> Thanks again luca for your help it was very usefull for me and so now I am >> able to stream a video in real time. >> However I have one problem left, it's concerned the resolution. There is >> no >> problem when I stream a video with a 320*240 resolution but when it is >> higher >> I only have one frame displayed and I have to restart the stream reading >> to >> have a new frame displayed. >> > > Make sure you have enough bandwidth for it. > > > @lucas : I don't really understand what you told about this problem of >> resolution. You talked about a script, but what the script should do? >> > > use the ffmpeg command in a bash script to try things first before putting > them on code. > > lu > > > _______________________________________________ > libav-api mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-api >
_______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
