Hi Werner
To get test_av_play to work in my environment I had to modify line 508 in test_av_play.c from
[...]
Ah thanks ... but shouldn't that be if (getenv("VIDEO")) videodev = getenv("VIDEO"); if (getenv("AUDIO")) audiodev = getenv("AUDIO");
Of course - I should have pasted the diff instead of typing from memory... Sorry for the confusion. bye, Alex