We have a dedicated media server. Right now our media is in,....var/www/main/mp3... Is it possible to change it to http://www.mysite.com/mp3 for the RSS Feed for podcasting? I understand that it is possible to do so, for enclosed content to play on the site, but I would to this for my RSS feed, using iTunes.
Awesome tutorial, thank you for posting it. I've got a Joomla 1.5 install. Will this work there? I keep getting a "already installed" error for the component, and the successful installs of the module and the plugin don't show up in my manager. Thoughts?
Awesome tutorial, thank you for posting it. I've got a Joomla 1.5 install. Will this work there? I keep getting a "already installed" error for the component, and the successful installs of the module and the plugin don't show up in my manager. Thoughts?
Ignore me. I just had to logout and relogin as admin. Oy.
Awesome tutorial, thank you for posting it. I've got a Joomla 1.5 install. Will this work there? I keep getting a "already installed" error for the component, and the successful installs of the module and the plugin don't show up in my manager. Thoughts?
Ignore me. I just had to logout and relogin as admin. Oy.
Argh. Still having same issue. The module and plugin show up fine, after a login, but not the component. I get
* JInstaller::install: There is already a file called '/Library/WebServer/Documents/ilp/administrator/components/com_podcast/' - Are you trying to install the same CMT twice? * Component Install: Could not copy PHP install file.
when trying to install the .zip file. There is no dir in the administrator/components named com_podcast/
any thoughts? i'm hating being a pita, but can't figure this one out
Joined: Fri Aug 19, 2005 12:37 am Posts: 945 Location: Washington, DC / NoVA
roblef wrote:
roblef wrote:
roblef wrote:
Awesome tutorial, thank you for posting it. I've got a Joomla 1.5 install. Will this work there? I keep getting a "already installed" error for the component, and the successful installs of the module and the plugin don't show up in my manager. Thoughts?
Ignore me. I just had to logout and relogin as admin. Oy.
Argh. Still having same issue. The module and plugin show up fine, after a login, but not the component. I get
* JInstaller::install: There is already a file called '/Library/WebServer/Documents/ilp/administrator/components/com_podcast/' - Are you trying to install the same CMT twice? * Component Install: Could not copy PHP install file.
when trying to install the .zip file. There is no dir in the administrator/components named com_podcast/
any thoughts? i'm hating being a pita, but can't figure this one out
It looks like you're trying to install it on 1.5; I haven't released a 1.5 version yet.
_________________ Joseph L. LeBlanc: http://www.jlleblanc.com Frontend components start here: /components/com_[name]/[name].php Backend components start here: /administrator/components/com_[name]/admin.[name].php
Awesome tutorial, thank you for posting it. I've got a Joomla 1.5 install. Will this work there? I keep getting a "already installed" error for the component, and the successful installs of the module and the plugin don't show up in my manager. Thoughts?
Ignore me. I just had to logout and relogin as admin. Oy.
Argh. Still having same issue. The module and plugin show up fine, after a login, but not the component. I get
* JInstaller::install: There is already a file called '/Library/WebServer/Documents/ilp/administrator/components/com_podcast/' - Are you trying to install the same CMT twice? * Component Install: Could not copy PHP install file.
when trying to install the .zip file. There is no dir in the administrator/components named com_podcast/
any thoughts? i'm hating being a pita, but can't figure this one out
It looks like you're trying to install it on 1.5; I haven't released a 1.5 version yet.
OK, duh. thanks for the quick response. So, maybe a wrapper and wordpress install? We're running our 'cast on wordpress right now.
Joined: Fri Aug 19, 2005 12:37 am Posts: 945 Location: Washington, DC / NoVA
Some people have reported that it actually does work in 1.5 with compatibility mode on, but it looks like you're having issues with installing extensions in general or at least with the package on my site. I know that other components I wrote that were installing correctly in RC1 are now giving problems in RC2, so I will be doing more testing this weekend to see if I can't get to the bottom of it.
_________________ Joseph L. LeBlanc: http://www.jlleblanc.com Frontend components start here: /components/com_[name]/[name].php Backend components start here: /administrator/components/com_[name]/admin.[name].php
Some people have reported that it actually does work in 1.5 with compatibility mode on, but it looks like you're having issues with installing extensions in general or at least with the package on my site. I know that other components I wrote that were installing correctly in RC1 are now giving problems in RC2, so I will be doing more testing this weekend to see if I can't get to the bottom of it.
Scrape up the HTML that the allvideos player is throwing out and place it in the Custom HTML option in the settings panel for the podcast component.
I'm trying to do just that but I'm confused about how to go about it, exactly... If I click "view source" the HTML that's generated will include info specific to one file. How do I get the HTML but have it be generic enough for general use w/ the PodcastSuite component?
Joined: Fri Aug 19, 2005 12:37 am Posts: 945 Location: Washington, DC / NoVA
stanman1 wrote:
jlleblanc wrote:
Scrape up the HTML that the allvideos player is throwing out and place it in the Custom HTML option in the settings panel for the podcast component.
I'm trying to do just that but I'm confused about how to go about it, exactly... If I click "view source" the HTML that's generated will include info specific to one file. How do I get the HTML but have it be generic enough for general use w/ the PodcastSuite component?
Replace the specific information with the {filename} tag to add a relative reference.
_________________ Joseph L. LeBlanc: http://www.jlleblanc.com Frontend components start here: /components/com_[name]/[name].php Backend components start here: /administrator/components/com_[name]/admin.[name].php
.... Dont know if anyone is having same problem as me, if you open my audio page http://www.bethanybaptist.co.uk/audio it opens fine in firefox but takes ages and ages if it even opens in internet explorer.
Justin,
I opened it in IE and it doesn't seem to take that much longer than in FF
Keith
I have been doing some research into flash embedding in joomla and i think that the problem with dewplayer on internet explorer is that the modified podcast.php containing the dewplayer is not embeded as an object for ie purposes but just uses an embed command which is fine on firefox. i am not a php programmer by any means and could be wrong but if anyone can help me out i would be grateful.
i have displayed the dewplayer modified podcast.php file below for reference purposes.
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// ***The original code below is commented out - the radio selector buttons for the player type in the // ***settings file WILL NOT WORK with this mambot!
Scrape up the HTML that the allvideos player is throwing out and place it in the Custom HTML option in the settings panel for the podcast component.
I'm trying to do just that but I'm confused about how to go about it, exactly... If I click "view source" the HTML that's generated will include info specific to one file. How do I get the HTML but have it be generic enough for general use w/ the PodcastSuite component?
Replace the specific information with the {filename} tag to add a relative reference.
OK; I don't mean to be dense, but I'm still not clear on exactly how I'd do that...
Here's the pasted code from another page on which I have embedded an .flv file using the AllVideos plugin:
Is THAT the HTML I would use in the Enclosure Code field of the Settings screen? And if so, how would I need to tweak it so it would work properly? I've GOT to get this podcasting to work (audio AND video) and I just can't get over this hump w/out more help.
Joined: Fri Aug 19, 2005 12:37 am Posts: 945 Location: Washington, DC / NoVA
stanman1 wrote:
jlleblanc wrote:
stanman1 wrote:
jlleblanc wrote:
Scrape up the HTML that the allvideos player is throwing out and place it in the Custom HTML option in the settings panel for the podcast component.
I'm trying to do just that but I'm confused about how to go about it, exactly... If I click "view source" the HTML that's generated will include info specific to one file. How do I get the HTML but have it be generic enough for general use w/ the PodcastSuite component?
Replace the specific information with the {filename} tag to add a relative reference.
OK; I don't mean to be dense, but I'm still not clear on exactly how I'd do that...
Here's the pasted code from another page on which I have embedded an .flv file using the AllVideos plugin:
Is THAT the HTML I would use in the Enclosure Code field of the Settings screen? And if so, how would I need to tweak it so it would work properly? I've GOT to get this podcasting to work (audio AND video) and I just can't get over this hump w/out more help.
Joined: Sat Dec 02, 2006 11:44 pm Posts: 39 Location: Orting, WA
I am using Garage Band in Max OS X 10.4. There seems to be a problem because the Podcast Suite will not recognize mp3 or m4a formats. The podcast will not display the falsh player nor will iTunes recognize that a new podcast has been uploaded. Does anyone know of any fixes?
Joined: Fri Aug 19, 2005 12:37 am Posts: 945 Location: Washington, DC / NoVA
J. R. Miller wrote:
I am using Garage Band in Max OS X 10.4. There seems to be a problem because the Podcast Suite will not recognize mp3 or m4a formats. The podcast will not display the falsh player nor will iTunes recognize that a new podcast has been uploaded. Does anyone know of any fixes?
Joined: Sat Dec 02, 2006 11:44 pm Posts: 39 Location: Orting, WA
Hi Joseph, if you look at my link, it recognizes all my older mp3 files, but my newest file which was created on my Mac using Garageband is not getting recognized. Notice how the last two entires do not have a FlashPlayer as do the other ones? My podcast feed through itunes will also not recognize that a new item has been added. Any ideas?
Joined: Fri Aug 19, 2005 12:37 am Posts: 945 Location: Washington, DC / NoVA
J. R. Miller wrote:
Hi Joseph, if you look at my link, it recognizes all my older mp3 files, but my newest file which was created on my Mac using Garageband is not getting recognized. Notice how the last two entires do not have a FlashPlayer as do the other ones? My podcast feed through itunes will also not recognize that a new item has been added. Any ideas?
Are the {enclose ... } tags in these articles?
_________________ Joseph L. LeBlanc: http://www.jlleblanc.com Frontend components start here: /components/com_[name]/[name].php Backend components start here: /administrator/components/com_[name]/admin.[name].php
Joined: Sat Dec 02, 2006 11:44 pm Posts: 39 Location: Orting, WA
okay, I got it... your last question made me think about the enclosure tag. I misnamed the files and they had spaces in them. I renamed them with no spaces and now they podcast correctly. I also see that the m43 format used by Mac is not compatable with your mod. It still goes to the pod-cast, but it will not show up with the option to listen on my site.
Joined: Sat Jan 28, 2006 11:51 pm Posts: 561 Location: Vancouver BC
Hello,
I just installed Podcast Suite 1.1, component, module and mambot on a Joomla 1.0.11 site. Published the mambot. Made sure that the cache permissions were set to 777. Uploaded a mp3 file. Went into Podcast > Manage Clips and clicked on the mp3 file and saved it. No podrss20.xml file was created in the cache folder, so I created a blank one, uploaded it and changed its permissions to 777. I then tried editing the mp3 content item and saving it, tried unpublishing the content item, tried editing the clip file for it and saving it. But still the podrss.xml file is empty.
The content item has in the intro section: {enclose mpthreetest.mp3} and nothing else.
I don't know what else to try to get the .xml file setup. Does anyone have any ideas?
Joined: Fri Aug 19, 2005 12:37 am Posts: 945 Location: Washington, DC / NoVA
ljk wrote:
Hello,
I just installed Podcast Suite 1.1, component, module and mambot on a Joomla 1.0.11 site. Published the mambot. Made sure that the cache permissions were set to 777. Uploaded a mp3 file. Went into Podcast > Manage Clips and clicked on the mp3 file and saved it. No podrss20.xml file was created in the cache folder, so I created a blank one, uploaded it and changed its permissions to 777. I then tried editing the mp3 content item and saving it, tried unpublishing the content item, tried editing the clip file for it and saving it. But still the podrss.xml file is empty.
The content item has in the intro section: {enclose mpthreetest.mp3} and nothing else.
I don't know what else to try to get the .xml file setup. Does anyone have any ideas?
Joined: Sat Oct 06, 2007 4:28 pm Posts: 27 Location: Houston
I have been working with 1.5 RC2&3, and can't get it to install. I have successfully installed and tested it with 1.0.13, so I have an idea how its set up. Has anyone gotten it to install with RC2 or RC3? Is there a way to install it and bypass the admin interface which claims I don't enter a package directory?
I'm actually testing on two different servers with two RC3 installs, one says I haven't inputed a valid package directory, the other says J:Folder::create Could not create folder..
I will appreciate if anyone can help me correct this problem.
Regards
Hello,
Thanks a lot jlleblanc for your reply. I am using cool edit pro. I have been trying for few days now to find out how to deactivate the Variable Bit Rate encoding but I cannot find my way.
Does anyone know how to correct this problem with cool edit pro?
Joined: Sat Oct 06, 2007 4:28 pm Posts: 27 Location: Houston
CBR (Constant Bit Ratehttp://www.afterdawn.com/glossary/terms/cbr.cfm) is controlled through the exporting of your video or audio. How you do that or whatever you use isn't necessarily the issue as long as it allows you use a codec that allows you to change the settings for your exported file. For video you have to make sure that the original video (the video before converted to flash) is also a constant rate, and with audio you need to export the file using a codec that has a option to change to CBR. LAME is the name of one such codec that I use with Audacity (both free, Lame is mp3 codec, Audacity is audio editor)
When you get a chance can you let me know what I can check to see why in IE, when I click on the "Full Feed" link it displays what looks like the raw feed in the browser instead of displaying it nicely like in FireFox. I read an earlier post that was opposite to my situation where IE looked good while FF showed only code.
Otherwise the podcasts are getting to iTunes and seem to be working fine.
Users browsing this forum: No registered users and 12 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum