Lots of artifacts while streaming HD content with VLC 0.9.9 on CentOS

Posted by Zsub on Server Fault See other posts from Server Fault or by Zsub
Published on 2010-06-17T15:28:55Z Indexed on 2010/06/17 15:33 UTC
Read the original article Hit count: 205

Filed under:
|
|
|

I'm trying to stream (multicast) a x264 encoded file using VLC. This in itself succeeds, but the stream has a huge lot of artifacts. This seems to suggest that the data cannot be transported fast enough. If I check network usage, though, it's only using about 15 mbit.

I have a similar SD stream which functions perfectly. I think I could improve stream performance by not streaming the raw data, but I cannot seem to get this working. It seems that on keyframes all artifacts are removed for a short while (less than a second).

This is the command I use:

vlc -vv hdtest.mkv --sout '#duplicate{dst=rtp{dst=ff02::1%eth1,mux=ts,port=5678,sap,group="Testgroup",name="TeststreamHD"}}' --loop

Which is all one long line.

© Server Fault or respective owner

Related posts about centos

Related posts about streaming