Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
save client data with rtmpsuckDoes anybody know if it's possible to let rtmpsuck save the data sent by the client?
Code:
C0+C1 C2+Connect request additional data sent by the client |
#2
|
|||
|
|||
Re: save client data with rtmpsuckDo you mean the data sent with connect request or whole communication?
|
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
Re: save client data with rtmpsuckwhy not use the -z switch and redirect output to file.
Code:
rtmpsuck -z 2> Debug.txt |
#5
|
|||
|
|||
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? |
Tags: rtmpsuck |
Thread Tools | |
Display Modes | |
|
|