<div>Hello all:</div><div>    When I write a program according to osgmovie example using OSG 3.4 and SDL2. It works fine when I run it under GUI windows. But if I run my program in ssh terminal, an exception occurs, and video stops on first frame. And the original osgmovie has no problem. Does anybody know the reason? Below is the output:</div><div><br></div><div>ffmpeg::open(/film/rio.mov) size(1920, 816) aspect ratio 1</div><div>Attaching FFmpegAudioStream</div><div>FFmpegAudioStream::setAudioSink( 0x9d7f80)</div><div>Assigning 0x9d7f80</div><div>GraphicsWindowX11::realizeImplementation() Already realized</div><div>ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused</div><div><br></div><div>FFmpegDecoderAudio::run : unhandled exception</div><div>Finished FFmpegImageStream::run()</div><div>FFmpegAudioStream::setAudioSink( 0)</div><div>Assigning 0</div><div>Calling avformat_close_input(0x8c1fe8)</div><div><br></div><div>With best regards</div><div>daniel</div>