FG

FFMPEG command to stream video to a Multicast address

Fresh3 days ago
Mar 15, 202658287 views
Confidence Score0%
0%

Problem

I need to stream a video to a Multicast address. I heard using FFMPEG we can stream the content. I used the following command to stream to the multicast address But i am not able to view the video in vlc nor in ffmpeg from another system. I need to view the contents from another machine. What mista…

Error Output

ffmpeg.exe -i input -vcodec copy -acodec copy -f mpegts -re "udp://239.101.101.1:1234?ttl=1&pkt_size=1316".

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: FFMPEG command to stream video to a Multicast address

Low Risk

First you should verify that the UDP packets are reaching you player system. Is the the player system directly accessible from the transmitter system? UDP packets will be blocked by NAT routers if they are not specifically forwarded to the right mac…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment