<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7655.8">
<TITLE>python streaming session setting problem</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi<BR>
I'm using vlc python binding for streaming and i'm writing for a problem that i've found in the setting of the streaming parameters.<BR>
During a session, in particular if i've to stream a media i use the call:<BR>
from --&gt; <A HREF="http://liris.cnrs.fr/advene/download/python-ctypes/doc/vlc.MediaControl-class.html">http://liris.cnrs.fr/advene/download/python-ctypes/doc/vlc.MediaControl-class.html</A><BR>
<BR>
vlc.MediaControl(parameters)<BR>
with parameters a group of values used to set the straming organized in a list, for example:<BR>
<BR>
parameters =['--sout', '#transcode{vcodec=WMV2, vb=256, width=320, height=240, acodec=mpga,ab=32, channels=1}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=193.205.171.97:1234}}', '--plugin-path=plugins', '--v4l2-caching=500', '--v4l2-adev=/dev/dsp']<BR>
<BR>
then i set in the player object the media to read with:<BR>
<BR>
player.set_mrl(playUrl)<BR>
<BR>
after i launch the streaming with<BR>
<BR>
player.start(0)<BR>
<BR>
In this case the behaviour is good the streaming is ok.<BR>
A problem occorr after if i want create a new empty MediaControl object for simply read a media.<BR>
The behaviour is that the streaming setting parameters are conserved even if i don't want that, so t<BR>
he media i want to only read is also streamed.<BR>
<BR>
I don't know if my procedure is ok, but i don't find a way to avoid this behavior.<BR>
Is there anybody that can give me some help to make clean the situation?<BR>
<BR>
Thank you!<BR>
<BR>
Giorge<BR>
<BR>
Alice Messenger ;-) chatti anche con gli amici di Windows Live Messenger e tutti i telefonini TIM!<BR>
Vai su <A HREF="http://maileservizi.alice.it/alice_messenger/index.html?pmk=footer">http://maileservizi.alice.it/alice_messenger/index.html?pmk=footer</A></FONT>
</P>

</BODY>
</HTML>