Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Re-broadcasting streaming media (http://stream-recorder.com/forum/forumdisplay.php?f=38)
-   -  

Re-broadcasting live streaming eg ustream.tv

(http://stream-recorder.com/forum/showthread.php?t=3385)

hashoom 01-07-2009 11:56 PM

Re-broadcasting live streaming eg ustream.tv


 
Hi im new to the flash streaming world but i learnt allot of things lately and im willing to learn more if you could point me to the right direction..

I have a channel on ustream.tv I use FME to stream on it, now ustream.tv have their own flash player to embed it to my site, I have seen people take my stream and put it into their own flash player that they create how can this be done?
do they pull the rtmp from the stream and add create their own web player based on it?

also i need help on how to create my own flash player to embed on my site please point me to the right direction

thanks allot

hashoom 01-10-2009 11:12 AM

Re: Re-broadcasting live streaming eg ustream.tv


 
no one can help me ?

Stream Recorder 01-12-2009 12:43 AM

Re: Re-broadcasting live streaming eg ustream.tv


 
My guess is that if you know the RTMP URL of a stream, you can use any player that supports RTMP URLs, not only the Adobe Flash player.

hashoom 01-12-2009 08:54 AM

Re: Re-broadcasting live streaming eg ustream.tv


 
is there a program that will pull the rtmp of a stream?

Stream Recorder 01-12-2009 02:23 PM

Re: Re-broadcasting live streaming eg ustream.tv


 
Quote:

Originally Posted by hashoom (Post 8973)
is there a program that will pull the rtmp of a stream?

You can try Orbit Downloader. Most other RTMP Flash stream recorders don't reveal RTMP URLs.

hashoom 01-14-2009 05:38 AM

Re: Re-broadcasting live streaming eg ustream.tv


 
thank you so much i will try it

i got 1 more question, I found a .swf stream on a site, i downloaded the file and it won't work on my site or on my pc but its working on the site i got it from, i used flash decompiler trillix and looked at the code and found the following script
Code:


//Frame 0
//  Action tag #0

var curUrl = String(flash.external.ExternalInterface.call(" function(){ return document.location.host.toString();}"));
if (curUrl == "soccer.net" || curUrl == "www.soccer.net")
{
    com.jeroenwijering.players.MediaPlayer.main();
}
else
{
    gotoAndPlay(2);
    stop();
}

is there a way i could edit the code so it works on my site or remove it all together?

i have the full code for the .swf file how do I recompile it into a new .swf file after editing the code

please help thank you

cata123 03-31-2009 08:53 AM

Re: Re-broadcasting live streaming eg ustream.tv


 
That is a big disadvantage , if your player can be copied from a page to another. Personaly I use another broadcasting software and this never happened to me. I can show you a part of my work if you want.
I am streaming live events in HD on my website.

hashoom 04-01-2009 02:31 AM

Re: Re-broadcasting live streaming eg ustream.tv


 
Quote:

Originally Posted by cata123 (Post 10094)
That is a big disadvantage , if your player can be copied from a page to another. Personaly I use another broadcasting software and this never happened to me. I can show you a part of my work if you want.
I am streaming live events in HD on my website.

whats ur website link?

cata123 04-30-2009 06:46 AM

Re: Re-broadcasting live streaming eg ustream.tv


 
I m using BlinkoTV com to do it, a solution from the company I work for. Do you also think to stream HD ?


All times are GMT -6. The time now is 07:05 AM.