Hi,

Ricardo Pinto wrote:
[...]
>> Summing up, try:
>> ffmpeg -re -i test.avi -an -vcodec copy -f rtp rtp://localhost:1234
[...]
> Thank you Luca for the reply, it worked quite well. The only thing that 
> i still don't understood, was how can i send audio and video at same 
> time!

Try something like
ffmpeg -re -i test.avi -vcodec copy -an -f rtp rtp://127.0.0.1:10000 -vn 
-acodec copy -f rtp rtp://127.0.0.1:20000 -newaudio

Yes, I know this is not documented very well, and people must extrapolate
this command line from the documentation of all the command line options...
But I never had time to write a better document about streaming with
ffmpeg; if anyone has time and is willing to write such document, patches
are welcome :)


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

Reply via email to