Hi,
  
 Currently, ffmpeg supports starting a HLS output with EXT-X-DISCONTINUITY, 
which is useful.
  
 But I'm reading a continous input from MPEGTS RTP signal, which sometimes 
as a discontinuity in it.
  
 When this happens, ffmpeg stalls and stops. If it's in the range specified 
by dts_delta_threshold, it keeps going, though incorrectly from a HLS 
standpoint (because it doesn't emit a EXT-X-DISCONTINUITY when the change 
happens).
  
 Since this middle-discontinuity is supported by HLS (also by the input), 
could ffmpeg recognize this and emit the correct mark for the output?
  
 The example is pretty straightforward:
  
 ffmpeg -i rtp://239.0.0.2:9333 -c copy -f hls ...
  
 Cheers,
  
 Felipe Damasio
  
  

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to