<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">May I get help and advice please<div class=""><br class=""></div><div class="">I've got a system that has 1. . 4 cameras.</div><div class="">I've got a (compiled) pipeline that lets you preview the stream</div><div class="">I've got another pipeline that muxes audio, previews and records the stream</div><div class=""><br class=""></div><div class="">Each camera channel may be idle, preview with an A-pipeline or record with a B-pipeline</div><div class=""><br class=""></div><div class="">Now I want to make a network preview. Complicated by html-5 vs flash. But all works with VLC and gst_rtsp_server</div><div class="">(note to anybody struggling like me</div><div class="">gstreamer elements wont negotiate tcp connections, server does</div><div class="">test-readme.c works with vlc and is easy to get running:vlc <a href="rtsp://server:8554/test" class="">rtsp://server:8554/test</a>)</div><div class=""><br class=""></div><div class="">So my questions are:</div><div class=""><br class=""></div><div class="">A server for each channel on a unique port ie 8554, 8555, ..</div><div class="">Or rtsp_server running multiple pipes</div><div class=""><br class=""></div><div class="">Can you control the pipline dynamically</div><div class=""><br class=""></div><div class="">EG</div><div class="">Chan-1 recording</div><div class="">Chan-2: idle-preview-record-preview-idle</div><div class=""><br class=""></div><div class="">during which time chan-1:recording is unaffected</div><div class=""><br class=""></div><div class="">AND why. Not to question your judgement but to see design decisions.</div><div class="">I'm very new at this, hence asking.</div><div class="">Thankyou</div><div class="">James</div></body></html>