I tried to stream a movie with the same command as I did with rc3 (used the command history) and now a segmentation fault is generated with the following error message:
Code: Select all
deinterlace generic error: doubling the frame rate is not supported yet
Code: Select all
vlc movie.mp4 --sout '#transcode{vcodec=mp2v,acodec=mp3,deinterlace}:rtp{mux=ts,dst=ff02::1%eth0,port=1234}'
Only with using 'no-deinterlace' it works.