Tagged Questions
The netstream tag has no wiki summary.
6
votes
2answers
254 views
AS3, NetConnection/NetStream: Is there a smart way to split source url?
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 ...
5
votes
5answers
2k views
How to implement the Adobe HTTP Streaming spec without using their Streaming server
As of Flash 10.1, they have added the ability to add bytes into the NetStream object via the appendBytes method (described here http://www.bytearray.org/?p=1689). The main reason for this addition is ...
4
votes
2answers
557 views
Modify sound in real-time with SampleDataEvent for audio within NetStream
I'm streaming audio using NetConnection and NetStream. I know that you can modify sample data in real-time with the Sound object, however I cannot find the SampleDataEvent for audio playing with the ...
4
votes
2answers
451 views
Problems loading a NetStream Video
I have been creating a custom video player for the web. On some machines that I run this on it will start loading the .flv file then no progress will be made for 30 seconds to one minute then show ...
3
votes
0answers
220 views
Actionscript 3 - Fast Stream Switching
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 into ...
2
votes
0answers
78 views
Videochat netstream SoundTransform not working for volume control
I have a video chat application where there can be 6 participants. What I would like to do is give the option to each publisher to control their own stream's volume. The code I have looks like this.
...
2
votes
0answers
67 views
Flash HTTP Streaming - Multiple Files
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 ...
2
votes
1answer
84 views
How do I disconnect a subrscribed stream from the publisher of the netstream?
I have a publisher who publishes a netstream using stratus p2p. This is then connected to by player who subscribes to the netstream.
I believe one can reject the subscriber when the stream tries to ...
2
votes
1answer
702 views
In AS3 while using NetStream for video playback how do I seek when I use appendBytes
I am trying to use NetStream to play from a byteArray. Please see this for what I am talking about.
I am able to get this to play the video. However now I need to be able to see to a particular ...
2
votes
0answers
401 views
Working example of NetStream.videoSampleAccess?
I'm currently building a browser-based application using Stratus. So far everything is working fine and I understand how it all works.
The problem is when I try to manipulate the pixel data of the ...
2
votes
2answers
88 views
Is it possible to send custom animation as a video stream in flash?
I'm using NetStream class to create p2p video conferension. Is it possible to add overlay pictures or animation into video captured from webcam and then send reencoded stream to other user?
1
vote
2answers
133 views
appendBytes() not working on actionscript 3
I have the following code
var playingStream:NetStream;
function playBytes(bytes:ByteArray): void
{
var connect_nc:NetConnection = new NetConnection();
connect_nc.connect(null);
...
1
vote
1answer
102 views
Is there any way to get volume level of netStream in Actionscript 3?
I want to get the activity level of audio of a NetStream, similar to how you can do it with a Microphone.
In this article,
AS3: Audio activity level of a NetStream
NetStreamInfo.audioBytesPerSecond is ...
1
vote
1answer
118 views
Live stream metadata reading in Apple HTTP Live Streaming
In the Flash world there is the concept of objects representing a live streaming connection and stream (NetConnection and NetStream). Though the Flash API these objects can be used to inject text ...
1
vote
1answer
117 views
Play RAW video data from a ByteArray
According to the NetStream API, Flash can play LOCAL RAW video by calling ns.play("raw:filename");.
My question is how can Flash play RAW video data from a ByteArray? I have basically set my ...
1
vote
1answer
182 views
AS2: No video with netstream, just audio
So I'm having a problem with AS2 when loading a netstream video.
my_vid = _root.createEmptyMovieClip("my_vid", _root.getNextHighestDepth());
var video:Video = new Video();
var nc:NetConnection = new ...
1
vote
1answer
67 views
How do I know, when the player stops playing?
public function videoPlayer()
{
connection = new NetConnection();
connection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
...
1
vote
1answer
115 views
Why NetStream#togglePause() do not work?
I create a record audio application based on red5 0.9 version.
Below is my flex client code snippets. My red5 server work fine.
private var playStream:NetStream;
private function ...
1
vote
2answers
217 views
Using the NetStream class how do I detect if I got a working video attached to it?
I'm building a video chat in flash and everything works really well, except for the part where I'm trying to detect if the other user is sending a working video stream.
There's a couple of reasons ...
1
vote
1answer
128 views
Access Raw Outgoing NetStream Data in Flex/AIR
I have a Flex/AIR desktop application that connects a local camera and microphone to a NetStream for delivery to a Flash media server.
However, I would also like to archive a copy of the outgoing ...
1
vote
0answers
105 views
Why NetGroup.MulticastStream.UnpublishNotify fires just after NetGroup.MulticastStream.PublishNotify
I am working on Cirrus I want to make audio chat. I publish stream on one side but its NetGroup.MulticastStream.PublishNotify event doesn't fires at first time....When I publish it twice or thrice it ...
1
vote
2answers
161 views
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 ...
1
vote
3answers
374 views
Ability to capture array of frames without having to play video, then play backwards in flash/flex client side
I've seen a few posts out there that have dealt with taking a screenshot of a playing video frame. I'm looking for a way to play video backwards and generally move around at a frame at a time. ...
1
vote
1answer
364 views
Netstream Step method support in red5
Netstream.step method AS3
This supposedly gives use the ability of frame level control of the video when using a flash media server.
Question : Can we implement something like this using the red5 ...
1
vote
1answer
332 views
flash player crashes while looping over movies
I'm trying to realize kind of a slideshow in flash, which loops over about 100 h.264 encoded movies. I'm using the NetConnection and NetStream classes for connecting to the files locally on my ...
1
vote
1answer
455 views
netStream status events question using Adobe Cirrus
Basically i'll try and sum this up. I have a bunch of potential random strings for recvStream.play("randomstring");
then i have a timer checking every 5 seconds on a function that runs an event ...
1
vote
1answer
208 views
Play video only after its fully downloaded
Flv seems like can't be use with loader but NetStream. But I wanted to play the video only after I have completely download it (smooth viewing with no buffering time). How can I do it with NetStream? ...
1
vote
4answers
1k views
Syncing two AS3 NetStreams
I'm writing an app that requires an audio stream to be recording while a backing track is played. I have this working, but there is an inconsistent gap in between playback and record starting.
I ...
1
vote
1answer
913 views
NetStream.client custom callback handler problem
I'm trying to add a custom callback handler to a NetStream client in a p2p application. The problem is, when I add such a handler, the NetStream Client doesn't function as it did before. It seems the ...
1
vote
1answer
368 views
Netstream video chat client freezes and crashes after time
So I built a videochat client that uses the adobe stratus protocol. Its very simple and just connects two users. However, after about a minute of video chatting the clients freeze and the browser ...
1
vote
2answers
2k views
Actionscript 3 NetStream immediately paused does not get metadata
I am writing a basic video player in Flash CS5 and Actionscript 3. For this basic player, I attach my NetStream to my NetConnection, then call the stream's .play() method to begin loading. Although ...
1
vote
2answers
587 views
How do i merge an audio netstream and a video netstream into one republished netstream using flex3?
I have two netstreams:
audio published in red5
video also published in red5
Now I'm a flex3 application and I need a way to be able to attach the audio of stream 1, and the video of stream 2 to a ...
1
vote
1answer
1k views
Anyone run into this bug? RTMP streaming videos ending 3-4 secs too early?
I've created a player for a client in the past using their LimeLight server to stream videos and not had an issue before, however for a new client using different LimeLight server, the videos seem to ...
1
vote
1answer
860 views
Synchronize the Playing of Multiple Video Files in Flash AS3
I would like to have one controller to sync and control multiple video objects(start/stop simultaneously). Is this possible?
1
vote
1answer
523 views
Actionscript NetStream.play drops port in relative URLs
the current page my flash application is running from is http://localhost:3000/. I'm trying to play a video using NetStream.play(relativeURL) by using a relative URL (e.g. "myVideo.flv"), but when I ...
1
vote
3answers
502 views
How does NetworkStream work in two directions?
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 = ...
1
vote
2answers
3k views
Bug? Netstream won't resume after an inital pause then seek
I'm experiencing some strange behavior for which I can't find any documented
knowledge.
Here's what is happening:
After calling the play() method, a netstream is paused when the NetStatus code
is ...
1
vote
1answer
196 views
FLV glitching when replaying the same video
I'm building a flash site with video transitions between sections. When a navigation element is clicked, there's some code to check if the relevant FLV has already been loaded. If it hasn't, it gets ...
1
vote
2answers
750 views
Can't make microphone work on Flex
A Adobe Flex issue...
I'm attaching a microphone to a NetStream, but there is no mic activity. The privacy is set to Allow, the microphone.muted is false and the activity level is -1.
Only when I ...
0
votes
0answers
37 views
Netstream.close(); doesn't work on air for android?
I am building a video app on air for android.
If I want to stop the current video from streaming (and load another one) I call ns.close() to stop the download but on android it doesn't stop the ...
0
votes
1answer
20 views
NetStreamPlayTransitions.SWITCH for different streams?
i have an rtmp folder with videos,
I am trying to do a seamless change to next video using nestsream play2 method.
have tried using the fast switching of NetStreamPlayTransitions.SWITCH like below.
...
0
votes
0answers
24 views
Data generation mode video seeking
I am building a Video Player and try to use data generation mode. But when I had tried to seek I could not find a way to properly proceed. I have searched a lot but could not find an example of ...
0
votes
1answer
57 views
about publish() method in NetStream AS3
Can i use publish method to record flv file with streaming servers other than Flash Media Server, or it is just meant for FMS? How about crtmp server?
0
votes
0answers
104 views
NetStream.play + video.attachNetStream won't show any video
I am new to Flash programming. All I wanted to do is stream my local webcam to my red5 server and receive the data in another video.
Therefore I wrote the following code:
...
0
votes
0answers
56 views
NetStream not sending audio on second Call flex
I am trying to build a video conferencing application between two people. the problem I am facing is that I attach the video and mic to my stream and publish it. The first time a call is made the ...
0
votes
0answers
58 views
seekbar in video player
I have a problem with my video player, I'm doing the video display through a seekbar appendBytes and I have but I can not make the video go to a certain point of view when I click on seekbar. I found ...
0
votes
0answers
43 views
Why OSMF doesn't have an org.osmf.net.netstream class?
I wish I could grab some information from the codec (freeze, error frames, decoding errors for example), and hence I imagine this is performed in the NetStream class and I could have it send more info ...
0
votes
1answer
56 views
NetStream Object Buffer fails to fill and video just freezes
I'm hoping someone has some insight into this as this is driving me nuts. I have a Net Stream object that I am using to stream video from an Amazon Flash Media Streaming service.
The video makes a ...
0
votes
0answers
40 views
How to get Range:bytes for new request start point when rewinding (ActionScripts NetStream Video + org.httpclient
In my project I use as3HttpClientLib, NetStreamAppendBytesAction and flex UIComponent to deliver video content to end users.
So to start video I use code like:
st = new SoundTransform();
timer = new ...
0
votes
2answers
37 views
Netstream support for external DREF atom
I am trying to play on a flash player a video file which has an DREF atom that points to an external movie.
The DREF box has value URL and points to an external video file which has the mdat. ...