Skip to main content
December 14, 2012
Answered

Can I attach NetStream to another NetStream?

  • December 14, 2012
  • 1 reply
  • 595 views

this is my issues below:

I connected to a pear  to play a rtmfp video stream, and I want to save the stream in the FMS .

I think there are 2 way to handle that:


1,save the stream in my local file system,and send the file to the server.(is it possible??)


2, create a new connection(connected to FMS with rtmp) and  a netStream to attach the video stream,and publish to FMS.

how can i make that work??

Any suggestions will be  appreciated

This topic has been closed for replies.
Correct answer SE_0208

1. You cannot save incoming stream to local file system

2. I dont think you can pipe one incoming stream to another netconnection to publish it to server.

In order to save the stream on server - the publisher itself needs to publish to server to have it recorded on the server.

1 reply

SE_0208Correct answer
Adobe Employee
December 17, 2012

1. You cannot save incoming stream to local file system

2. I dont think you can pipe one incoming stream to another netconnection to publish it to server.

In order to save the stream on server - the publisher itself needs to publish to server to have it recorded on the server.