Problem publishing as a Podcast

Jun 13, 2012

I chose publish as a podcast, but nothing plays when I open the files. I get three files - an html, JScript, and shockwave/flash player. It seems that something is missing and I'm not sure how to get it. Is anyone able to help me?

Thanks!

11 Replies
Beth McGoldrick

I tried it again and received an error message "The application 'AP6.exe' has made an attempt to load ffdshow. This dialog is shown because this application is not listed in the ffdshow whitelist or blacklist. Your choice will be applied to both audio and video, if both are used." And then I am given a list of options to select. What do I need to do to get the podcast published?

Peter Anderson

Hi Beth, 

It sounds like you may want to disable the ffdshow component and try publishing again. You can disable the ffdshow component in the following manner:

1)  Go to Start > All Programs > K-lite Codec Pack > Configuration > ffdshow audio decoder.

2)  On the right side of the screen, you will see a table with Format, Decoder, and Details columns.

3)  Set the Decoder field to "disabled" for the following Formats:

     *  MP3

     *  MP1,MP2

     *  WMA 7

     *  WMA 8/9

     *  WAVPACK

     *  Uncompressed

4)  Click the OK button to save your changes.

Give that a shot and let us know if you're able to publish the podcast. Thanks!

Dianellys Juarbe

I already installed the codec and perform this steps, but the product when publishing the podcast is the same... and html, js and a swf.... it does not appear any error.

Peter Anderson said:

Hi Beth, 

It sounds like you may want to disable the ffdshow component and try publishing again. You can disable the ffdshow component in the following manner:

1)  Go to Start > All Programs > K-lite Codec Pack > Configuration > ffdshow audio decoder.

2)  On the right side of the screen, you will see a table with Format, Decoder, and Details columns.

3)  Set the Decoder field to "disabled" for the following Formats:

     *  MP3

     *  MP1,MP2

     *  WMA 7

     *  WMA 8/9

     *  WAVPACK

     *  Uncompressed

4)  Click the OK button to save your changes.

Give that a shot and let us know if you're able to publish the podcast. Thanks!



Hi, I already installed

Peter Anderson said:

Awesome! Glad to hear it, Beth. Thanks for letting us know

Peter Anderson said:

Hi Beth, 

It sounds like you may want to disable the ffdshow component and try publishing again. You can disable the ffdshow component in the following manner:

1)  Go to Start > All Programs > K-lite Codec Pack > Configuration > ffdshow audio decoder.

2)  On the right side of the screen, you will see a table with Format, Decoder, and Details columns.

3)  Set the Decoder field to "disabled" for the following Formats:

     *  MP3

     *  MP1,MP2

     *  WMA 7

     *  WMA 8/9

     *  WAVPACK

     *  Uncompressed

4)  Click the OK button to save your changes.

Give that a shot and let us know if you're able to publish the podcast. Thanks!


Dianellys Juarbe

Ashley Terwilliger said:

Hi Dianellys and welcome to Heroes!

Are you using Presenter 09 or 13? Publishing to podcasts was a feature removed in Presenter 13. 

Posted Just now  

I am using Presenter 09.  Somehow Presenter lets me publish to podcast, but with SOME of my projects, and I don't need to have the Klite Codec Installed.  However, this is the difference that I found in the HTML that Presenter generates.

Part of the HTML from the one that published correctly (has the .mp3):

CreatePodPlayer("0005_Modulo_CLABSI_2013_LMS - podcast.mp3", 1873521, true);

Part of the HTML from the one that DID NOT published correctly (does not generates an .MP3):

CreatePodPlayer("0004_Modulo_Mejoramiento_2013_LMS - podcast.mp3", -1.#IND, true);

All the projects that does not generates the .mp3 has this on the HTML :  -1.#IND,  so I think this must be the problem. But I don't have any idea what it is that I have to fix.

Christine Hendrickson

Hi Dianellys,

Thanks for sharing the additional information!

The main difference I can see between the two projects is the file name. Can you try renaming the file that isn't publishing the MP3 file to something shorter, just for testing?

Also, be sure that your presentation is located on your local hard drive (your C: drive). Working on a network drive or a USB (external) drive can cause erratic behavior, including loss of resources. 

Let me know if you see any improvement.

Thanks!

Dianellys Juarbe

Christine Hendrickson said:

Hi Dianellys,

Thanks for sharing the additional information!

The main difference I can see between the two projects is the file name. Can you try renaming the file that isn't publishing the MP3 file to something shorter, just for testing?

Also, be sure that your presentation is located on your local hard drive (your C: drive). Working on a network drive or a USB (external) drive can cause erratic behavior, including loss of resources. 

Let me know if you see any improvement.

Thanks!


Thanks for your fast answer.

The presentations is located inside a folder in my desktop. Also, I already tried renaming the presentation without special characters and short name.  Didn't work :-(

I also tried a workaround... and seems to work...

1.  I published my audio files with Adobe Soundbooth. (the entire project to and .mp3) The .mp3 has the name that the HTML is calling. Example:  0004Mejorameinto.mp3

HTML:    CreatePodPlayer("0004Mejorameinto.mp3",  -1.#IND, true);

Line inside the .js (javascript)  :  function CreatePodPlayer(strMP3, nDuration, bAutoPlay){

2.  Calculate the duration of the total audio files, and converted it to miliseconds... since that is what the "numbers" represents in the HTML link (the duration) according to the javascript.

3.  I substitute this  -1.#IND, with the duration of the audio files in miliseconds... AND IT WORKED!!

Modified HTML LINE:  CreatePodPlayer("0004Mejorameinto.mp3", 3600000, true);

So, the problem is not answered, since Presenter does not publish my Podcast completely.. BUT At least I can come with a product for my customers..

Christine Hendrickson

Hi Dianellys,

Sorry to hear that the initial project still isn't behaving. However, I am happy to hear that you were able to get this working with another method.

If at any time you'd like us to take a look at the original project files, to see what's going on, you're welcome to send them over. We'd be happy to take a look and see what might be going on with the generation of the MP3 files. 

Thanks and have a great day!

This discussion is closed. You can start a new discussion or contact Articulate Support.