First of all excuse me for insufficient skills in English.
Q: At this moment I use simple .FLV streaming scheme:
/usr/local/bin/vlc -d /tmp/rawdv --sout "#transcode{venc=x264{keyinit=10},vcodec=x264,vb=200,width=320,height=240,acodec=aac,ab=48,channels=1,samplerate=22050}: std{access=http,dst=0.0.0.0:89080/stream.flv}"
... But I'd like to have two streams from one source with different video bit rate (200 and 500 for example) on same port (...:8080/stream200.flv and ...:8080/stream500.flv). Can any one advise me in this question ? Thanks !