Hi Ross, thanks a lot for your reply!<br>No,I&#39;m sorry I wrong..This is my question..<br>I&#39;ve an array which contains the frame buffer, currently ready to be displayed on screen.<br>I&#39;d like to pass this array to streaming media, which encode &quot;on the fly&quot; and stream it...<br>
Following the source/sink architecture, can i implement a source which get the frame buffer&#39;s array and pass it to another source which enqueue and encode (i.e. with h263 or h264) and than feed an RTP sink?<br>I confess,i&#39;m quite confused..Any suggestions,ideas,links?<br>
<br>Thanks!<br><br>brizio<br><div class="gmail_quote">On Tue, Jun 16, 2009 at 11:47 PM, Ross Finlayson <span dir="ltr">&lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Does anyone know if it&#39;s possible to change the input of Streaming Media?<br>
</blockquote>
<br></div>
Do you mean<br>
- Change the input source for a &quot;MediaSink&quot; (subclass), after you&#39;ve already called &quot;startPlaying()&quot;?<br>
<br>
To do this, just call &quot;stopPlaying()&quot; on the sink object, then call &quot;startPlaying()&quot; again with the new input source.<br>
-- <br><font color="#888888">
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a><br>
_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</font></blockquote></div><br>