ive make multiple tests, read multiple posts, asked on irc, but i still cannot figure out if x264 streaming through http is possible or not with VLC
my goal is to stream a file to a flash 9 client (which now supports playing h264 files) with a player like JW FLV player (http://www.jeroenwijering.com/?item=JW_FLV_Player)
maybe the problem is that MP4 mux can only be used for file output, i dont know.
heres an example commandline i use :
Code: Select all
vlc.exe -vvv --sout="#transcode{vcodec=h264,vb=512,acodec=mp3,ab=32,samplerate=11025}:std{access=http,mux=ts,dst=':1234'}" d:\strip.mpeg
any help would be greatly appreciated, THANX !