Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

What's the best way to record UDP stream ?

(http://stream-recorder.com/forum/showthread.php?t=19728)

Fr0zen 05-07-2015 02:59 PM

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 :mad:

Code:

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

Re: What's the best way to record UDP stream ?


 
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


surya987 05-08-2015 12:16 AM

Re: What's the best way to record UDP stream ?


 
use livestreamer...

Code:

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..;)


All times are GMT -6. The time now is 04:06 AM.