- Posts: 7
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- Allvideos plugin latest adding local URL to remote file
Allvideos plugin latest adding local URL to remote file
- Open Road Productions
-
Topic Author
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Can you send me an example of the snippet you are using?
Please Log in or Create an account to join the conversation.
- Open Road Productions
-
Topic Author
- Offline
- New Member
- Posts: 7
<div class="itemToolbar">
<span class="player-header-r">
<?php if($this->item->params->get('itemVideo') && !empty($this->item->video)): ?>
<!-- Item video -->
<a name="itemVideoAnchor" id="itemVideoAnchor"></a>
<div class="itemVideoBlock">
<?php if($this->item->videoType=='embedded'): ?>
<div class="itemVideoEmbedded">
<?php echo $this->item->video; ?>
</div>
<?php else: ?>
<span class="itemVideo"><?php echo $this->item->video; ?></span>
<?php endif; ?>
<?php if($this->item->params->get('itemVideoCaption') && !empty($this->item->video_caption)): ?>
<span class="itemVideoCaption"><?php echo $this->item->video_caption; ?></span>
<?php endif; ?>
<?php if($this->item->params->get('itemVideoCredits') && !empty($this->item->video_credits)): ?>
<span class="itemVideoCredits"><?php echo $this->item->video_credits; ?></span>
<?php endif; ?>
<div class="clr"></div>
</div>
<?php endif; ?>
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
eg: {mp3remote}xx{/mp3remote}
Please Log in or Create an account to join the conversation.
- Open Road Productions
-
Topic Author
- Offline
- New Member
- Posts: 7
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Can you send me a screenshot then of the admin tab?
Just the video URL and the settings.
Please Log in or Create an account to join the conversation.
- Open Road Productions
-
Topic Author
- Offline
- New Member
- Posts: 7
I've seen 3 other posts that are similar in nature going back 5 years, is this that must of a mystery? One had a url that said "solution", but it goes no where. If you want to know, do your own freaking research. This is costing me views and time. You are asking level one helpdesk questions but providing zero info on how to fix this issue. Can you please point someone who knows what is going on to help me fix this? IS that even possible? Thank you.
Please Log in or Create an account to join the conversation.
- Open Road Productions
-
Topic Author
- Offline
- New Member
- Posts: 7
I've seen 3 other posts that are similar in nature going back 5 years, is this that much of a mystery? One had a url that said "solution", but it goes no where. If you want to know, do your own freaking research. This is costing me views and time. You are asking level one helpdesk questions but providing zero info on how to fix this issue. Can you please point someone who knows what is going on to help me fix this? IS that even possible? Thank you.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
I have to also guess your server setup the current one and the previous AND be on call 24/7 to provide free support on a site you are making money on.
Anyway I really do not appreciate your tone. I you wish to behave like this, please hire another developer to get this fixed.
Please Log in or Create an account to join the conversation.
- Open Road Productions
-
Topic Author
- Offline
- New Member
- Posts: 7
example working url
s3.amazonaws.com/fearlessradio/DeerParkAvenueUPDATED.mp3
what you code is returning
www.fearlessradio.com/https://s3.amazonaws.com/fearlessradio/DeerParkAvenueUPDATED.mp3
our mp3's were previously hosted by rackspace, now amazon. Our server is an ubuntu 14.04 ec2 instance and otherwise everything else is preforming as expected. Not sure how any of this info pertains to code adding the local url to the front of the remote link
We have since we started using this software 5 years ago, in the remote "paste remote media URL" text field in the media tab and NEVER had this problem before, even after moving to a new server. As I stated before there are past forum posts according to the Google index that HAD an answer, but they are not viewable.
Any other info you need to provide a reasonable idea of what is happening here?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
The {mp3remote} tag work fine, an http:// video is working fine, while https:// is failing.
We will post a patch on our repo.
Please Log in or Create an account to join the conversation.
- Open Road Productions
-
Topic Author
- Offline
- New Member
- Posts: 7
Please Log in or Create an account to join the conversation.
- Antreas Tsekouras
-
- Offline
- New Member
Please send us a tip!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
This is an old post. The new version contains fixes from this period.
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- Allvideos plugin latest adding local URL to remote file