Re: [FFmpeg-user] Video is not reproduced in VLC when streaming in udp with ffmpeg

2020-10-08 Thread Mar Andrés López
The problem is not related with multicast. Multicast is for deliver a stream to 
several devices, and I want test the streaming in my own computer, that is why 
I am using 127.0.0.1 because it references to my own computer (the localhost 
ip).
It seemed that I needed a buffer in reception.
I tried with ffplay -i udp://127.0.0.1:12003?buffer_size=1, it worked.
Thanks :-)

De: ffmpeg-user  en nombre de andrei ka 

Enviado: jueves, 8 de octubre de 2020 10:19:18
Para: FFmpeg user questions
Asunto: Re: [FFmpeg-user] Video is not reproduced in VLC when streaming in udp 
with ffmpeg

first type 'multucast address' in google...  :-)

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://urldefense.proofpoint.com/v2/url?u=https-3A__ffmpeg.org_mailman_listinfo_ffmpeg-2Duser=DwIGaQ=CIoxZ4z5BqFvKvSGFOTo726QZIiNTc_M9CmngT-Pla4=6hC3rvTBWUFDzy12mBL-ibcRFc1EHXzwjcFCetQx-fY=BcpYxqiJBF2iLD98AteQ5RDxaC5WCOYcP7zVyUsLVKk=R_nRwzK2t5Bode8YxNGs8LIa97oc-PNNOsgTQQ7xVJk=

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

P Please consider the environment before printing this e-mail.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Video is not reproduced in VLC when streaming in udp with ffmpeg

2020-10-08 Thread andrei ka
first type 'multucast address' in google...  :-)

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Video is not reproduced in VLC when streaming in udp with ffmpeg

2020-10-08 Thread Mar Andrés López
Dear all,


I am trying to stream a video using the following command


ffmpeg -i video.mp4 -map 0 -codec copy -f mpegts udp://127.0.0.1:12000, then I 
place VLC listening and the video is not reproduced. ¿Is there any help?

P Please consider the environment before printing this e-mail.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".