We are trying to use a PVR-250 to stream rtp multicast using VLC:
vlc -vvv pvr:/dev/video0:norm=pal:size=720x576:bitrate=3000000:maxbitrate=3500000 --sout '#rtp{dst=224.32.36.184,port=5000,sdp=http://158.36.47.170:8000/test.sdp}' --cr-average 1000 --mtu 1460 --ttl 64
But using either VLC or Quicktime, I only get the sound, but not the picture. When using the udp module I get both.
Any ideas, sudgestions, helpfull tips?