[mythtv-commits] Ticket #11949: IPTV don't work with freebox TV (france)

MythTV noreply at mythtv.org
Tue Mar 11 07:07:31 UTC 2014


#11949: IPTV don't work with freebox TV (france)
-------------------------------------------+----------------------------
 Reporter:  snouf@…                        |          Owner:  dekarl
     Type:  Developer Task                 |         Status:  assigned
 Priority:  minor                          |      Milestone:
Component:  MythTV - Recording             |        Version:  0.27-fixes
 Severity:  medium                         |     Resolution:
 Keywords:  freeboxtv, iptv, rtp, rtcp rr  |  Ticket locked:  0
-------------------------------------------+----------------------------
Changes (by dekarl):

 * keywords:  freeboxtv, iptv => freeboxtv, iptv, rtp, rtcp rr
 * status:  infoneeded => assigned
 * type:  Patch - Bug Fix => Developer Task


Comment:

 Thank you, that is what I was looking for. It appears that the client lets
 the RTSP session time out (no action within the 30 seconds of timeout that
 the server communicated) but does send RTCP receiver reports. So adding
 them may be all that is missing.

 The contained playlist is very interesting, too. There appear up to four
 copies of the same channel, but with different properties. Nothing wrong
 with that, but they all share the same channel number. e.g. the first
 channel:
 {{{
 #EXTM3U
 #EXTINF:0,2 - France 2 (bas débit)
 rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=ld
 #EXTINF:0,2 - France 2 (HD)
 rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=hd
 #EXTINF:0,2 - France 2 (standard)
 rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd
 #EXTINF:0,2 - France 2 (auto)
 rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201
 }}}

 Btw, some other websites explain how to remote control the Freebox TV. But
 I could not find anything on the streaming itself.

 All patches have been applied. I'm changing this ticket to a task to
 implement RTCP RR. Patches are appreciated, as always :)

--
Ticket URL: <https://code.mythtv.org/trac/ticket/11949#comment:30>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list