- Posts: 1
COMMUNITY FORUM
embed red5 rtmp stream
- waltbennett
-
Topic Author
- Offline
- New Member
Less
More
11 years 3 months ago #54314
by waltbennett
embed red5 rtmp stream was created by waltbennett
Hi, I've researched the forum and haven't found an answer to this question: How do I embed an rtmp red5 live stream using Allvideos?
I have the Red5 Publisher demo working; I can publish, I can view. I need a player to show the stream. I have Allvideos installed in my Joomla site and it works just fine with videos in the /video folder, so I am confident it is set up correctly.
My Joomla version is 3.1.5 and my Allvideos version is 4.5.0. I am using the same address that the Publisher demo is using: rtmp://xxx.xxx.xxx.xxx/oflaDemo. I have tried it with and without .flv as the extension. I have read all documentation I can find.
Any assistance would be greatly appreciated.
I have the Red5 Publisher demo working; I can publish, I can view. I need a player to show the stream. I have Allvideos installed in my Joomla site and it works just fine with videos in the /video folder, so I am confident it is set up correctly.
My Joomla version is 3.1.5 and my Allvideos version is 4.5.0. I am using the same address that the Publisher demo is using: rtmp://xxx.xxx.xxx.xxx/oflaDemo. I have tried it with and without .flv as the extension. I have read all documentation I can find.
Any assistance would be greatly appreciated.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 3 months ago #54315
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Re: embed red5 rtmp stream
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- quebecguitare
-
- Offline
- Senior Member
Less
More
- Posts: 72
10 years 5 months ago - 10 years 5 months ago #56656
by quebecguitare
Thank you for your time!
Replied by quebecguitare on topic embed red5 rtmp stream
Hello, I am doing a migration from 1.5 to 3.3 at the moment.
In 1.5 we were using the following component:
AvReloaded Version 1.2.6 2009-05-05 Fritz Elfert
And we had 2 plugins installed... seems maybe one of them would have been obsolete (??)
6 AllVideos (by JoomlaWorks) content 4.5.0 February 27th, 2013 JoomlaWorks
7 Content - AllVideos Reloaded content 1.2.6 2009-05-05 Fritz Elfert
OK so now with the migration, our RTMP video links won't work.
We have only the latest plugin installed plg_jw_allvideos-v4.6.1_j1.5-3.x
I remember for Joomla 1.5x I had to configure a custom RTMP Player with the following code:
And in the article content we could use the follwing string. This no longer works:
Any clue to move forward on this issue?
Regards
In 1.5 we were using the following component:
AvReloaded Version 1.2.6 2009-05-05 Fritz Elfert
And we had 2 plugins installed... seems maybe one of them would have been obsolete (??)
6 AllVideos (by JoomlaWorks) content 4.5.0 February 27th, 2013 JoomlaWorks
7 Content - AllVideos Reloaded content 1.2.6 2009-05-05 Fritz Elfert
OK so now with the migration, our RTMP video links won't work.
We have only the latest plugin installed plg_jw_allvideos-v4.6.1_j1.5-3.x
I remember for Joomla 1.5x I had to configure a custom RTMP Player with the following code:
<script type="text/javascript">
swfobject.embedSWF('@[email protected]','@DIVID@','@WIDTH@','@HEIGHT@','@FLASHVER@',@XPINST@,
{file:'@MURL@',width:'@WIDTH@',height:'@HEIGHT@',
autostart:'false',
controlbar:'over',
skin:'@[email protected]',
streamer:'rtmp://s2l5g1nx9nk37p.cloudfront.net/cfx/st',
type:'rtmp',
@IFS(VOLUME)@volume:'@VOLUME@',@/IFS@
@IFS(CFG)@config:'@CFG@',@/IFS@
@IFS(IMG)@image:'@IMG@',@/IFS@
@IFS(LOGO)@logo:'@LOGO@',@/IFS@
backcolor:'@PBGCOLOR@',
frontcolor:'@PFGCOLOR@',
lightcolor:'@PHICOLOR@',
screencolor:'@PSCCOLOR@',
stretching:'uniform',}
,{allowscriptaccess:'always',seamlesstabbing:'true',allowfullscreen:'true',wmode:'@WMODE@',bgcolor:'@BGCOLOR@',menu:'@MENU@'},
{id:'p_@DIVID@',styleclass:'@AVCSS@'});
</script>
And in the article content we could use the follwing string. This no longer works:
{rtmp}Video/Repertoire_Folk_Kaki_King_Em_Doigts_MD_Ex1.mp4{/rtmp}
Any clue to move forward on this issue?
Regards
Thank you for your time!
Last edit: 10 years 5 months ago by quebecguitare.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 5 months ago #56657
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic embed red5 rtmp stream
@qguitare
The rtmp tag was never supported by AllVideos. Probably you were using an other extension for this video. You can see all the available formats for AllVideos at the documentation page at www.joomlaworks.net/support/docs/allvideos .
The rtmp tag was never supported by AllVideos. Probably you were using an other extension for this video. You can see all the available formats for AllVideos at the documentation page at www.joomlaworks.net/support/docs/allvideos .
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- quebecguitare
-
- Offline
- Senior Member
Less
More
- Posts: 72
10 years 5 months ago #56658
by quebecguitare
Thank you for your time!
Replied by quebecguitare on topic embed red5 rtmp stream
It was supported. I simply added a custom player for it on the backend in the section for that.
Regards
Regards
Thank you for your time!
Please Log in or Create an account to join the conversation.
- doberka
-
- Offline
- New Member
10 years 5 months ago #56674
by doberka
Replied by doberka on topic embed red5 rtmp stream
nice one. thx
Please Log in or Create an account to join the conversation.