Joomla RuleZ

  • Increase font size
  • Default font size
  • Decrease font size
Home Forum Joomla RuleZ Forum Support Module JW Player Module RTMP Streaming with Joomla JW Player module
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: RTMP Streaming with Joomla JW Player module

RTMP Streaming with Joomla JW Player module 2 years 9 months ago #1148

  • strongdeal
  • strongdeal's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Hello, I have a Red5 Server serving a stream. I downloaded and installed the JW Player for Joomla. Installed and enabled. I put the following in the RTMP stream url field: rtmp://xxx.xx.xx.xxx/appName into the field (x's representing my i.p. of the server and appName being my app.) When I then go to Joomla all I see is the rss feed for "Buck the Rabbit." Please help and tell me what I need to do to have RTMP live stream to work. Thanks.
The administrator has disabled public write access.

image
Host & stream your video library
image

 

Re: RTMP Streaming with Joomla JW Player module 2 years 9 months ago #1150

  • admin
  • admin's Avatar
  • NOW ONLINE
  • Administrator
  • Coding is good
  • Posts: 3033
  • Thank you received: 232
  • Karma: 49
Hi,

as you message say, you just set the streamer not the file and also don't set the origin of the source as single file -->


1 - set the dropdown menu "Select origin of the playlist/Single File" = "Single File"

2 - Put in the field "Link of you RSS File/Single File" = file_you_want_to_stream.flv

3 - Put in the field "Streamer" = rtmp://xxx.xx.xx.xxx/appName
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 6 months ago #3345

  • johanqnms
  • johanqnms's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
I don´t understand.

I have the rtmp url: rtmp://xxxxxxxxx

What is "file_you_want_to_stream.flv" ???? if I only have the rtmp path.


Thanks
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 6 months ago #3347

  • admin
  • admin's Avatar
  • NOW ONLINE
  • Administrator
  • Coding is good
  • Posts: 3033
  • Thank you received: 232
  • Karma: 49
The rtmp link is build by the application path and the file itself

www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12535/video-delivery-rtmp-streaming

you can give here the rtmp link you have.
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 6 months ago #3350

  • johanqnms
  • johanqnms's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
admin wrote:
The rtmp link is build by the application path and the file itself

www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12535/video-delivery-rtmp-streaming

you can give here the rtmp link you have.

Ok, thanks for your help.

Our url is:

rtmp://10.10.44.43/optibase/streamincamara
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 6 months ago #3352

  • admin
  • admin's Avatar
  • NOW ONLINE
  • Administrator
  • Coding is good
  • Posts: 3033
  • Thank you received: 232
  • Karma: 49
is it right now active ?
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 6 months ago #3374

  • djgps
  • djgps's Avatar
  • OFFLINE
  • Advanced
  • Posts: 10
  • Karma: 0
Hi admin! I need some help!

I use the red5 server and i stream video in the following link rtmp://xxxxxxxx/oflaDemo

I use the above link ( rtmp://xxxxxxxx/oflaDemo ) in joomla module JW Player Module ----> streamer.

Everything All right until now?

But i can not see what i stream....

The file you are talking about in above answer do i make it with the followin code?

<div id='container'>The player will be placed here</div>

<script type="text/javascript">
var flashvars = {
file:'livepresentation',

streamer:'rtmp://www.myserver.com/live/'
};

swfobject.embedSWF('player.swf','container','480','270','9.0.115','false', flashvars,

{allowfullscreen:'true',allowscriptaccess:'always'},
{id:'jwplayer',name:'jwplayer'}

);
</script>

And how should i name it?

And which is the "Link of you RSS File/Single File"

Thank you!
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 6 months ago #3375

  • admin
  • admin's Avatar
  • NOW ONLINE
  • Administrator
  • Coding is good
  • Posts: 3033
  • Thank you received: 232
  • Karma: 49
Hello,

you don' t have to put all this javascript code... the extension do it for you.


1 - set the dropdown menu "Select origin of the playlist/Single File" = "Single File"

2 - Put in the field "Link of you RSS File/Single File" = livepresentation

3 - Put in the field "Streamer" = rtmp://xxxxxxxx/oflaDemo
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 6 months ago #3391

  • djgps
  • djgps's Avatar
  • OFFLINE
  • Advanced
  • Posts: 10
  • Karma: 0
admin wrote:
Hello,

you don' t have to put all this javascript code... the extension do it for you.


1 - set the dropdown menu "Select origin of the playlist/Single File" = "Single File"

2 - Put in the field "Link of you RSS File/Single File" = livepresentation

3 - Put in the field "Streamer" = rtmp://xxxxxxxx/oflaDemo

Hi again admin!!!

What do you meen in number two by "Livepresentation"... ? What should be the whole path?
Last Edit: 1 year 6 months ago by djgps.
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 6 months ago #3392

  • admin
  • admin's Avatar
  • NOW ONLINE
  • Administrator
  • Coding is good
  • Posts: 3033
  • Thank you received: 232
  • Karma: 49
Hello I just use the name of the file you have wrote before

if you prefer you must have a link like this :

rtmp://xxxxxxxx/name_aplication/filetostream


then it will be -->

Put in the field "Link of you RSS File/Single File" = filetostream

Put in the field "Streamer" = rtmp://xxxxxxxx/name_aplication

if you can give the rtmp link i can show you for you specific case.
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 6 months ago #3393

  • djgps
  • djgps's Avatar
  • OFFLINE
  • Advanced
  • Posts: 10
  • Karma: 0
admin you have a pm msg!
The administrator has disabled public write access.

Re: RTMP Streaming with Joomla JW Player module 1 year 4 months ago #3801

  • jacek
  • jacek's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
  • Karma: 0
hello,

I have the advanced version of the module.

I don't see how to specify a single file stream without using a playlist.

The basic module has that but I need to have html5 fall back option and I am only streaming a single file without a playlist.

thku for any help.

best
jack
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 1.051 seconds
Banner

Testimonials

Running it on several sites. Good module, great support, nice skins and fair price. What else to say?

zebra film
Oct 30, 2009

Review Our Product

"If you use JW Player Module or Plugin Advanced, please Post a Rating and a Review at the Joomla! Extensions Directory."
joomla