[FFmpeg-user] RTP/MPEGTS streaming with FFMPEG
    Carl Eugen Hoyos 
    cehoyos at ag.or.at
       
    Thu Oct 22 17:13:35 CEST 2015
    
    
  
Alexander Dethof <alexander.m.dethof <at> campus.tu-berlin.de> writes:
> $> ffmpeg -i sintel.hevc -f rtp_mpegts 
> -bsf:v hevc_mp4toannexb rtp://127.0.0.1:1234
You don't tell FFmpeg what it should do with your 
input video stream, and it defaults to mpeg4 (asp) 
encoding. My guess is that you wanted to use:
-c:v copy
(I don't know if the hevc bitstream filter is 
necessary for rtp streaming, you will have to 
find out.)
Carl Eugen
    
    
More information about the ffmpeg-user
mailing list