netstream Questions
3
Solved
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 ...
Bromidic asked 13/12, 2014 at 22:46
2
This one has had me going for a week at least. I am trying to record a video file to AMS. It works great almost all of the time, except about 1 in 10 or 15 recording sessions, I never receive 'NetS...
Gonsalve asked 24/11, 2014 at 23:36
3
The problem
I have to replace the mx:VideoDisplay component in an existing Flex project with a custom made component.
To achieve this, I have to conform to its current Interface, so my component ...
Baa asked 22/11, 2011 at 14:33
2
I am currently working on a Flash webplayer with resolution switching functionality. I am trying to make use of the NetStream class's play2() function in Actionscript.
The problem I am running int...
Colonialism asked 27/7, 2011 at 17:0
1
With Flash 10.1+ and the ability to use appendBytes on a NetStream, its possible to use HTTP streaming in Flash for video delivery. But it seems that the delivery method requires the segments to be...
Scibert asked 16/11, 2011 at 14:31
3
Solved
I've read an example of a Tcp Echo Server and some things are unclear to me.
TcpClient client = null;
NetworkStream netStream = null;
try {
client = listener.AcceptTcpClient();
netStream = cli...
Criseldacrisey asked 23/10, 2009 at 5:49
1
© 2022 - 2024 — McMap. All rights reserved.