I have a MP4 file (H.264 + MP3). I want to stream it over http protocol so I can watch it through an address like http://127.0.0.1/test.mp4. I tried VLC to stream the file but I could not see the stream when I tried to watch it in another VLC program (this time as a client). What configuration should I use? Is there any other app (component) for this purpose?
Update: In fact, I am trying to stream the file via a programming. But, before using vlc components in my code. I just want to run the whole scenario with the vlc itself. There has been similar questions like Streaming mp4 with vlc to html browser but they were streaming a webcam.