{5} Accepted, Active Tickets by Owner (Full Description) (4 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

cpopescu

Ticket Summary Component Milestone Type Created
Description
#6 Erroare la compilare. None None defect 06/04/09

Buna,

Primesc urmatoarele errori la compilare - 94%.

[Code] [ 94%] Building CXX object whispermedialib/CMakeFiles/whisper_medialib.dir/media/gst/gstaacp.o cc1plus: warnings being treated as errors /home/zeus/whispercast/whispersoft/whispermedialib/media/gst/gstaacp.cc:864: error: suggest explicit braces to avoid ambiguous âelseâ /home/zeus/whispercast/whispersoft/whispermedialib/media/gst/gstaacp.cc:864: error: suggest explicit braces to avoid ambiguous âelseâ /home/zeus/whispercast/whispersoft/whispermedialib/media/gst/gstaacp.cc:872: error: suggest explicit braces to avoid ambiguous âelseâ /home/zeus/whispercast/whispersoft/whispermedialib/media/gst/gstaacp.cc:872: error: suggest explicit braces to avoid ambiguous âelseâ make[2]: *** [whispermedialib/CMakeFiles/whisper_medialib.dir/media/gst/gstaacp.o] Error 1 make[1]: *** [whispermedialib/CMakeFiles/whisper_medialib.dir/all] Error 2 make: *** [all] Error 2 /Code

Va rog o solutie daca aveti.

Rulez debian i686 cu kernel 2.6.18-6-686 si am instalat toate librariile mentionate.

Multumesc anticipat.

Cu respect,

Vlad


#1 multiple normalizing elements on the same path None None defect 04/23/09

When the user:

- exports a path like:

normalize_source/osd_state_source/normalize_source/switching_source

//NOTE: normalize_source appears twice

- starts whispercast - a player connects on the exported path - stops whispercast

the following happens:

- whispercast crash:

  • the log just before crash:
    I [20090423 194557.698] [TID 3061126848] element.h:61 : Deleting elemment: mp3 of type: http_client
    I [20090423 194557.698] [TID 3061126848] switching_element.cc:200 : normal  Clearing Bootstrap.
    I [20090423 194557.698] [TID 3061126848] element.h:61 : Deleting elemment: normal of type: switching
    I [20090423 194557.698] [TID 3061126848] element.h:61 : Deleting elemment: normalize_source of type: normalizing
    I [20090423 194557.698] [TID 3061126848] element.h:61 : Deleting elemment: osd_injector of type: osd_injector
    I [20090423 194557.698] [TID 3061126848] element.h:61 : Deleting elemment: osd_state of type: osd_state_keeper
    
  • the crash stacktrace:
    #0  streaming::FactoryBasedElementMapper::RemoveRequest (this=0x81b6d98, req=0x180feea0, callback=0x18111270)
        at /home/cosmin/src/whispersoft/whisperstreamlib/elements/factory_based_mapper.cc:484
    #1  0xb7b187aa in streaming::FilteringCallbackData::Unregister (this=0x18110460, req=0x180feea0)
        at /home/cosmin/src/whispersoft/whisperstreamlib/base/filtering_element.cc:93
    #2  0xb7b19e6a in streaming::FilteringElement::CloseAllClients (this=0x8203ee0)
        at /home/cosmin/src/whispersoft/whisperstreamlib/base/filtering_element.cc:150
    #3  0xb7b1a013 in streaming::FilteringElement::Close (this=0x8203ee0, call_on_close=0x815dd80)
        at /home/cosmin/src/whispersoft/whisperstreamlib/base/filtering_element.cc:228
    #4  0xb7b3f908 in streaming::FactoryBasedElementMapper::RemoveTempElement (this=0x81b6d98, name=@0x81584e0)
        at /home/cosmin/src/whispersoft/whisperstreamlib/elements/factory_based_mapper.cc:190
    #5  0xb7b3fb06 in streaming::FactoryBasedElementMapper::RemoveElement (this=0x81b6d98, name=@0x81584e0)
        at /home/cosmin/src/whispersoft/whisperstreamlib/elements/factory_based_mapper.cc:219
    #6  0xb7b43b69 in ~FactoryBasedElementMapper (this=0x81b6d98)
        at /home/cosmin/src/whispersoft/whisperstreamlib/elements/factory_based_mapper.cc:49
    #7  0x080c695b in ~MediaMapper (this=0x81b6a00)
        at /home/cosmin/src/whispersoft/whispercast/media_mapper.cc:194
    #8  0x0809a863 in Whispercast::Shutdown (this=0xbfb55578)
        at /home/cosmin/src/whispersoft/whispercast/stream_server.cc:583
    #9  0xb7d389e2 in app::App::Main (this=0xbfb55578)
        at /home/cosmin/src/whispersoft/whisperlib/common/app/app.cc:91
    #10 0x080a3679 in main (argc=136279872, argv=0xbfb55764)
        at /home/cosmin/src/whispersoft/whispercast/stream_server.cc:776
    
  • Note: The execution calls:
        factory_based_mapper.cc:484  elem->RemoveRequest(req);
    
    where elem = pointer to "normalize_source" which is already deleted.

#5 whisperstreamlib/aac_tag_splitter.cc:90 invalid conversion from ‘uint32_t*’ to ‘long unsigned int*’ None None defect 05/29/09

During make:

whispersoft/whisperstreamlib/aac/aac_tag_splitter.cc: In member function ‘streaming::TagReadStatus? streaming::AacTagSplitter::ReadHeader?(io::MemoryStream?*, streaming::Tag**)’: whispersoft/whisperstreamlib/aac/aac_tag_splitter.cc:90 error: invalid conversion from ‘uint32_t*’ to ‘long unsigned int*’

@ line 90: solved by changing uint32_t sr; to unsigned long int sr;

But it would be nice to have a Troubleshooting section.


#4 Reorganize rtmp_protocol.{h,cc} None None task 05/06/09

These files grew chaotically w/ all incremental fixes amd improvements.

They need reshaping, in preparation for multiple streams on the same connection and publishing w/ a more straight-forward implementation.


Note: See TracReports for help on using and creating reports.