adamsutton / tvheadend

Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
http://www.lonelycoder.com/hts/tvheadend_overview.html
Other
18 stars 5 forks source link

capmt fails to bind #71

Closed clandmeter closed 10 years ago

clandmeter commented 10 years ago

2013-09-24 14:14:15.169 [ INFO] capmt: Creating capmt UDP socket for adapter 0 2013-09-24 14:14:15.169 [ INFO] capmt: Creating capmt UDP socket for adapter 0 2013-09-24 14:14:15.169 [ ERROR] capmt: failed to bind to ca0 (port 9000) 2013-09-24 14:14:15.169 [ INFO] capmt: Automatic reconnection attempt in in 3 seconds

adamsutton commented 10 years ago

Looks like its trying to bind twice. Can you send your config?

clandmeter commented 10 years ago

{ "id": "1", "enabled": 1, "connected": 0, "camdfilename": "/tmp/camd.socket", "port": 0, "oscam": 1, "comment": "" }

adamsutton commented 10 years ago

@clandmeter can you send me a tar of your full config, send it to my email if you like.

adamsutton commented 10 years ago

@clandmeter bug in capmt, I just didn't remember what the various fields are actually for!

adamsutton commented 10 years ago

@clandmeter try this http://sprunge.us/KXNj

adamsutton commented 10 years ago

Fixed.