quink

Results 9 comments of quink

> I would propose using the `FixedArray` then ([from utilities.h](https://github.com/Haivision/srt/blob/master/srtcore/utilities.h#L418)). It can't (and is not expected to) be resized, unlike `std::vector`. Even though in this case of a local variable...

Let me summarize the question: Is it a valid use case to embedding streamid in url? 1. If it is, the documentation should cover the use case, including a best...

I know VLC and FFmpeg both support the use case and support setting streamid by option. Since FFmpeg av_find_info_tag does little URL decoding, and the srt plugins in VLC don't...

> The only way how applications can accept URI so that it is standard is: > > * Accept URIs with standard encoding - in this case, e.g. `srt://example.com:9000?streamid=#!::u=admin,r=foo` I...

If url encoding is the way to go, the next question is: should client do url decoding and pass the decoded streamid to libsrt, or should client pass the encoded...

Let client do url decoding is only one of many choices. In my opinion, this project is more than a library, it should consider what's the best practice for interoperability,...

> Yes, also editlist Media time can be in samples, not in ms. media_time is still __in media time scale units__, and the media time scale is sample rate in...

> Can confirm on android 12 `h264_mediaencoder` is broken and theres been other reports of it being broken on other devices so i dont know why it was enabled in...

> > It should work. > > Yeah, it works, thanks. Although when I tried to use it in my lazily made script, it produced weird/a little broken video with...