<div class="gmail_quote">2011/9/9 David Narvaez <span dir="ltr"><<a href="mailto:david.narvaez@computer.org">david.narvaez@computer.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Thu, Sep 8, 2011 at 5:34 PM, David Narvaez<br>
<<a href="mailto:david.narvaez@computer.org">david.narvaez@computer.org</a>> wrote:<br>
><br>
> Hi all,<br>
><br>
> I contacted Aleix about our interest to leverage some desktop webcam<br>
> applications to do video broadcasting. Our current main goal is<br>
> streaming to an IceCast server. I had a look at Kamoso's code and even<br>
> though there's no streaming capability right now, I think it would be<br>
> fairly easy to use GStreamer's shout2send sink and some configuration<br>
> dialogs to implement that feature. Also, Aleix told me he had some<br>
> streaming code he could incorporate easily into Kamoso.<br>
><br>
> The way I see it is:<br>
> * Add a streaming button after the record button<br>
> * User clicks it, and a dialog appears. The user can specify hostname,<br>
> username, password and mountpoint of the stream (there are a billion<br>
> more settings for the sink, which we could implement through an<br>
> 'Advanced >>' button in the dialog)<br>
> * User clicks Ok and he's off streaming<br>
><br>
> In the code, it would probably mean:<br>
> * Adding a startBroadcasting() method in the WebcamWidget<br>
> * Doing pretty much the same you do when you start recording, but<br>
> adding the shout2send sink at the end<br>
><br>
> What do you think?<br>
<br>
</div>The attached patch is a proof of concept, which works with an Icecast<br>
server configured with the attached XML. This is obviously not ready<br>
for production, but  gives an idea of the whole streaming thing. Any<br>
improvements are always welcome.<br>
<br>
David E. Narvaez<br>
<br>_______________________________________________<br>
KDE-Kamoso mailing list<br>
<a href="mailto:KDE-Kamoso@kde.org">KDE-Kamoso@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-kamoso" target="_blank">https://mail.kde.org/mailman/listinfo/kde-kamoso</a><br>
<br></blockquote></div><br><div><br></div><div>Feasability is not a problem I think, my biggest concern would be that its target user is quite far to the usual Kamoso user and it might clutter the UI a little...</div><div>

<br></div><div>Maybe we could have a command line option that adds geeky stuff? :P</div><div><br></div><div>Aleix</div>