Hello everyone, I need to transcode an input stream to 25 fps H264, with closed GOPs each 1 second-long (=25 frames), and then stream this using HLS protocol, with 5 second segments each of them containing 5 GOPs. Here's is the command-line I thought of : cvlc -vvv <my-input-stream> --no-sout-audio ...
Hi everyone, I'm currently experimenting some difficulties while trying to save the whole content of a RTSP stream (i.e. every elementary stream, including the video stream, the 2 audio ones and also the 2 teletext subtitle streams) into a TS file on my hard drive. It came out that using the --sout-...
Did you solve your problem ? I'm facing the same error with same version of VLC (2.0.1). However if using 1.0.6 (Goldeneye) the udp stream can be read without any problem.
I need to split a live RTSP stream (audio + video) into, let's say, 1-minute chunks (files on my HDD). Is there any way to do it with a VLC command line ? Any help or idea would be great !