Search found 7 matches

Go to advanced search

by bogogil
11 Mar 2008 10:57
Forum: VLC stream-output (sout)
Topic: Transcode live multicast to flash and emebed in web page
Replies: 11
Views: 6560

Re: Transcode live multicast to flash and emebed in web page

Hi all, I am trying the same: live-streaming of a webcam to an html-embedded flash player. Basicly it works: the flash player starts up and plays the stream. But after a few seconds it just stops. Very strange.. I used vlc version 0.9.0-git Grishenko with this commandline: vlc -I dummy v4l:///dev/vi...
by bogogil
17 Sep 2007 06:58
Forum: VLC stream-output (sout)
Topic: streaming webcam on web page
Replies: 1
Views: 3837

Re: streaming webcam on web page

Hi there, I haven't found the perfect solution yet. But you could start trying with this. Start vlc with (one line) vlc -Idummy v4l:/dev/video0:size=160x120 --no-audio --sout '#transcode{vcodec=DIV3,vb=128,scale=1}:std{access=mmsh,mux=asfh,dst=:8080/stream.asf}' Where /dev/video0 is the video source...
by bogogil
21 Mar 2007 20:25
Forum: VLC stream-output (sout)
Topic: Problem mms(h)-streaming to Win Media Player AND mplayer
Replies: 13
Views: 3278

I'd like to try that.
Can you give me a hint, where to look on?
Totally different streams (codecs, video...) must be totally different, except the mms protocol, which I don't know. :(
by bogogil
21 Mar 2007 19:45
Forum: VLC stream-output (sout)
Topic: Problem mms(h)-streaming to Win Media Player AND mplayer
Replies: 13
Views: 3278

Even if other mms streams from the net are beeing played well?
Though I did start an thread which isn't unanswered since yesterday.
by bogogil
21 Mar 2007 19:10
Forum: VLC stream-output (sout)
Topic: Problem mms(h)-streaming to Win Media Player AND mplayer
Replies: 13
Views: 3278

With Windows Media Player and vlc there is no problem at all. DIV3 didn't make an difference. The device can be played back with :display. I guess, it is an mplayer issue. As said earlier, when I changed streaming to access=http, mplayer plays the stream just fine. But then the Windows Media Player ...
by bogogil
20 Mar 2007 23:53
Forum: VLC stream-output (sout)
Topic: Problem mms(h)-streaming to Win Media Player AND mplayer
Replies: 13
Views: 3278

When I start vlc with vlc -vvv -I dummy --noaudio v4l:/dev/video0:size=320x240 --sout '#transcode{vcodec=WMV2,vb=256,scale=1}:standard{access=mmsh,mux=asfh,url=:8080/stream.asf}' nothing changes. mplayer still stays forever "connected", but doesn't play anything. I cant see filling the buf...
by bogogil
20 Mar 2007 13:00
Forum: VLC stream-output (sout)
Topic: Problem mms(h)-streaming to Win Media Player AND mplayer
Replies: 13
Views: 3278

Problem mms(h)-streaming to Win Media Player AND mplayer

Hello I want to stream my webcam to my webpages. I use vlc -I dummy --noaudio v4l:/dev/video0:size=320x240 --sout '#transcode{vcodec=WMV2,vb=256,scale=1}:standard{access=mmsh,mux=avi,url=:8080/stream.avi}' to start my stream. But when I try to access it with mplayer: mplayer mms://127.0.0.1:8080/str...

Go to advanced search