Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In the past, I'm able to record an RTSP camera stream with FFMPEG using this command:

ffmpeg -i rtsp://192.168.241.1/axis-media/media.amp -acodec copy -vcodec copy -f mpegts out.ts

FFmpeg produces a well structured transport stream container with my camera video inside the container.
Question: besides ffmpeg, is there any other tool that will record streams to a MPEG-TS video file ?

What I have tried:

I've tried using VLC but the MPEG-TS container is not correct or same as ffmpeg's container.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900