I'm using a nightly version of VLC (vlc-0.9.0 , 20080120) and have a problem with the relay server.
The main server isn't making problems , I can get the video + audio correctly. But If I'm trying to connect onto the Relay server I become always : "waiting for SPS/PPS" on my VLC client and sometimes I become the video + audio (and then it's ok).
I think that's a bug , that seem that the Header isn't sent everytime. I tried to tune h264.c (vlc/modules/packetsizer) without success.
Command line on Relay server :
Code: Select all
vlc -vvvvv http://server_1:6424 --sout='#std{access=http,mux=ts,dst=:8080}'
Code: Select all
vlc ..... --sout='#transcode{vcodec=xvid,acodec=mpga,vb=300,width=320,height=288,ab=64,venc=x264}:standard{access=http,mux=ps,dst=:6424}'