Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
December 16
Hello there. I'm have a question: How to scan all available online streams from a specified server and port given? For example, I've found a Wowza Streaming Engine server at 115.79.46.164 and port 1935. I want to know which website or software can help me to find all active streams on this server. Thanks for reading. Ccv2020 (talk) 14:22, 16 December 2024 (UTC)[reply]
- nmap -- Finlay McWalter··–·Talk 17:02, 16 December 2024 (UTC)[reply]
- nmap is just going to let you toss packets to the server and inspect the packets that server decides to send you back in reply. Which is great for networking analysis, but we want to speak application layer here and talk with the "streaming" software on the remote host. Does [1] help at all? (You will need curl if not already installed.) Do take note, the party which owns the server could always have configured it to restrict the information it will give out to the public. --Slowking Man (talk) 19:32, 26 December 2024 (UTC)[reply]