cplusplusqt | Unsorted

Telegram-канал cplusplusqt - C++ & Qt

1220

Link: @CplusplusQt Embedded: @EMBCpp • Allowed Topics: C++ and everything related to Qt • Use only English • No Private Message without asking user's permission • No NSFW • No Spam • No unauthorized Bots • No Offtopic • No Self Promotions

Subscribe to a channel

C++ & Qt

https://youtu.be/nscgFv4l53w

Читать полностью…

C++ & Qt

Perhaps you need to send lots of packets rapidly somewhere and then suddenly the stream gets segmented

Читать полностью…

C++ & Qt

However, for data size of 27 bytes, which is very small will mostly be responded in the first segment.

Читать полностью…

C++ & Qt

Hello everyone, I work as a backend developer in a startup and I am glad to join the community!

Читать полностью…

C++ & Qt

Welcome to the group, @Mehrrrrrrad! :-)

Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)

Читать полностью…

C++ & Qt

network isn't local file system

Читать полностью…

C++ & Qt

there is no availableMetaData

Читать полностью…

C++ & Qt

read the documentation here

Читать полностью…

C++ & Qt

https://doc.qt.io/qt-6/qmediaplayer.html

Читать полностью…

C++ & Qt

already tried, and the signal is called mediaStatusChanged, you have to check if the new status is LoadedMedia

Читать полностью…

C++ & Qt

Connect (mediaplayer, Signal(medialoaded()), this, get metadata())

Читать полностью…

C++ & Qt

i already know how to get the metadata but i dont know how to stream data into qmediaplayer

Читать полностью…

C++ & Qt

metadata still empty

Читать полностью…

C++ & Qt

and what do you mean by that

Читать полностью…

C++ & Qt

Any libs for 0 overhead cost state machines?

Читать полностью…

C++ & Qt

Any channel for learning c++

Читать полностью…

C++ & Qt

It tends to be one of those nasty things that works 99 times out of 100 though

Читать полностью…

C++ & Qt

Complete expected data may come in multiple segments when you are using raw sockets. For http api calls, the network stack takes care of it to receive the complete data and then the comlete response is notified to the client.

Читать полностью…

C++ & Qt

The response is regularly printed on the console or, say, written in a file, so I don't think there's much to do with that on the client side if it lacks data or misses some value.

Читать полностью…

C++ & Qt

so the only way to get the stream title is described here

Читать полностью…

C++ & Qt

Isn't there a way to monitor scrollPosition
it seems like it doesn't trigger onScrollPositionChanged or any kind of binding

Читать полностью…

C++ & Qt

It is the same process

Читать полностью…

C++ & Qt

https://forum.qt.io/topic/90458/how-to-get-media-file-information/5

Читать полностью…

C++ & Qt

and there is no availableMetaData in qmediaplayer

Читать полностью…

C++ & Qt

And then mediaplayer.avalaibleMetaData()

Читать полностью…

C++ & Qt

maybe there's some way with qbuffer?

Читать полностью…

C++ & Qt

i need a way to stream data while checking for new metadata that icycast provides within the stream contents

Читать полностью…

C++ & Qt

oh, maybe I get it now

Читать полностью…

C++ & Qt

there is no such method in qt 6.4.2?

Читать полностью…

C++ & Qt

I checked MSVC 2019 64-bit. I'm not sure but that seemed to install just QtCreator for that platform, and not the compiler. However, after installing Visual Studio, QtCreator was able to use its compiler without modifying the QtCreator installation.

Читать полностью…
Subscribe to a channel