Luca Abeni wrote:
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
Maybe i'll do that! So right i have to open streams sending to two
different ports. As you can see that's a problem.
The solution will be what? Catch the video on the other side and repack
it in one stream? Because if i try to play the rtp connection i can only
do one thing at the time! Or listen to the sound or see the movie!
begin:vcard
fn:Ricardo Pinto
n:Pinto;Ricardo
email;internet:[EMAIL PROTECTED]
tel;work:00351916505229 (Portugal)
tel;cell:0034626325434 (Espanha)
version:2.1
end:vcard
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user