the last lines of the gstreamer debug log are:
```
0:00:12.545231652  6395 0x7f9e181eede0 LOG                     rtmp :0::   
0020:  ab c4 75 ed d8 91 b9 e1  d9 23 0e b3 7c 82 3e 92   ..u......#..|.>.
0:00:12.545251372  6395 0x7f9e181eede0 LOG                     rtmp :0::   
0030:  84 2d 65 91 9c 05 03 f3  bf 94 3f 14 6f ef 31 46   .-e.......?.o.1F
0:00:12.545270631  6395 0x7f9e181eede0 LOG                     rtmp :0::   
0040:  80 16 5f f0 c6 07 d0 17  9c 3b 43 62 98 9b 4d 71   .._......;Cb..Mq
0:00:12.545290131  6395 0x7f9e181eede0 LOG                     rtmp :0::   
0050:  6d f0                                              m.
0:00:12.545330851  6395 0x7f9e181eede0 DEBUG               basesink 
gstbasesink.c:3577:gst_base_sink_chain_unlocked:<rtmpsink0> object unref after 
render 0x7f9e10013600
0:00:12.545357901  6395 0x7f9e181eede0 DEBUG         GST_SCHEDULING 
gstpad.c:4324:gst_pad_chain_data_unchecked:<rtmpsink0:sink> called 
chainfunction &gst_base_sink_chain with buffer 0x7f9e10013600, returned ok
0:00:12.545381550  6395 0x7f9e181eede0 LOG               aggregator 
gstaggregator.c:1146:gst_aggregator_aggregate_func:<mux> flow return is ok
0:00:12.545404590  6395 0x7f9e181eede0 LOG               aggregator 
gstaggregator.c:398:gst_aggregator_check_pads_ready:<mux> checking pads
0:00:12.545424710  6395 0x7f9e181eede0 LOG               aggregator 
gstaggregator.c:456:gst_aggregator_check_pads_ready:<mux:sink_0> pad not ready 
to be aggregated yet
0:00:12.545452660  6395 0x7f9e181eede0 DEBUG                 flvmux 
gstflvmux.c:1814:gst_flv_mux_get_next_time_for_segment:<mux> next_time: 
0:00:00.000000000
0:00:12.545474309  6395 0x7f9e181eede0 LOG               aggregator 
gstaggregator.c:664:gst_aggregator_wait_and_check:<mux> Waiting for src on 
thread 0x7f9e181eede0
```
(there are hundreds of similar `rtmp :0::` lines above this)
so it *does* send something to YT, but it seems that the thread mentioned in 
the last message never finished (which might also be the reason why i can't end 
liquidsoap, it's waiting for a thread that never ends)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/630#issuecomment-423491406
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to