Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
Icecast-IceS
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Icecast-IceS
  • Issues
  • #315

Closed
Open
Created Feb 07, 2003 by sherpya@sherpya

[PATCH] python playlist handler for ices2

I've ported playlist python to ices 2,
download changed files here: http://oss.netfarm.it/download/playlist_python.tar.gz
 * It works in threaded/not thread mode, metadata updating not supported by core
 * Need to be fixed sigint handling, since sigint kill this cruft
 * before calling pl->clear, for now I've hacked to intercept sig int
 * but doesn't work when ices kill the module after too many errors detected

I've added the proto of the init function into playlist_basic.h, maybe not the
right place, to compile you need to add the right compile options to configure
script/makefile.
I've also noticed sigint message is not dispatched correctly to child thread (or
I've not found how it works...) since without installing a sigint handler into
playlist python, the thread will die with segfault because it cannot
uninitialize python enviroment.
I never made perl module but I think it would be easy to port also perl handler.
I need to fix first sigint issues...
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None