Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Flash streaming problem RTMP

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash
View previous topic :: View next topic  
Author Message
tic984



Joined: 07 Sep 2003
Posts: 189
Location: Delnice

PostPosted: 26.09.2008 04:06    Post subject: Flash streaming problem RTMP Add user to your forum ignore list Reply with quote

Lijel pozdrav!

Imam veliki problem sa flashom, server je wowza server.

Naime stream ne pocinje ici, stream provider uporno spominje da je primary command
http://iceingest1:8000/peakweb

Sta god to bilo, nemam iskustva s tim bas.

Probo sam ovako, isto tako je i u primjerima za support sa wowza servera!

ALi nazalost stream en radi, pruzatelj usluge odbija dat bilo kakve daljnje informacije o streamu!?!?!? sto u zivotu nisam dozivio,
i rado bi promjenio ali klijent inzistira na njima zbog ko zna cega?!

Jeli imo neko mozda iskustva?!?

Hvala puno

var nc:NetConnection = null;
var nsPlay:NetStream = null;

nc = new NetConnection();


nc.onStatus = function(infoObject)
{
if (infoObject.code == "NetConnection.Connect.Success")
playShoutcast();
}

function playShoutcast()

nsPlay = new NetStream(nc);

nsPlay.onPlayStatus = function(infoObject:Object)
{
trace("onPlayStatus : "+infoObject.code);
}

nsPlay.onHeaderData = function(infoObject:Object)
{
for (var propName:String in infoObject)
{
trace(" "+propName + " = " + infoObject[propName]);
}
}

nsPlay.onMetaData = function(infoObject:Object)
{
for (var propName:String in infoObject)
{
trace(" "+propName + " = " + infoObject[propName]);
}
}

nsPlay.setBufferTime(1);


nsPlay.play("shoutcast:http://iceingest1:8000/peakweb");
soundRemote.attachAudio(nsPlay);
}
nc.connect("rtmp://89.202.214.4/74a25000-725f-4724-861a-fb2864871895");

_________________
ah..
Back to top
View user's profile Send private message Visit poster's website
astolitu



Joined: 26 Jun 2004
Posts: 547
Location: Zagreb

PostPosted: 26.09.2008 11:14    Post subject: Add user to your forum ignore list Reply with quote

localhost

to mi trenutno pada na pamet

_________________
http://www.markobjedov.com/
Back to top
View user's profile Send private message Visit poster's website Twitter profile
tic984



Joined: 07 Sep 2003
Posts: 189
Location: Delnice

PostPosted: 26.09.2008 13:05    Post subject: Add user to your forum ignore list Reply with quote

kako mislis localhost?!

milis da je problem lokalno kod mene ili da iceingest promjenim u localhost?

Ne radi ni tako ...

a ima jedna greskica u kodu
nc.onStatus = function(infoObject)
{
if (infoObject.code == "NetConnection.Connect.Success")
playShoutcast();
}

fale viticaste zagrade oko playShoutcast(); greska moja dok sam kopiro!

_________________
ah..
Back to top
View user's profile Send private message Visit poster's website
astolitu



Joined: 26 Jun 2004
Posts: 547
Location: Zagreb

PostPosted: 26.09.2008 13:38    Post subject: Add user to your forum ignore list Reply with quote

var nc = new NetConnection();
nc.connect(null);
var base = "http://tvoja_adresa.com/nesto";

var mojVideo = base;
var ns = new NetStream(nc);
video.attachVideo(ns);
video.smoothing = true;
ns.play(mojVideo);

pokusaj sa gluvim kodom

_________________
http://www.markobjedov.com/
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group