• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Help please RTMP to SWF... How ?

New Here ,
Feb 17, 2018 Feb 17, 2018

Copy link to clipboard

Copied

Ok first not sure where to post this but, thought here would be a good start.

I am using OBS to capture my desktop and stream it to a video server at listen2myradio

I end up with an rtmp which is what I put in OBS and connect with..

all works well - i end up with a page I can access from listen2myradio that shows my stream.

I am wanting to put the stream on my own website as an .swf

If I inspect the listen2myradio stream page area - I find in media the .swf link but, simply copy and paste this to another browser page does not work.. its like it only work in that one page and is not good to me like that.

I need to end up with a way to have the direct url to the swf which will show my rtmp stream

what am I missing or not doing - Im NOOB to this so please be gentle...

I have some links to some similar .swf stream that works and I have a flash decompiler that I used to try and look at how they are set up to work - but, over my heard to be honest and the stuff I searched for in the code was either wrong place or simply didnt exist which confused me even more as could not find anything to do with .swf or rtmp etc. so I have no idea how these .swf streams work or how they link to a stream.

I will include what I have got so far and what I am trying to achieve similar..

this is what I get from listen2myradio

FMS Url:rtmp://78.129.184.15:4568/streaming

It then shows me tv chanel links and all end up on same page - here.

http://djbella.myl2mr.com

this works and shows fine when OBS and Listen2myradio are switched on of course.

However I am wanting to get the .SWF from this page so I can view directly on own an see stream.

I am able to inspect and get the following...

http://djbella.myl2mr.com/assests/js/jwplayer.flash.swf

note this seems to use JWPLAYER somehow but, even they could not find the setup() file in script and just tried to sell me a monthly service with them.

but simply pasting this into a browser shows nothing - stream never appears there - even when showing on the previous page of http://djbella.myl2mr.com

This is where I get lost - I dont udnerstand how it can be listed as this and work but, taing it out to directly view results in nothing...

I have a stream that does work and have tried to decompile to work out but, as stated find nothing that makes sense to me - over head here.

http://sitv.us/djhilo/djhilo.swf

this works when the person is streaming of course - maybe a way to decompile this SWF to see how is being done so I can put in my own stream ?

How can I achieve this - is there something Im mising with my set up or something in that .swf code I can edit to put my own stream in instead an get to work?

I use OBS and listen2myradio as both free and am trying to do this FREE without paying for services.

I feel close but, missing final step it seems...

please help Thanks

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 20, 2018 Feb 20, 2018

Copy link to clipboard

Copied

You're going to need to embed something on the page that plays RTMP streams.  While you could technically write a player in ActionScript with all of the working player UI and stuff, it sounds like that's probably prohibitive from a time and effort perspective.  It's not a small undertaking, which is why people are selling them... 

It's also hard to write a player that's secure, and I'd steer you away from just throwing whatever free thing you can find up on your website, especially if it's a few years old.  If you can trick it into loading third-party content that then gets run as something that came from your domain, that's a potential problem.

The alternative would be to shell out some cash and license a Flash-based player that someone else has already built.  There are plenty of those in existence.  It's also the case that there are some JavaScript-based RTMP players, and you might find an actively maintained project in that vein that both meets your needs, and doesn't require Flash Player.  If I was operating on no budget, that's probably the route I'd go.  A cursory Google search should get you pointed in the right direction.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 20, 2018 Feb 20, 2018

Copy link to clipboard

Copied

LATEST

Hi thanks for the info but, Im sure there MUST be a way to stream myself for FREE and also it needs to be via an SWF as is for a project that Im tring to do that will only play streams from SWF files via an add flash control script.

surely someone cud help with the

http://sitv.us/djhilo/djhilo.swf

decompile to see how that is working to get stream in and simply replace it with my stream url (rtmp)

as said I have OBS that Im using to capture what I need and send out to the rtmp server which is via

listen2myradio.

This then shows my stream for FREE on the page

http://djbella.myl2mr.com

using JWPlayer it seems but, I dont see how it works and where its getting the stream from.

As said Im very new to all this... I just want a way to stream off my pc for free to an SWF

Thanks again

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines