I'm trying to set up a VoD server on my home LAN and after a fashion I have it working save one problem.
I have a batch of .avi files encoded with DIV3 which play fine when run directly through the local vlc. When I try to stream then through the vod_rtsp module however, I get a the following error:
Code: Select all
[00000315] vod_rtsp private error: cannot add this stream (unsupported codec: DIV3)
My computer is Gentoo GNU/Linux, and vlc is v0.8.5.
In short:
Running locally works fine, trying to load the file to the rtsp module causes the vod_rtsp module to barf.
Is this a limitation of the vod_rtsp module? Or am I missing something.
Thanks in advance,
Toaster