Append stream object to existing file
Hello, I'm trying to append a live stream to an existing file, but I cant figure out how to open the existing file and then append the live stream. This is server side as well.
I know I need to open the existing file using stream = stream.get("file"). but I don't understand how to associate stream with the live stream coming in.
PLEASE HELP~!!!
