View Single Post
  #1  
Old 05-07-2015, 02:59 PM
Fr0zen Fr0zen is offline
Junior Member
 
Join Date: Mar 2015
Posts: 4
Fr0zen is on a distinguished road
Question

What's the best way to record UDP stream ?


I use ffmpeg but it appeared many notices "PES packet size mismatch" & the output video is bad quality

Code:
ffmpeg -i "http://203.162.235.124:5555/udp/225.2.100.159:5000" -c copy Filename.ts
Reply With Quote