Hello,
Since the commit "access: live555: set dts to ts_invalid for video" fcb7347e8c09c95128520760886f89362f2db965 of 2017-05-19,
I can not broadcast a video from an RTSP camera, in fact the i_dts variable of p_block is set to VLC_TS_INVALID in the live555 module.
In streaming In the routine sout_InputSendBuffer () "./src/stream_out/stream_out.c", if i_dts is <= VLC_TS_INVALID, the p_block is deleted.
Greeting