Questions tagged [netstream]

The NetStream class opens a one-way streaming channel over a NetConnection.

  • Call NetStream.play() to play a media file from a local disk, a web server, or Flash Media Server.

  • Call NetStream.publish() to publish a video, audio, and data stream
    to Flash Media Server.

  • Call NetStream.send() to send data messages to all subscribed
    clients.

  • Call NetStream.send() to add metadata to a live stream.

  • Call NetStream.appendBytes() to pass ByteArray data into the
    NetStream.

(From this Article)

247 questions
0
votes
1 answer

ActionScript: extract / modify frames from video / NetStream

I want to modify all the frames loaded from NetStream before playing them out. Is there any possible way? better with build-in classes and methods, or 3rd-party lib.
Benson
  • 248
  • 3
  • 15
-1
votes
2 answers

How do I make a single connection to handle video, audio and chat in Flex

I'm developing an application and I want to make one single connection for video (netstream) and chat (sharedObject). I have one connection for each but I have limited connection available in the server so I need to make a single connection to…
-1
votes
1 answer

How to convert a (byte) data stream into string in Vb.net

My program has to read a data from a server using socket programming to kill processes in a remote pc. After i convert the netstream from the socket connection, I convert the stream into String but I'm unable to kill the processes because the input…
-1
votes
3 answers

Getting Bitmap from Video decoded with Nestream AppendBytes (AS3)?

I am wondering if someone who has handled NetStream.appendBytes in Flash knows how to get the bitmapData from a decoded video frame? I have already looked at this question but that is from 3 years ago and the more recent comment/answer seems to be…
VC.One
  • 14,790
  • 4
  • 25
  • 57
-1
votes
1 answer

flex4 - NetStream.soundtransform.volume doesn't change

I have problem with receive netstream sound volume changing
-1
votes
1 answer

Error with two video NetStreams AS3

I have 2 NetStream objects that I am trying to assign 2 videos to (one to each), and then, because I have 2 native windows, I use stage.addChild(video); and secondWindow.stage.addChild(video2);. I am using stream.play("scene1.f4v"); and…
user3391426
  • 433
  • 1
  • 5
  • 17
-1
votes
1 answer

AS3 Air application prevent default keys

Hi this is a first post for me: Anyway I am building a video app to allow the user to add cue points dynamically when the user click the add cue button i have a container slide in from the right with some text fields on: Name: Time:, the user then…
1 2 3
16
17