[campcaster-dev] new bug tickets
  • hi

    i think these should be added as bug tickets for the next release:

    1. should work but doesn't:
    using the Live broadcast (somewhere inside there's a "stop" option) doesn't
    work.
    i actually had to reboot a machine in order to stop the play so i could play
    something from XMMS instead.
    The error msg received is:
    XML-RPC method 'stopcurrentlyplaying' return error message:
    faultcode:5010,faultstring:gstreamerplayer not opened yet

    2. should not do it but does:
    when running

    make -C src/modules/storageServer db_clean dir_setup db_init

    whatever crontabs you already have under the user are deleted.

    i personally see both of these issues as very problematic, i don't know how
    other people feel about it.
    i believe the second one is just a wrong string redirection somewhere, i'll
    look for it myself when i get the chance.
  • 2 Comments sorted by
  • Hi,

    sawyer x wrote on 03/04/2007 11:43 AM:
    > 1. should work but doesn't:
    > using the Live broadcast (somewhere inside there's a "stop" option)
    > doesn't work.
    > i actually had to reboot a machine in order to stop the play so i could
    > play something from XMMS instead.
    > The error msg received is:
    > XML-RPC method 'stopcurrentlyplaying' return error message:
    > faultcode:5010,faultstring:gstreamerplayer not opened yet

    I don't understand this; are you talking about stopping scheduled
    programs? Please explain in more detail what you are trying to do, what
    steps you took, what you expected to happen, and what happened instead.


    > 2. should not do it but does:
    > when running
    > make -C src/modules/storageServer db_clean dir_setup db_init
    > whatever crontabs you already have under the user are deleted.

    Thank you; this bug has been filed as
    http://code.campware.org/projects/campcaster/ticket/2203
    and will be fixed in the next release.

    You can add comments to tickets and file new tickets at
    http://code.campware.org/projects/campcaster
    after you log in; guest login is "guest", password is "campware".

    Ferenc
  • On 3/5/07, Ferenc Gerlits wrote:
    >
    > Hi,
    >
    > sawyer x wrote on 03/04/2007 11:43 AM:
    > > 1. should work but doesn't:
    > > using the Live broadcast (somewhere inside there's a "stop" option)
    > > doesn't work.
    > > i actually had to reboot a machine in order to stop the play so i could
    > > play something from XMMS instead.
    > > The error msg received is:
    > > XML-RPC method 'stopcurrentlyplaying' return error message:
    > > faultcode:5010,faultstring:gstreamerplayer not opened yet
    >
    > I don't understand this; are you talking about stopping scheduled
    > programs? Please explain in more detail what you are trying to do, what
    > steps you took, what you expected to happen, and what happened instead.


    okay, so.
    i'm using the SVN. when we put something scheduled for any certain time
    using the web UI. it's in the scheduler for that time.
    suppose the time has come, the scheduler starts to play it. you can see it
    in the UI and in the web UI. however, if i want to stop the stream (i go
    through the UI -> Options -> and so on) and try to stop the scheduler by
    pressing "stop" it doesn't work. it gives that same error msg (XML-RPC
    method 'stopcurrentlyplaying' return error message:
    faultcode:5010,faultstring:gstreamerplayer not opened yet)
    and it doesn't stop it.
    killing the scheduler (make stop) and restarting it (make start) in
    src/campcaster, still doesn't work. it just brings back the scheduler with
    the same scheduled broadcast.

    i'm sorry if the menu names are exactly right, i'm not at the studio comp
    right now.