Hi!
First of all, I want to sorry about my bad english, but I hope you will be able to understand me and help me with my problem.
I am making some proofs with a "dummy" html code to get a videolan embedded to reproduce video.
I got this piece of html code from the Internet:
<embed type="application/x-vlc-plugin" name="VLC" autoplay="yes"
loop="no" volume="100" width="640" height="480" target="example.avi">
But with this code the video doesn't reproduce on the web. If I change the attribute target by src I can view the video reproducing on the web, but I don't understand the reason.
In addition, my goal is to stream some video from a VLC player and then view this stream embedded on the player embedded on my html code.
I opened a VLC player on my computer and searching in Google i was able to stream video on the address rtp://192.X.X.X:5554 and then if I open another VLC player and I open a net stream on this address the video is reproduced on the second player (that's what I want to get on my html code!)
But if I put "rtp://192.X.X.X:5554" on the target attribute of the embed in my html code I don't get anything (and If I change target by src, no result yet).
I don't know what I'm doing bad, so I will be thank for your help.
Greets!