Hello All,
I wrote a PC application that streams a file through http via VLC. I also made a client program running on a PC that connects to that stream and plays it. All is well with what I just described.
I now would like to use a non-VLC based http client to read the same stream.
The equipment I'm using allows me to connect to http servers but I need to write the full http client request string (like "GET filename"). On my client PC application - because it's VLC based - I write http://myserver:8080 and it "magically" starts playing the stream. How can I know the underlying http message exchange protocol? Is there a default filename that clients request?
I hope this is clear enough, please let me know if I need to explain it better.
TIA for all the help,
Cheers,
Rui