Thanks for the help,I can't give you any time estimate I do this durring my free time (and for free).
You can file the bug under "HTTP interface" or any equivalent category in trac. Source code for the http interface is in modules/control/http/
Code: Select all
var_Get( p_sys->p_input, "time", &val);
sprintf( time, "%d" , (int)(val.i_time / 1000000) );
Code: Select all
var_Get( p_sys->p_input, "time", &val);
sprintf( time, "%d" , (int)(val.i_time / 1000000) );
Code: Select all
<instance name="default" state="playing" position="0.733578" time="-1097172696" length="1162361200" rate="1000" title="0" chapter="0" seekable="1" playlistindex="1"/>
Users browsing this forum: No registered users and 3 guests