Skip to content

Instantly share code, notes, and snippets.

@shwetanks
shwetanks / gist:f9e216ac6d65f3dc88278ee948ce5ab5
Created November 20, 2017 11:08
HLS invalid timestamp for first segment
2017/11/01 16:03:32 [info] 10037#0: *15 connect: app='live' args='' flashver='LNX 11,2,202,233' swf_url='' tc_url='rtmp://localhost:1935/live' page_url='' acodecs=3575 vcodecs=252 object_encoding=0, client: 10.0.0.60, server: 0.0.0.0:1935
2017/11/01 16:03:32 [debug] 10037#0: *15 create: ack_size=5000000
2017/11/01 16:03:32 [debug] 10037#0: *15 RTMP prep ack_size (5) fmt=0 csid=2 timestamp=0 mlen=4 msid=0 nbufs=1
2017/11/01 16:03:32 [debug] 10037#0: *15 RTMP send nmsg=1, priority=0 #1
2017/11/01 16:03:32 [debug] 10037#0: *15 send: fd:17 16 of 16
2017/11/01 16:03:32 [debug] 10037#0: *15 create: bandwidth ack_size=5000000 limit=2
2017/11/01 16:03:32 [debug] 10037#0: *15 RTMP prep bandwidth (6) fmt=0 csid=2 timestamp=0 mlen=5 msid=0 nbufs=1
2017/11/01 16:03:32 [debug] 10037#0: *15 RTMP send nmsg=1, priority=0 #2
2017/11/01 16:03:32 [debug] 10037#0: *15 send: fd:17 17 of 17
2017/11/01 16:03:32 [debug] 10037#0: *15 chunk_size=4000
@shwetanks
shwetanks / vespa_parallel_ubuntu.log
Created October 12, 2017 18:45
segfaults on parallel build (gcc6.3.0)
In file included from /usr/include/c++/6/map:60:0,
from /usr/arbor/vespa/vespa/eval/src/vespa/eval/eval/tensor_spec.h:8,
from /usr/arbor/vespa/vespa/eval/src/apps/make_tensor_binary_format_test_spec/make_tensor_binary_format_test_spec.cpp:6:
/usr/include/c++/6/bits/stl_tree.h: In member function ‘std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator, const key_type&)’:
/usr/include/c++/6/bits/stl_tree.h:1932:16: internal compiler error: Segmentation fault
iterator __pos = __position._M_const_cast();
^~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-6/README.Bugs> for instructions.