From: qydysky Date: Sun, 4 Oct 2020 16:49:03 +0000 (+0800) Subject: 直播结束直播流被覆盖为0字节 X-Git-Tag: v0.2.0~1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=23b85135a5f0d226b222de38593d59b27bb539a1;p=bili_danmu%2F.git 直播结束直播流被覆盖为0字节 --- diff --git a/VERSION b/VERSION index e08833d..46569a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010042020 \ No newline at end of file +202010050049 \ No newline at end of file diff --git a/demo/go.mod b/demo/go.mod index ce4e3d8..a0114c2 100644 --- a/demo/go.mod +++ b/demo/go.mod @@ -8,7 +8,7 @@ require ( github.com/klauspost/compress v1.11.1 // indirect github.com/mitchellh/mapstructure v1.3.3 // indirect github.com/qydysky/bili_danmu v0.0.0 - github.com/qydysky/part v0.0.4 // indirect + github.com/qydysky/part v0.0.5 // indirect github.com/shirou/gopsutil v2.20.9+incompatible // indirect github.com/therecipe/env_darwin_amd64_513 v0.0.0-20190626001412-d8e92e8db4d0 // indirect github.com/therecipe/env_linux_amd64_513 v0.0.0-20190626000307-e137a3934da6 // indirect diff --git a/demo/go.sum b/demo/go.sum index 7306bf3..8d5bab0 100644 --- a/demo/go.sum +++ b/demo/go.sum @@ -78,6 +78,8 @@ github.com/qydysky/part v0.0.3 h1:IxLzjAsdC5QYty43tpLEMssLWGFmhKQ8qzkEOgIv03A= github.com/qydysky/part v0.0.3/go.mod h1:+8N3UgJBVyJj8ar31eZtucwrKpLpay854Y5qq0xk3x0= github.com/qydysky/part v0.0.4 h1:MN1SXuP0korwTAFPG+hJmQHGFs9Aj7XBC4zAq6yEjsc= github.com/qydysky/part v0.0.4/go.mod h1:+8N3UgJBVyJj8ar31eZtucwrKpLpay854Y5qq0xk3x0= +github.com/qydysky/part v0.0.5 h1:sbkXXRpviLJ81rav5SfWo/vIq2c0tQDa6kvWTqXgEL0= +github.com/qydysky/part v0.0.5/go.mod h1:+8N3UgJBVyJj8ar31eZtucwrKpLpay854Y5qq0xk3x0= github.com/shirou/gopsutil v2.20.7+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= github.com/shirou/gopsutil v2.20.8+incompatible h1:8c7Atn0FAUZJo+f4wYbN0iVpdWniCQk7IYwGtgdh1mY= github.com/shirou/gopsutil v2.20.8+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=