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 |
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 ![]() |
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" Enjoy..;) |
All times are GMT -6. The time now is 04:06 AM. |