barsnick
barsnick
Did you configure both the access (alog) and the error (elog) interface? Something like: ``` std::ostream os(&myLogger); connectionEndpoint.get_alog().set_ostream(&os); connectionEndpoint.get_elog().set_ostream(&os); ``` BTW, I haven't got it to work yet with my...
> The types `alog_type` and `elog_type` are overridden in `struct my_config`, then I use the type `websocketpp::server` to construct the server. Yeah, I missed that. Sorry for being of no...
(Occasional Veeps user here.) Just some technical stuff to explain: Once you have the link to a working m3u8 playlist (or youtube-dl does), the rest can be handled by youtube-dl....
This looks like an easy task for an beginner hacker. ;-) - The video is embedded in an iframe. - That iframe directly contains several MPD links. - The generic...
> sarpurinn = the sardine (?) According to [this site](https://gilli.is/projects/ruv), it's the name of the media portal.
> ``` > Metadata: > major_brand : M4A > minor_version : 0 > compatible_brands: mp42mp41isomiso2 > creation_time : 2023-04-28T05:51:46.000000Z > Duration: 00:01:54.71, start: 0.000000, bitrate: 129 kb/s > Stream #0:0[0x1](und):...
I have added the fixes for your review, as two commits on top. As the extractor is actually broken - it doesn't even deliver a `description`, nor `creator` or `like_count`,...
Okay, I pushed several atomic commits.
Thanks for the reviews! I pushed the fixes. One remaining concern: HEVC videos get a `mov` extension. Is that intended? I guess it comes from `mimetype2ext()`. So this is probably...
> If one or more ADs play before a song on YouTube music, each AD gets counted as a Scrobble of the actual song. The metadata of the AD is...