Hi, it works fine!
I used this, from the documentation:
href="http://127.0.0.1:8081/mediaplayer/stream.flv"
Another question, in the
Method 2 H264 and Flash .flv from the documentation, are there 2 VLC streamer running (Box 1, Box 2)??
I couldn´t understand why the first VLC (box 1) streams out and the second (Box 2) takes the stream for the output as
stream.flv right?
I tried this with one VLC, i uesd the RTSP stream from my camera, then i clicked next to the without setting the destination. In the “Generated stream output string” i paste the sout string and it works with one VLC Streamer!
Another problem, after a while there where no stream for the flowplayer, it shows me an old stream. I tried to refresh the page, but it shows the same content.
What´s the issue, why couldn´t i get the actual stream? Is there a wrong configuration in VLC or in the flowplayer, i need streaming.
My sout string:
:sout=#transcode{vcodec=h264,vb=200,deinterlace,ab=32,fps=25,width=256,height=192,acodec=mp3,samplerate=44100}:duplicate{dst=std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8081/mediaplayer/stream.flv},dst=display}
I found a RTMP plugin for flowplayer, this example shows how to stream live with Flowplayer:
http://blog.mydeo.com/2010/03/04/embedd ... lowplayer/ Does VLC support RTMP streaming??