Postby hakova » 31 Mar 2009 03:36
OK, after searching quite a bit, I figured that there have been other users with similar experience. There was also a bug report (#1630) about a similar issue, although not quite the same. That bug report was then closed with an update note of a newer version. Therefore, I tried the same command line on vlc 0.9.3 Grishenko, which just produced noise instead of a real audio stream. The slow audio problem was at least solvable when one used vlc client on the other end by multiplying the playback rate; whereas noise is not. Therefore, it seems like version 0.9.3 was a step backward on this aspect.
A workaround for this issue might be transcoding the mp4/aac stream to a local mp3 file and then streaming from it, instead of doing it on the fly. In this case scenario, there has to be a certain delay in playback (which is fine) and a file size limit to avoid using valuable HDD space in GBs. Can any one point me to the right direction of how to rotate local mp3 file(s)? For example, if I have 3 mp3 files used as some kind of a cache, the first one gets deleted as the third one is created and written to, and the second one will be played back. Then second one then will be rotated to the first one once the playback finishes, the third one will become the second one and therefore will start to be played back, while a new third mp3 file will be written synchronously. I just don't have the required programming background to put something together like this, and any help will be greatly appreciated.
Hakan