my problem *gg*:
i have a vserver with a running VLC and a rtsp cam running in internet. now i want to get on server one rtspstream from cam and give the video as a flw/flash (or swf?) out on my webpage, because 98% of users has a flashplayer installed. is it possible to stream this in flash from rtsp?
how does it work?
this is wrong?! (swf?)
vlc rtsp://IPADDRESS:554/live.sdp --sout '#standard{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=IPADDRESS:10001/stream.flv}'
vlc rtsp://IPADDRESS:554/live.sdp --sout '#standard{access=http{mime=video/x-flv},mux=ogg,dst=IPADDRESS:10001/stream.flv}'
please help me
![Smile :-)](./images/smilies/icon_smile.gif)
thanks a lot!