Varga Bence

Results 18 comments of Varga Bence
trafficstars

Hi, one thing we check is license compatibility. Do we need the authors to publish their contribution under a different license or sign an additional contribution agreement?

Hi, thanks for all the info you guys collected, I'm trying to reproduce this issue and have one candidate. In my case OBS encodes a 48k audio stream, but in...

A quick update: timing looks OK, I tried two different methods, both have the same effect. Although I am experiencing a different audio-issue from what @Matgoeth describes (audio starts stuttering...

Hi I created a new branch, `audio-retiming` where I added exact audio timestamp calculation, this is an improvement by itself, so it can't hurt. Also added two new debug messages....

Hi, live streaming HLS would involve muxing into TS (a container format which is completely missing from the codebase), also it would be necessary to dynamically generate and refresh .m3u8...

Hi, my requirements for low latency is that a frame should be playable when received (in a good case - with slicing - decoding can even start before the full...

The m3u8 can be generated in advance, the files don't have to be there immediately, I don't know of a size limit that an .ts can be. You can call...

You can generate m3u8 without any knowledge of the stream, it can be static and just point to the stream's name. On the URL (pointed by the m3u8) the server...

I am thinking about adding Nashorn to the project with some explicit extension points, so some Javascript code can be added at key points to add some logic.

I must admit, I'm not familiar with GStreamer. I remember implementing both POST and PUT (one for ffmpeg one for gstreamer's curlsink module) - because some people were experimenting with...