Hi all,<br><br>I got some problems to get gst-rtsp-server (<a href="http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/">http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/</a>) work with rfbsrc.<br><br>I can stream my webcam and ogg files though v4l2src and filesrc by gst-rtsp-server. But not for rfbsrc in gst-plugins-bad. I am not sure if it is a bug in rfbsrc or gst-rtsp-server. Maybe even I used the wrong pipe chain.<br>
<br>This is the command line I tried to stream from localhost rfb server:<br><br>examples/test-launch &quot;(rfbsrc ! ffmpegcolorspace ! videorate ! video/x-raw-yuv,framerate=20/2 ! ffenc_h263 ! rtph263pay name=pay0 pt=96 audiotestsrc volume=0 ! audio/x-raw-int,rate=8000 ! alawenc ! rtppcmapay name=pay1 pt=97 )&quot;<br>
<br>and i got the error runtime messages like &quot;got error Internal data flow error&quot;.<br><br>I know rtsp server is not a main part of gstreamer. I hope this mailing list is the best place to ask this sort of questions. If anyone has idea what&#39;s the problem or any suggestions, please help me.<br>
<br>Thank you.<br><br><br><br>Sincerely,<br>Shin<br><br>