Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

red5 rtmp


I got it to work using Red5 and the pointers given by other users, but the stream seems to be unseekable. It plays like it is a livestream. Clicking the seekbar takes me back to the beginning of the stream :(

57 Community Answers

JeroenW

JW Player Support Agent  
-1 rated :

I did a test on it with someone’s URL, but it just worked.

The person who gave me the feed couldn’t get the autostart to work, but I got it working after adding the “type=rtmp” flashvar. I’ll make sure that also for single files with rtmp:// protocol, the ‘rtmp’ type is set automatically (intul now, it only worked for playlists).

JW Player

User  
0 rated :

After the pointers here i got it working without an issue - seeking works out of the box (no meta file needed) on the file i encoded with ffmpeg from Divx so thats pretty sweet!

JeroenW

JW Player Support Agent  
0 rated :

Great, that’s good to hear!

JW Player

User  
0 rated :

Hello

Can anyone tell me what to set my "rtmp://connection string" to.

Using red5 for live streaming.

JW Player

User  
0 rated :

@Streamdude,

The basic RTMP connection for Red5 is:
bc.. so.addVariable('file', 'rtmp://my.domain.com/oflaDemo');
so.addVariable('id', 'video.flv');


then you put your video/audio files in the "oflaDemo/streams" directory.

bc.. Using red5 for live streaming.

If you are streaming from one of the Red5 demo apps, you will have to connect to it instead. Look in the Red5 docs/examples for the connection for that particular application.

JW Player

User  
0 rated :

Mortagage lkemizde yeni yeni uygulanmaya ba?lam?? ve bir ok insan mortgage sistemi ile ev sahibi olmaya ba?lam??t?r. Biz burada size mortgagenin ekonomik boyutunu de?il, hukuken zerinde durulmas? gereken 3 nemli ana noktay? belirtmek istiyoruz.

1) Mortgagede en nemli birinci unsur normal banka kredilerinde bor denmedi?i taktirde, Banka yasal yollara ba?vurdu?unda borlu(kredi alan) tm malvarl??? ile sorumlu olurken, mortgage(tutsat)ta borlu yaln?zca kredi ekti?i ve ipotek verdi?i ev ile sorumludur.

2) Mortgage de ikinci en nemli unsur, Borcunun kalan?n? kapatmak isteyenler anapara art? yzde 2 faiz deyecek.

3) Mortgagede nemli nc unsu ise, Banka ay kredi taksitini deyemeyenin evini satma hakk?na sahip olacakt?r. Bu durumda yukar?da belirtti?imiz gibi yaln?zca ipotek verilmi? evle sorumluluk as?ld?r. Banka sizin di?er malvarl???n?za ynelik yasal i?lemler ba?latamaz.
[url=http://www.trkredi.com]Kredi[/url]

Herhangi bir sa f?ras? veya tara?a bakt???m?z zaman k?llar?n aras?nda ek yerleri oldu?unu grrz.Bu ek yerleri sa tellerinin zarar grmesine neden olur.Ayr?ca baz? sa f?ralar?n?n k?llar?ndaki veya taraklar?n di?lerindeki przler uzun sreli kullan?mla kaybolur.Ancak bu arada saa olduka zarar verir.Bu nedenle tek paradan imal edilmi? taraklar tercih edilmelidir.Sa f?ras? al?rken k?llar?n? inceleyin.K?llar?n zerinde hibir prz olmamas?na dikkat edin.Taraklar?n di?leri de mmkn oldu?unca geni? olmal?d?r.Sa?n?z? tararken nemli veya ?slak olas?na dikkat edin. Sa kuruyken taran?rsa sa k?r?l?r ve zaman iinde kurumas?na neden olur.
[url=http://www.guzelsac.com]Sa[/url]

JW Player

User  
0 rated :

(b) Exellent, this discussion helped me sort out a lot of problems, thanks guys!

JW Player

User  
0 rated :

The red5 actually works the same as Flash Media Server.

JW Player

User  
0 rated :

Shood :da... Thanks a lot.

I was facing the same problem. Your solution just worked fine. wink

JW Player

User  
0 rated :

Yups, I suppose so...
myweb: [url=http://www.kitlen.com]sohbet[/url] [url=http://www.kitlen.com]chat[/url]

JW Player

User  
0 rated :

Wow, very nice! Thx :d(b)

[url=http://toni-francis-blog.blogspot.com/]preved[/url]

JW Player

User  
0 rated :

Thanks for the great youtube videos article.Video is watching on youtube...

<a href="http://www.trkredi.com">kredi kartlar?</a> <a href="http://youtube.trkredi.com">youtube videos</a>

JW Player

User  
0 rated :

Thanks for the great youtube videos article.Video is watching on youtube...

[url=http://www.trkredi.com]kredi kartlar?click here[/url] [url=http://youtube.trkredi.com]youtube videosclick here[/url]

JW Player

User  
0 rated :

Ok i got the flowplayer (flash player from www.flowplayer.org) to work with red5 streaming server. The streaming works just fine so does the drag controls except that i cannot see the length(minutes) of the video nor the current length (time) on the video i am being played. Is this normal behavour or is there any config or meta information that needs to be supplied to fix this. It seems to work when i play the flv file directly from a directory in my application without streaming it.

Thanks in advance.

PS: here is my html code with and without streaming.

with streaming:

<html>
<body>
<object type="application/x-shockwave-flash" data="http://localhost:8080/myflashapp/FlowPlayerLP.swf" width="400" height="330" id="FlowPlayer">
<param name="allowScriptAccess" value="always" />
<param name="movie" value="http://localhost:8080/myflashapp/FlowPlayerLP.swf" />
<param name="quality" value="high" />
<param name="scaleMode" value="showAll" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="transparent" />
<param name="allowNetworking" value="all" />
<param name="flashvars" value="config={
videoFile: 'testfile1.flv',
autoPlay: false,
autoBuffering: true,
loop: false,
live: true,
streamingServerURL: 'rtmp://localhost/oflaDemo',
streamingServer: 'red5',
}" />

</object>
</body>
</html>

without streaming: (testfile1.flv file is located in my webapp folder ctxroot/flash/flvs)

<html>
<body>
<object type="application/x-shockwave-flash" data="FlowPlayerWhite.swf" width="320" height="262" id="FlowPlayer">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="FlowPlayerWhite.swf" />
<param name="quality" value="high" />
<param name="scale" value="noScale" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="config={videoFile: 'testfile1.flv', baseUrl: '/flash/flvs/'}" />
</object>

</body>
</html>

JW Player

User  
0 rated :

Hi,

I am using red 5 server on windows xp, it is working fine,
but when i want to use it from remote computer of same network it is not able to connect to server.
please help me.

i am using folling code to connect to my server from remote computer

nc.connect("rtmp://192.168.1.85/oflaDemo")

please ,send me feedback on my mail id. mahendraws@gmail.com

thanks

JW Player

User  
0 rated :

Can anyone give me an overview of streaming video?

I have been programming in ASP (not .NET) for many years. Now, I want to stream a webcam through a website such that a third party has a webcam and visits my website. Then, they begin streaming to the website via their webcam. Other people visiting the site can see the stream (like ustream.tv)

Ive found Red5 but Im unsure of a lot of things:
1) what client side work I would need to do in order to detect the users webcam and begin the stream? Is this handled by a flash plugin? If so, which one?

2) I understand that Red5 can be installed on a windows server... is that correct?

3) I assume only a Flash plugin is needed to view the stream... right?

Can anyone outline a "Streaming WebCams for Dummies" so I can get my research pointing in the right direction?

JW Player

User  
0 rated :

Hi Rkaye,

You just need flash application on the client side. To detect the user webcam is easy by using flash API.

You need Red5 for sure if you want to go open source way.

When i will be free, i would like to write on this topic

Streaming WebCams for Dummies

For red5 related stuff, you can visit here.

http://red5flashserver.blogspot.com


JW Player

User  
0 rated :

am using red 5 server on windows xp, it is working fine,
but when i want to use it from remote computer of same network it is not able to connect to server.
please help me. http://www.chipoyun.com

JW Player

User  
0 rated :

Thanks a lot. My server is now running too with red5 - wihtout any problem. Great help!
http://www.vergleich-pkv-gkv.de/

JW Player

User  
0 rated :

Great thread, found it incredibly useful, but im still a little stuck...

does anyone know of any tutorials on how to get a video to play (or record to a file that plays) into a stream which clients can connect to and watch *live* as its recording.

Basically as the clients connect to the stream they all need to be at the same point as the host, kind of like playing radio from the internet.
So far i have created a stream ok, connected and can play and pause the stream, but i havent got a file to play in the stream only my camera (because it was in the samples).
is it much work to take it a bit further?

i may have overlooked something really simple but cant see for looking.

JW Player

User  
0 rated :

Hi,

I am having trouble playing back files through the JWPlayer and I think it may be something to do with the way they are encoded when they are saved to Red5. I currently have live webcam/microphone flvs that are recorded using flex on to the Red5 server. However, I can't seem to play them back on a site with the JWPlayer. I can play other sample files that are on the Red5 server but not the ones captured via my application.

Does this mean I need to install ffmpeg? Is the default encoding on the Red5 server not good enough for the JWPlayer?

Please help! I'm going crazy trying to find the answer.

Thanks,
Sarah

JW Player

User  
0 rated :

@Sarah,

You must use audio and video codecs that are supported by the Adobe Flash Player when you encode your video.

See: *http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402866* for a list of supported codecs.

JW Player

User  
0 rated :

Thanks kLink. It's a flv file so should be fine. I tired the FloPlayer and it plays the file. Very strange. Seems like there is something missing from the file when it's encoded by Red5 using default settings that doesn't allow it to be played back with the JWPlayer.

JW Player

User  
0 rated :

Hi,I am using red 5 server on windows xp, it is working fine,
but when i want to use it from another computer of same network it is not able to connect to server.Could any one please help me

JW Player

User  
0 rated :

Is there a way that I can use JWplayer for {LIVE} broadcast and connect to my FMS3. (Not for streaming FLV videos.)

JW Player

User  
0 rated :

I got my going like this and is working %100 in FMS3


<script type='text/javascript' src='swfobject.js'></script>

<div id='preview'>This div will be replaced</div>

<script type='text/javascript'>
var s1 = new SWFObject('player.swf','ply','470','320','9','#ffffff');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('wmode','opaque');
s1.addVariable('file', 'stream-Name');
s1.addVariable('streamer', 'rtmp://Server-IP/Application-Name');
s1.addVariable('type', 'video');
s1.write('preview');
</script>

JW Player

User  
0 rated :

ru'"r'hrehnfifheifherfehorhf'bnezeez<strong></strong>

JW Player

User  
0 rated :

Hi Frankie,

do you mean you made it working on xp with this code???

Regard,
Dennis
Contact: http://www.krankenversicherung-fuer.de

JW Player

User  
0 rated :

I have a Flash Media Server 3 in a Windows Server 2003 and I can broadcast live events using the JW_PLAYER with the code above provided.

JW Player

User  
0 rated :

@frankie

how?

JW Player

User  
0 rated :

Using this code:

<script type='text/javascript' src='swfobject.js'></script>

<div id='preview'>This div will be replaced</div>

<script type='text/javascript'>
var s1 = new SWFObject('player.swf','ply','470','320','9','#ffffff');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('wmode','opaque');
s1.addVariable('file', 'stream-Name');
s1.addVariable('streamer', 'rtmp://Server-IP/Application-Name');
s1.addVariable('type', 'video');
s1.write('preview');
</script>

JW Player

User  
0 rated :

My settings with JW Player and Red5 work well but I got a strange behaviour with some flv's encoded by Riva Encoder (version 2.0):
if I click on play button the video doesn't start and got only the cycling wheel with a number in it (47).
But if I click on the controlbar (in any part) the video starts without problems, this happens with or without autostart.
The codec is FLV1/Sorenson-MPEG-2 Layer 3.

Any idea?

JW Player

User  
0 rated :

Frankie, u r da man!
This code connects JW player to Wowza, for live streaming action!

Thanks alot!

JW Player

User  
0 rated :

hi,
i am using red5. i tried the demos of red5 its working fine. i want connect red5 through my web page.
i need help to create new folder instead of demos.

Thanks

JW Player

User  
0 rated :

hi,
how can load a rtmp file to the player through javascript? i'm loading a default file to the player like this:
player.sendEvent('LOAD', "http://...flv")
how can i load a rtmp file?

Thanks a lot

JW Player

User  
0 rated :

Hi

Is it possible to stream videos from directory structure rather streaming from default streams folder in red5 server

Thanks

JW Player

User  
0 rated :

@Girish,

You can easily stream from subdirectories of oflaDemo/streams, like oflaDemo/streams/Movies or oflaDemo/streams/Videos.

bc.. 'streamer':'rtmp://www.mydomain.com/oflaDemo',
'file':'Movies/TheLastSon.flv',
OR
'file':'Videos/TheFunnyMoment.flv',




JW Player

User  
0 rated :

hey guys i am new started with servers i ned to know how can i risrtart red5 what i ned to do
thanx

JW Player

User  
0 rated :

Hi,
Is it possible to buffer video stream on client side player, when it is being streamed by Red5 Media Server, like YouTube does... If yes, how can we do it...

Thanks In Advance,
Girish

JW Player

User  
0 rated :

hi,
sorry my bad english.
i am new with red5,
i have red5 running in my linux server, i use flowplayer in my website .
i can stream videos on deman, but i don't know how to do live stream,
i am trying to use flash media live encoder to connect my webcamb and conncet it to the server,
in fmle i specify: the webcam, the server-ip and a name for the live stream. i write the same name in my website in the server, using flowplayer,
i don know if i have to do something in red5 server, can somebody help me?

JW Player

User  
0 rated :

Hi,
I cannot play flvfiles (rtmp://localhost/demo) in playlist? How can I do it?

Thanks

JW Player

User  
0 rated :

hi,
i hav an working red5 installed server, and in my computer FME 2.5 in my vista OS...
i want to stream video from my webcam to red5 server..
when i open FME,its having a FMS url..
how can i make this url??
and also i want to configure red5 to accept my video from my computer and show live stream..
can u pls help me???

JW Player

User  
0 rated :

For all queries regarding red5 and flash take a look here:

http://flashvisions.com/general/http-vs-rtmp-streaming-a-visual-example/

JW Player

User  
0 rated :

Hi,

I have my video files(.flv) placed in oflaDemo/streams directory on the server. The client has a VideoDisplay component. I am new to flex. I checked and found that this component has a field source and its value needs to be url of the video. How can i get the url of .flv file which is there in streams directory so that i can use that url as a source of video? Is there any other option? Please let me know.

Thanks.

JW Player

User  
0 rated :

Its better that you use FLVPlayback component from flash into flex and view the rtmp stream. The videoDisplay causes bug on rtmp stream from red5. Its something to do with its own net connection object.

JW Player

User  
0 rated :

*stream-Name* is what I do not understand help explain or show examples.
Thank you.

JW Player

User  
0 rated :

http://www.longtailvideo.com/jw/?search=fme3+livestream

JW Player

User  
0 rated :

@Ruud,

Please see this thread.

[url=http://www.jeroenwijering.com/?thread=5778]http://www.jeroenwijering.com/?thread=5778[/url]

If you set autostart to false, it will work normally with Red5. We may have to figure out a workaround to get the player to autostart even though autostart is set to false, to use until this issue is addressed by the Red5 devs.

@JeroenW & andersen - Any thoughts on the autostart?

JW Player

User  
0 rated :

[url=http://www.trkredi.com]kredi kartlar?[/url]
[url=http://youtube.trkredi.com]youtube videos[/url]
[url=http://www.tiki34.com]porno[/url]

JW Player

User  
0 rated :

*</strong><strong>**</strong><strong>**</strong><strong>**</strong><strong>**</strong><strong>**</strong><strong>**</strong>ru'"r'hrehnfifheifherfehorhf'bnezeez<strong>*

JW Player

User  
0 rated :

*</strong><strong>**</strong><strong>**</strong><strong>**</strong><strong>**</strong><strong>**</strong><strong>**</strong>ru'"r'hrehnfifheifherfehorhf'bnezeez<strong>*

JW Player

User  
0 rated :


See: *http://www.longtailvideo.com/jw/?search=fme3+livestream*

JW Player

User  
0 rated :

Hi,

Am Try to connect the Red5 .But they counld not connected.plz send the connection procedure for my mail id... rajaram4world@gmail.com

JW Player

User  
1 rated :

Im trying to play videos using Red5 9.0RC1
found two issues where i could not resolve them please get me out from this
1) when i try to seek, it is playing from the seek point after a long time and some times it is getting paused & no longer plays the video.
2) when i try to seek back it is not playing from buffered video.

any suggestion for me.
let me know what version is best to have these features.

Ethan Feldman

JW Player Support Agent  
1 rated :

@Ramesh – Can you provide a link to where you are running this?

JW Player

User  
0 rated :


http://pankajdangi.com/2010/09/how-to-auto-start-red5-in-linux-server/

Ethan Feldman

JW Player Support Agent  
0 rated :

Thanks for sharing :)

This question has received the maximum number of answers.