WebcastLiveIntroMessage proto
See original GitHub issueNoticed the WebcastLiveIntroMessage
is not implemented in the proto file.
I’d create the proto myself but I’m not sure how you managed to RE the proto definitions.
This is a base64 encoded example:
CiMKF1dlYmNhc3RMaXZlSW50cm9NZXNzYWdlEIGWlPyS17qQYhCBlpT8kte6k
GIYASJOUmVhbCBsaWZlIGh1bWFub2lkIHJvYm90LiBTZW5kIHlvdXIgcXVlc3Rpb25zIGFuZCBmbG93ZXJzIGZvciByZWFsIHJvYm90IEFsZXguKp0ECIGIgO6
t6+64XxoIUHJvbW9ib3RKmQMKqgFodHRwczovL3AxNi1zaWduLXNnLnRpa3Rva2Nkbi5jb20vYXdlbWUvMTAweDEwMC90b3MtYWxpc2ctYXZ0LTAwNjgvMDNjZ
jk4ZDc0MmUwNmI5YWI5MGY3NmE0OTM4ODZiMGIud2VicD94LWV4cGlyZXM9MTY0NjQwOTYwMCZ4LXNpZ25hdHVyZT1GdnpDQU1yRTZzekZ3THJLbFZ0MVUlMkJ
EVDFHSSUzRAqsAWh0dHBzOi8vcDE2LXNpZ24tc2cudGlrdG9rY2RuLmNvbS9hd2VtZS8xMDB4MTAwL3Rvcy1hbGlzZy1hdnQtMDA2OC8wM2NmOThkNzQyZTA2Y
jlhYjkwZjc2YTQ5Mzg4NmIwYi5qcGVnP3gtZXhwaXJlcz0xNjQ2NDA5NjAwJngtc2lnbmF0dXJlPUlHJTJGOW5IeGl0bCUyRmxGbTRoODREREd4eWN5R3clM0Q
SOzEwMHgxMDAvdG9zLWFsaXNnLWF2dC0wMDY4LzAzY2Y5OGQ3NDJlMDZiOWFiOTBmNzZhNDkzODg2YjBisgEGCBwQoctiggIAsgIPcHJvbW9ib3Qucm9ib3Rz8
gJMTVM0d0xqQUJBQUFBQzF5SXlyOGhSbkFkcG8xS2NaNTRpeXh1Sll2TTh4MUIwUWkxcmVuZ2VVT1FHTDJpak5ycUwxTk8wcEhaaW1aMToYCAKqARMIAhIPcG1
fbXRfaG9zdGxhYmVs
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Chat Example Using Proto.Remote
Actor and leverage Proto.Remote package in order to enable bidirectional communication between different actors in a client to server fashion.
Read more >proto - Go Packages
BroadcastServer is the server API for Broadcast service. type Broadcast_RecvMessagesClient ¶. type Broadcast_RecvMessagesClient interface { Recv ...
Read more >Casting Any to proto.Message · Issue #476 · gogo/protobuf
Is there a way to cast the WKT Any to a proto.Message like we doing with the stdtime in order to reduce boilerplate?...
Read more >Reading comments from .proto files using a Protocol Buffers ...
The official documentation states that the comments of .proto files can be read: With the function DebugStringWithOptions() , called on a message or ......
Read more >Parse a .proto file - Google Groups
I'm trying to parse a .proto file in Java to use with DynamicMessages. Is this possible or does it have to be compiled...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Even via websocket I have never received the
WebcastLiveIntroMessage
message. I guess that it is only sent directly at the beginning of a broadcast (according to the name of the message). Nevertheless, I think it’s not important.@zerodytrash created a Go rewrite of your work. Added a few extra things on top.
Main things;