You've already forked Douyin_Web_Live
2022-05-19 修复改用wss协议后无法使用的问题
This commit is contained in:
.vscode
config/__pycache__
messages
__pycache__
__init__.cpython-38.pycbase.cpython-38.pycchat.cpython-38.pycgift.cpython-38.pyclike.cpython-38.pycmember.cpython-38.pycroomuserseq.cpython-38.pycsocial.cpython-38.pycutils.cpython-38.pyc
utils.pyprotobuf
scripts
store/__pycache__
BIN
protobuf/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
protobuf/__pycache__/__init__.cpython-38.pyc
Normal file
Binary file not shown.
BIN
protobuf/__pycache__/message_pb2.cpython-38.pyc
Normal file
BIN
protobuf/__pycache__/message_pb2.cpython-38.pyc
Normal file
Binary file not shown.
BIN
protobuf/__pycache__/wss_pb2.cpython-38.pyc
Normal file
BIN
protobuf/__pycache__/wss_pb2.cpython-38.pyc
Normal file
Binary file not shown.
14
protobuf/wss.proto
Normal file
14
protobuf/wss.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message WssResponse{
|
||||
int64 wss_push_room_id = 1;
|
||||
int64 wss_push_did = 2;
|
||||
int64 wss_push_log_id = 3;
|
||||
int64 wss_fetch_ms = 4;
|
||||
int64 wss_push_ms = 5;
|
||||
string wss_msg_type = 6;
|
||||
string pb = 7;
|
||||
bytes data = 8;
|
||||
int64 server_time = 9;
|
||||
string compress_type = 10;
|
||||
}
|
34
protobuf/wss_pb2.py
Normal file
34
protobuf/wss_pb2.py
Normal file
@@ -0,0 +1,34 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: wss.proto
|
||||
"""Generated protocol buffer code."""
|
||||
from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
|
||||
|
||||
|
||||
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\twss.proto\"\xdd\x01\n\x0bWssResponse\x12\x18\n\x10wss_push_room_id\x18\x01 \x01(\x03\x12\x14\n\x0cwss_push_did\x18\x02 \x01(\x03\x12\x17\n\x0fwss_push_log_id\x18\x03 \x01(\x03\x12\x14\n\x0cwss_fetch_ms\x18\x04 \x01(\x03\x12\x13\n\x0bwss_push_ms\x18\x05 \x01(\x03\x12\x14\n\x0cwss_msg_type\x18\x06 \x01(\t\x12\n\n\x02pb\x18\x07 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x08 \x01(\x0c\x12\x13\n\x0bserver_time\x18\t \x01(\x03\x12\x15\n\rcompress_type\x18\n \x01(\tb\x06proto3')
|
||||
|
||||
|
||||
|
||||
_WSSRESPONSE = DESCRIPTOR.message_types_by_name['WssResponse']
|
||||
WssResponse = _reflection.GeneratedProtocolMessageType('WssResponse', (_message.Message,), {
|
||||
'DESCRIPTOR' : _WSSRESPONSE,
|
||||
'__module__' : 'wss_pb2'
|
||||
# @@protoc_insertion_point(class_scope:WssResponse)
|
||||
})
|
||||
_sym_db.RegisterMessage(WssResponse)
|
||||
|
||||
if _descriptor._USE_C_DESCRIPTORS == False:
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
_WSSRESPONSE._serialized_start=14
|
||||
_WSSRESPONSE._serialized_end=235
|
||||
# @@protoc_insertion_point(module_scope)
|
Reference in New Issue
Block a user