Bug #2138
closedUnsuscribing to IPTV stream should do a IGMP leave
0%
Description
I tried the today git on IPTV, and after I got the stream and closed VLC, I had no more IPTV channels on my Orange STB. After some analysis, it turned out, the HD stream was still subscribed on DSLAM preventing me to get another HD IPTV stream (on ADSL more than one HD stream mean you have the DLSAM in your living room).
For me the way it actually works mean that as soon as watch an HD IPTV stream on one box, even if I quit, I will not be able to get later a different stream on another box. This is not acceptable.
Here are the traces that show the problem.
2014-06-14 16:40:29.591 [ INFO] subscription: "HTTP" subscribing on "FRANCE 3 HD", weight: 100, adapter: "IPTV", network: "Orange", mux: "rtp://232.0.2.142:8200", provider: "GlobeCast", service: "FRANCE 3 HD"
2014-06-14 16:40:57.146 [ ERROR] mkv: Live stream: Write failed -- Connexion ré-initialisée par le correspondant
2014-06-14 16:40:57.146 [WARNING] webui: Stop streaming /stream/channel/bb949c467260f5d57cd577288053e60e, muxer reported errors
2014-06-14 16:40:57.146 [ INFO] subscription: "HTTP" unsubscribing from "FRANCE 3 HD" <========== close vlc
^C2014-06-14 17:18:27.408 [ INFO] mpegts: 698000 (0x816750) - deleting <==== manually delete tvheadend via ^C
2014-06-14 17:18:27.408 [ INFO] mpegts: 498000 (0x8076f0) - deleting
2014-06-14 17:18:27.408 [ INFO] mpegts: 626000 (0x7e9b90) - deleting
2014-06-14 17:18:27.408 [ INFO] mpegts: 522000 (0x8055e0) - deleting
2014-06-14 17:18:27.408 [ INFO] mpegts: 474000 (0x7e5320) - deleting
2014-06-14 17:18:27.408 [ INFO] mpegts: 674000 (0x7e3260) - deleting
2014-06-14 17:18:27.408 [ INFO] mpegts: 746000 (0x730460) - deleting
2014-06-14 17:18:27.408 [ INFO] mpegts: 594000 (0x728ce0) - deleting
2014-06-14 17:18:27.408 [ INFO] mpegts: 554000 (0x7d6fd0) - deleting
2014-06-14 17:18:27.408 [ INFO] mpegts: 666000 (0x72fbd0) - deleting
2014-06-14 17:18:27.409 [ INFO] mpegts: rtp://232.0.2.142:8200 (0x7e1f30) - deleting <==== IGMP leave only done here I bet
2014-06-14 17:18:27.460 [ INFO] epgdb: saved
2014-06-14 17:18:27.460 [ INFO] epgdb: brands 0
2014-06-14 17:18:27.460 [ INFO] epgdb: seasons 0
2014-06-14 17:18:27.460 [ INFO] epgdb: episodes 7253
2014-06-14 17:18:27.460 [ INFO] epgdb: broadcasts 7253
2014-06-14 17:18:27.467 [ NOTICE] STOP: Exiting HTS Tvheadend
Files