Questions tagged [soundcloud-stratus]

Stratus is a jQuery powered SoundCloud player.

Stratus is a jQuery powered SoundCloud player.

http://soundcloud.com/apps/stratus

42 questions
17
votes
2 answers

What techniques are available to do P2P in the browser?

What options does a web developer currently have for implementing client-side peer-to-peer systems in the web browser? Some hypothetical examples might be a file-sharing service that bypasses the web-server after clients find eachother, or a chat…
jberryman
  • 16,334
  • 5
  • 42
  • 83
8
votes
1 answer

How to implement my own Cirrus (previously named Stratus) server?

I am interesting in creating a P2P application using Cirrus (http://labs.adobe.com/technologies/cirrus/rtmfpgroups.html). The examples given create a connection with servers managed by Adobe. I'd like to do this on my Node.js server, how should I…
Tom
  • 8,536
  • 31
  • 133
  • 232
4
votes
0 answers

Soundcloud stratus component broken. Uncaught ReferenceError: soundManager is not defined player.js:10

Re: nov25 Deploys/updates made from 11.18 - 11.24 Hi! My stratus component stopped working today in dev and (stable) production environments. I am seeing the following script error in chrome on OS X: Uncaught ReferenceError: soundManager is…
4
votes
3 answers

How does Adobe Stratus work?

I want to know How does Adobe Stratus work? to get an idea of how to do something like it on my own. So what net hack Stratus uses to work like it works?
Rella
  • 65,003
  • 109
  • 363
  • 636
3
votes
2 answers

Adobe Cirrus: Quickest way to deliver a chunk of data to a single peer with known id

Adobe Cirrus offers a number of options for transferring data from peer to peer: Directed Routing, Object Replication and Multicasting to name a few. I just want to send the data to one specific peer, its fine for other peers to 'see' it in transit.…
Tom
  • 7,994
  • 8
  • 45
  • 62
3
votes
1 answer

Can't read a simple Adobe Cirrus/Stratus incoming stream with Flex

I'm trying to put in place a Flex application that allows a user to send a video stream and let the others to display it. I created a sender page (below).The code is very simple and works perfectly:
Zakaria
  • 14,892
  • 22
  • 84
  • 125
3
votes
5 answers

Difficulty with making Stratus 2 Beta work with website HTML code

I was asked to add Stratus 2 Beta to our website so we can stream music. I went to the stratus website and they make it seem really simple to add the code they have to the website HTML but I can't get it to work. This is what I have for it…
2
votes
2 answers

Adobe Stratus - GroupSpecifier and NetStream Problems

I started using Adobe Stratus yesterday and made a simple chat application. Today, I was to learn how to use the group feature. But when I try to instantiate a GroupSpecifier variable, I get this error: 1046: Type was not found or was not a…
2
votes
1 answer

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 connect by using the onPeerConnect method of the…
cammil
  • 9,499
  • 15
  • 55
  • 89
2
votes
1 answer

What's behind ESPN having such high quality streaming for the World Cup through Flash?

I'm aware of Stratus which is used for ChatRoulette with a requirement of Flash 10. Does anyone happen to know if ESPN uses the same technology or is it just the sheer amount of servers they have which makes this possible?
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
2
votes
3 answers

Adobe Stratus Drawbacks

Am wondering if there are any drawbacks of using Adobe Stratus. Since it is only P2P, when will there be a case where P2P can't be used? On the site it says something like when UDP packets are blocked. How often is that? Say a thousand people use…
Alec Smart
  • 94,115
  • 39
  • 120
  • 184
1
vote
1 answer

Adobe Cirrus (Stratus) doesn't work if user have local network

I am developing flash p2p chat. It works fine on my friends' computers (they can chat each other), but not on mine. The problem is that I have local network at home, and I think that Flash Player tries to make p2p requests to peers inside my local…
Oleg Berman
  • 664
  • 5
  • 18
1
vote
1 answer

What hinders NetStream.onPeerConnect from being triggered?

I'm using Adobe Stratus (now renamed to Cirrus) to build a p2p application. Inside the application, I used NetStream.onPeerConnect callback function and expected it to be triggered every time when a peer is connected. However, it always failed with…
Jingwei
  • 105
  • 1
  • 9
1
vote
1 answer

netStream with groupSpecifier not sending handler, FLEX

I have a simple video/chat application built in FLEX. I've created a groupSpecifier, netGroup and a NetStream for the different functionalities. NetGroup is mainly used for the messaging (Posting) and keeping track of the users who enter. NetStream…
markbratanov
  • 878
  • 3
  • 17
  • 39
1
vote
4 answers

RTMFP successful connection ratio or percentage; AKA Adobe Cirrus, Stratus, LCCS

Do you have actual experience with users establishing Adobe Flash RTMFP P2P connections in the real world? I've heard a couple of people say only 50% succeed, but that sounds suspiciously low and the people saying that are probably all repeating the…
MilesK
  • 51
  • 5
1
2 3