question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WebcastLiveIntroMessage proto

See original GitHub issue

Noticed 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:closed
  • Created 2 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
zerodytrashcommented, Mar 27, 2022

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.

2reactions
Davinciblecommented, Apr 3, 2022

@zerodytrash created a Go rewrite of your work. Added a few extra things on top.

Main things;

  • WebcastWishlist message seems useful as it contains the number of wanted and gifted gifts
  • Method to fetch the current prices of coins
  • Method to discover recommended live streams.
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found