save client data with rtmpsuckDoes anybody know if it's possible to let rtmpsuck save the data sent by the client?
Code:
C0+C1 |
Re: save client data with rtmpsuckDo you mean the data sent with connect request or whole communication?
|
Re: save client data with rtmpsuckI mean the whole communication. Exact copy (bytes) of what the client sends to the server and also the rtmp url.
Some websites have implemented their own "protocol". They send additional data that the client needs to respond to first or they won't send the stream. For these websites you need to use rtmpsuck. I'm doing some experiments and it seems that when you create a new connection and send the exact same bytes to the server (mimicking the data exchange), then you can trick some servers into sending the stream. This way I might be able to write a tool that can save multiple streams without having to keep a browser tab open for each stream. |
Re: save client data with rtmpsuckwhy not use the -z switch and redirect output to file.
Code:
rtmpsuck -z 2> Debug.txt |
Re: save client data with rtmpsuckThat works fine. Thank you.
::edit:: One more question. Is there a way to make rtmpsuck save the actual stream with a different filename if it already exists (appending '(1)' or '- 1'), instead of overwriting the existing file? |
All times are GMT -6. The time now is 05:27 AM. |