Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
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 Last edited by joejones15 : 05-07-2015 at 08:51 PM. |
#3
|
|||
|
|||
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.. |
Tags: ffmpeg, udp |
Thread Tools | |
Display Modes | |
|
|