[FFmpeg-user] RTSP Streaming FFMPEG -> VLC etc.

Andrey Utkin andrey.krieger.utkin at gmail.com
Tue Nov 26 23:02:14 CET 2013


2013/11/25 Rick van der Boor <rick.vanderboor at jvr.nl>:
> VLC OUTPUT:
> [0210e49c] live555 demux error: no data received in 10s, aborting

VLC sets up to listen for stream, but does not catch packets.
When you work with multicast streams, the used interface matters both
when you send and when you receive. I don't know how libavformat
chooses used interface in case of rtp:// uri, and don't see the option
to set it at first look. Also i don't know how you could set the
interface to listen in VLC. But if you really want to use multicast,
you should figure this out. If not, then just don't use multicast
address in output rtp uri, use sth like rtp://127.0.0.1:20000 and so
on.

-- 
Andrey Utkin


More information about the ffmpeg-user mailing list