2007-12-18, 10:30 PM
I'm having some success with the DVB-T Radio plugin (as in it mostly works for me). ACTCMS has been testing it but is seeing various issues that I'm not.
In particular, playback of the radio station stops after maybe 10-20 seconds.
The method I'm using for this is an external exe to build a simple graph (BDA components -> demux -> audio dec. -> LAME enc. -> File Writer). The file is named gbnetradio-0.mp3 and I let it buffer for a few seconds before using PlayAudio() from within the plugin.
Looking at a pvrx2.exe.log from ACTCMS, it contains the following...
The exe is still running and the mp3 file continues to grow.
What criteria are used by PVRX2 to decide this and why don't I see this behaviour?
Cheers,
Brian
In particular, playback of the radio station stops after maybe 10-20 seconds.
The method I'm using for this is an external exe to build a simple graph (BDA components -> demux -> audio dec. -> LAME enc. -> File Writer). The file is named gbnetradio-0.mp3 and I let it buffer for a few seconds before using PlayAudio() from within the plugin.
Looking at a pvrx2.exe.log from ACTCMS, it contains the following...
Code:
2007-12-18 11:36:46.203 VERBOSE [1] Song ended. Checking if there are more songs to play.
The exe is still running and the mp3 file continues to grow.
What criteria are used by PVRX2 to decide this and why don't I see this behaviour?
Cheers,
Brian