PDA

View Full Version : What's the best way to record UDP stream ?


Fr0zen
05-07-2015, 02:59 PM
I use ffmpeg but it appeared many notices "PES packet size mismatch" & the output video is bad quality :mad:

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

joejones15
05-07-2015, 07:15 PM
vlc media player

media>open network stream>http://203.162.235.124:5555/udp/225.2.100.159:5000

when it plays hit record button

http://i.imgur.com/EcnFImO.png

surya987
05-08-2015, 12:16 AM
use livestreamer...

livestreamer "httpstream://http://203.162.235.124:5555/udp/225.2.100.159:5000" best -o "out.ts"

"best" will give you 1080p stream...

Enjoy..;)