[Blink] logging options on Windows

Adrian Georgescu ag at ag-projects.com
Sun Oct 7 00:16:29 CEST 2012


You must install the dependencies of the sdk.

--
Adrian

On Oct 6, 2012, at 22:39, Morgan Redfield <morgar at u.washington.edu> wrote:

> Thanks. I think I figured out how to do what I want, but I'm now
> having trouble building blink on Windows for Python 2.7.
> 
> I build and install it like so:
> python setup.py build
> python setup.py install
> 
> This places a blink file in C:\Python27\Scripts. If I try to run that with
> python blink
> 
> I get the following error:
> 
> Traceback (most recent call last):
>    File "blink", line 24, in (module)
>        from blink import Blink
>    File "C:\Python27\lib\site-packages\blink\__init__.py", line 17, in (module)
>        from application import log
> ImportError: No module named application
> 
> How can I fix this?
> 
> Thanks,
> Morgan Redfield
> 
> On Wed, Oct 3, 2012 at 8:47 AM, Adrian Georgescu <ag at ag-projects.com> wrote:
>> You can use as example how in Blink Cocoa we render the packet loss in a NSView by reading the audio stream statistics.
>> 
>> 
>> 
>> 
>> Audio stream class:
>> 
>> http://sipsimpleclient.com/projects/sipsimpleclient/repository/entry/sipsimple/streams/rtp.py
>> 
>> 
>> Regards,
>> Adrian
>> 
>> 
>> On Oct 3, 2012, at 5:22 PM, Morgan Redfield wrote:
>> 
>>> Ok. Thank you. I'm willing to do some programming.
>>> 
>>> Would you please offer any advice about where to start? Are there
>>> examples about how to query the core somewhere?
>>> 
>>> Thanks,
>>> Morgan
>>> 
>>> On Wed, Oct 3, 2012 at 1:47 AM, Adrian Georgescu <ag at ag-projects.com> wrote:
>>>> You need to de some programming for this to happen, is not a setting or a few liner.
>>>> 
>>>> Adrian
>>>> 
>>>> On Oct 3, 2012, at 12:44 AM, Morgan Redfield wrote:
>>>> 
>>>>> Where in the code is the packet loss information queried? Would it be
>>>>> possible to modify the code to print that info to a file?
>>>>> 
>>>>> Thanks,
>>>>> Morgan
>>>>> 
>>>>> On Mon, Oct 1, 2012 at 12:30 AM, Saúl Ibarra Corretgé
>>>>> <saul at ag-projects.com> wrote:
>>>>>> Hi,
>>>>>> 
>>>>>> On Sep 28, 2012, at 11:24 PM, Morgan Redfield wrote:
>>>>>> 
>>>>>>> Hi,
>>>>>>> 
>>>>>>> I'm using Blink 0.2.10 on Windows 7. When I receive a call, I can see
>>>>>>> a measurement of the packet loss in red text in the blink window. I'd
>>>>>>> like to log that value, but I can't find where to do that. I enabled
>>>>>>> all the logs in the preferences pane and made a few test calls, but I
>>>>>>> couldn't find any packet loss percentage measurements in the log files
>>>>>>> in C:\Users\morgar\AppData\Roaming\Blink\logs. How can I log packet
>>>>>>> loss during a call?
>>>>>>> 
>>>>>> 
>>>>>> That information is not available in any logfile at the moment. It's something internal to the core which the GUI queries using a timer.
>>>>>> 
>>>>>> 
>>>>>> Regards,
>>>>>> 
>>>>>> --
>>>>>> Saúl Ibarra Corretgé
>>>>>> AG Projects
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> _______________________________________________
>>>>>> Blink mailing list
>>>>>> Blink at lists.ag-projects.com
>>>>>> http://lists.ag-projects.com/mailman/listinfo/blink
>>>>> _______________________________________________
>>>>> Blink mailing list
>>>>> Blink at lists.ag-projects.com
>>>>> http://lists.ag-projects.com/mailman/listinfo/blink
>>>>> 
>>>> 
>>>> _______________________________________________
>>>> Blink mailing list
>>>> Blink at lists.ag-projects.com
>>>> http://lists.ag-projects.com/mailman/listinfo/blink
>>> _______________________________________________
>>> Blink mailing list
>>> Blink at lists.ag-projects.com
>>> http://lists.ag-projects.com/mailman/listinfo/blink
>>> 
>> 
>> 
>> _______________________________________________
>> Blink mailing list
>> Blink at lists.ag-projects.com
>> http://lists.ag-projects.com/mailman/listinfo/blink
>> 
> _______________________________________________
> Blink mailing list
> Blink at lists.ag-projects.com
> http://lists.ag-projects.com/mailman/listinfo/blink
> 



More information about the Blink mailing list