Yes. Thanks for the correction. I did some more tests and the behaviour seems to be the same whichever way I do it, even if I point the browser directly at the ogv URL without embedding it in a web page.
On Dec 20, 6:41 am, PhistucK <[email protected]> wrote: > Do you mean <video src="http://192.168.1.8:8000/test.ogv" controls></video>? > You have to put the URL of the stream in the "@src". Alternatively - > <video controls> > <source src="http://192.168.1.8:8000/test.ogv"/> > </video> > > ☆PhistucK > > On Fri, Dec 18, 2009 at 10:29, simonb <[email protected]> wrote: > > I have just been experimenting with VLC and Icecast to see how well > > the HTML5 VIDEO tag works with live streaming. On Firefox 3.5 it works > > fine but on Chrome 4.0.249.0 running on Mandriva Linux all I see a > > still frame and no more. > > > Has anyone had any success with this? I would like to roll out a flash- > > less webcasting system to organisational users. > > > My VLC command line to connect to the Icecast server is... > > > vlc v4l2:// :v4l2-dev="/dev/video0" :v4l2-input=1 :v4l2-io=1 :v4l2- > > width=720 :v4l2-height=576 :v4l2-adev="hw:0,0" :v4l2-audio- > > method=3 :v4l2-stereo :v4l2-samplerate=44100 :v4l2-tuner=0: v4l2-tuner- > > audio-mode=1 :v4l2-controls-reset :v4l2-auto-white-balance=1 :v4l2- > > autogain=1 :no-v4l2-audio-mute --v4l2-set-ctrls='{chroma > > agc=1,combfilter=1}' --sout '#transcode > > > {vcodec=theora,vb=100,fps=10,scale=0.5,acodec=vorbis,ab=64,channels=2,samplerate=44100}:std > > {access=shout > > {bitrate=164,public=1,channels=2,samplerate=44100},mux=ogg,dst= > > source:[email protected]:8000/ > > test.ogv}' > > > I am using Icecast on Centos 5, icecast-2.3.1-4.el5.kb. > > > In the html code looks like... > > <video>http://192.168.1.8:8000/test.ogvcontrols </video> > > > -- > > Chromium Discussion mailing list: [email protected] > > View archives, change email options, or unsubscribe: > > http://groups.google.com/group/chromium-discuss -- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
